Searched refs:f_ae (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | frv-ibld.c | 726 errmsg = insert_normal (cd, fields->f_ae, 0, 0, 25, 1, 32, total_length, buffer); in frv_cgen_insert_operand() 1051 …ngth = extract_normal (cd, ex_info, insn_value, 0, 0, 25, 1, 32, total_length, pc, & fields->f_ae); in frv_cgen_extract_operand() 1358 value = fields->f_ae; in frv_cgen_get_int_operand() 1618 value = fields->f_ae; in frv_cgen_get_vma_operand() 1885 fields->f_ae = value; in frv_cgen_set_int_operand() 2142 fields->f_ae = value; in frv_cgen_set_vma_operand()
|
D | frv-opc.h | 324 long f_ae; member
|
D | frv-dis.c | 306 print_normal (cd, info, fields->f_ae, 0|(1<<CGEN_OPERAND_HASH_PREFIX), pc, length); in frv_cgen_print_operand()
|
D | frv-asm.c | 1165 …rrmsg = cgen_parse_unsigned_integer (cd, strp, FRV_OPERAND_AE, (unsigned long *) (& fields->f_ae)); in frv_cgen_parse_operand()
|