Home
last modified time | relevance | path

Searched refs:f_LRAE (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dfrv-ibld.c727 errmsg = insert_normal (cd, fields->f_LRAE, 0, 0, 5, 1, 32, total_length, buffer); in frv_cgen_insert_operand()
1053 …gth = extract_normal (cd, ex_info, insn_value, 0, 0, 5, 1, 32, total_length, pc, & fields->f_LRAE); in frv_cgen_extract_operand()
1361 value = fields->f_LRAE; in frv_cgen_get_int_operand()
1622 value = fields->f_LRAE; in frv_cgen_get_vma_operand()
1890 fields->f_LRAE = value; in frv_cgen_set_int_operand()
2148 fields->f_LRAE = value; in frv_cgen_set_vma_operand()
Dfrv-opc.h337 long f_LRAE; member
Dfrv-dis.c295 print_normal (cd, info, fields->f_LRAE, 0, pc, length); in frv_cgen_print_operand()
Dfrv-asm.c1154 …g = cgen_parse_unsigned_integer (cd, strp, FRV_OPERAND_LRAE, (unsigned long *) (& fields->f_LRAE)); in frv_cgen_parse_operand()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dfrv-ibld.c727 errmsg = insert_normal (cd, fields->f_LRAE, 0, 0, 5, 1, 32, total_length, buffer); in frv_cgen_insert_operand()
1053 …gth = extract_normal (cd, ex_info, insn_value, 0, 0, 5, 1, 32, total_length, pc, & fields->f_LRAE); in frv_cgen_extract_operand()
1361 value = fields->f_LRAE; in frv_cgen_get_int_operand()
1622 value = fields->f_LRAE; in frv_cgen_get_vma_operand()
1890 fields->f_LRAE = value; in frv_cgen_set_int_operand()
2148 fields->f_LRAE = value; in frv_cgen_set_vma_operand()
Dfrv-opc.h337 long f_LRAE; member
Dfrv-dis.c295 print_normal (cd, info, fields->f_LRAE, 0, pc, length); in frv_cgen_print_operand()
Dfrv-asm.c1154 …g = cgen_parse_unsigned_integer (cd, strp, FRV_OPERAND_LRAE, (unsigned long *) (& fields->f_LRAE)); in frv_cgen_parse_operand()
/netbsd/src/external/gpl3/gdb/dist/sim/frv/
Dcpu.h3200 UINT f_LRAE; \
3212 f_LRAE = EXTRACT_LSB0_UINT (insn, 32, 5, 1); \