Searched refs:f_eir (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | frv-ibld.c | 732 errmsg = insert_normal (cd, fields->f_eir, 0, 0, 17, 6, 32, total_length, buffer); 1035 …gth = extract_normal (cd, ex_info, insn_value, 0, 0, 17, 6, 32, total_length, pc, & fields->f_eir); 1321 value = fields->f_eir; 1558 value = fields->f_eir; 1804 fields->f_eir = value; 2038 fields->f_eir = value;
|
H A D | frv-opc.h | 302 long f_eir; member
|
H A D | frv-dis.c | 308 print_normal (cd, info, fields->f_eir, 0, pc, length);
|
H A D | frv-asm.c | 879 errmsg = cgen_parse_unsigned_integer (cd, strp, FRV_OPERAND_EIR, &fields->f_eir);
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | frv-ibld.c | 744 errmsg = insert_normal (cd, fields->f_eir, 0, 0, 17, 6, 32, total_length, buffer); in frv_cgen_insert_operand() 1069 …gth = extract_normal (cd, ex_info, insn_value, 0, 0, 17, 6, 32, total_length, pc, & fields->f_eir); in frv_cgen_extract_operand() 1376 value = fields->f_eir; in frv_cgen_get_int_operand() 1636 value = fields->f_eir; in frv_cgen_get_vma_operand() 1903 fields->f_eir = value; in frv_cgen_set_int_operand() 2160 fields->f_eir = value; in frv_cgen_set_vma_operand()
|
H A D | frv-opc.h | 302 long f_eir; member
|
H A D | frv-dis.c | 325 print_normal (cd, info, fields->f_eir, 0, pc, length); in frv_cgen_print_operand()
|
H A D | frv-asm.c | 1183 …msg = cgen_parse_unsigned_integer (cd, strp, FRV_OPERAND_EIR, (unsigned long *) (& fields->f_eir)); in frv_cgen_parse_operand()
|