Searched refs:f_s6 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | frv-ibld.c | 801 …errmsg = insert_normal (cd, fields->f_s6, 0|(1<<CGEN_IFLD_SIGNED), 0, 5, 6, 32, total_length, buff… in frv_cgen_insert_operand() 1124 … (cd, ex_info, insn_value, 0|(1<<CGEN_IFLD_SIGNED), 0, 5, 6, 32, total_length, pc, & fields->f_s6); in frv_cgen_extract_operand() 1418 value = fields->f_s6; in frv_cgen_get_int_operand() 1678 value = fields->f_s6; in frv_cgen_get_vma_operand() 1945 fields->f_s6 = value; in frv_cgen_set_int_operand() 2202 fields->f_s6 = value; in frv_cgen_set_vma_operand()
|
D | frv-opc.h | 308 long f_s6; member
|
D | frv-dis.c | 366 …print_normal (cd, info, fields->f_s6, 0|(1<<CGEN_OPERAND_SIGNED)|(1<<CGEN_OPERAND_HASH_PREFIX), pc… in frv_cgen_print_operand()
|
D | frv-asm.c | 1233 errmsg = cgen_parse_signed_integer (cd, strp, FRV_OPERAND_S6, (long *) (& fields->f_s6)); in frv_cgen_parse_operand()
|