Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dfrv-ibld.c730 errmsg = insert_normal (cd, fields->f_LRAS, 0, 0, 3, 1, 32, total_length, buffer); in frv_cgen_insert_operand()
1056 …gth = extract_normal (cd, ex_info, insn_value, 0, 0, 3, 1, 32, total_length, pc, & fields->f_LRAS); in frv_cgen_extract_operand()
1364 value = fields->f_LRAS; in frv_cgen_get_int_operand()
1625 value = fields->f_LRAS; in frv_cgen_get_vma_operand()
1893 fields->f_LRAS = value; in frv_cgen_set_int_operand()
2151 fields->f_LRAS = value; in frv_cgen_set_vma_operand()
Dfrv-opc.h339 long f_LRAS; member
Dfrv-dis.c298 print_normal (cd, info, fields->f_LRAS, 0, pc, length); in frv_cgen_print_operand()
Dfrv-asm.c1157 …g = cgen_parse_unsigned_integer (cd, strp, FRV_OPERAND_LRAS, (unsigned long *) (& fields->f_LRAS)); in frv_cgen_parse_operand()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dfrv-ibld.c730 errmsg = insert_normal (cd, fields->f_LRAS, 0, 0, 3, 1, 32, total_length, buffer); in frv_cgen_insert_operand()
1056 …gth = extract_normal (cd, ex_info, insn_value, 0, 0, 3, 1, 32, total_length, pc, & fields->f_LRAS); in frv_cgen_extract_operand()
1364 value = fields->f_LRAS; in frv_cgen_get_int_operand()
1625 value = fields->f_LRAS; in frv_cgen_get_vma_operand()
1893 fields->f_LRAS = value; in frv_cgen_set_int_operand()
2151 fields->f_LRAS = value; in frv_cgen_set_vma_operand()
Dfrv-opc.h339 long f_LRAS; member
Dfrv-dis.c298 print_normal (cd, info, fields->f_LRAS, 0, pc, length); in frv_cgen_print_operand()
Dfrv-asm.c1157 …g = cgen_parse_unsigned_integer (cd, strp, FRV_OPERAND_LRAS, (unsigned long *) (& fields->f_LRAS)); in frv_cgen_parse_operand()
/netbsd/src/external/gpl3/gdb/dist/sim/frv/
Dcpu.h3202 UINT f_LRAS; \
3214 f_LRAS = EXTRACT_LSB0_UINT (insn, 32, 3, 1); \