Searched refs:f_s10 (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | fr30-ibld.c | 695 long value = fields->f_s10; in fr30_cgen_insert_operand() 900 fields->f_s10 = value; in fr30_cgen_extract_operand() 1057 value = fields->f_s10; in fr30_cgen_get_int_operand() 1185 value = fields->f_s10; in fr30_cgen_get_vma_operand() 1316 fields->f_s10 = value; in fr30_cgen_set_int_operand() 1437 fields->f_s10 = value; in fr30_cgen_set_vma_operand()
|
D | fr30-opc.h | 124 long f_s10; member
|
D | frv-ibld.c | 789 …errmsg = insert_normal (cd, fields->f_s10, 0|(1<<CGEN_IFLD_SIGNED), 0, 9, 10, 32, total_length, bu… in frv_cgen_insert_operand() 1112 …cd, ex_info, insn_value, 0|(1<<CGEN_IFLD_SIGNED), 0, 9, 10, 32, total_length, pc, & fields->f_s10); in frv_cgen_extract_operand() 1406 value = fields->f_s10; in frv_cgen_get_int_operand() 1666 value = fields->f_s10; in frv_cgen_get_vma_operand() 1933 fields->f_s10 = value; in frv_cgen_set_int_operand() 2190 fields->f_s10 = value; in frv_cgen_set_vma_operand()
|
D | fr30-asm.c | 289 errmsg = cgen_parse_signed_integer (cd, strp, FR30_OPERAND_S10, (long *) (& fields->f_s10)); in fr30_cgen_parse_operand()
|
D | frv-opc.h | 303 long f_s10; member
|
D | fr30-dis.c | 278 …print_normal (cd, info, fields->f_s10, 0|(1<<CGEN_OPERAND_SIGNED)|(1<<CGEN_OPERAND_HASH_PREFIX), p… in fr30_cgen_print_operand()
|
D | frv-dis.c | 354 …print_normal (cd, info, fields->f_s10, 0|(1<<CGEN_OPERAND_SIGNED)|(1<<CGEN_OPERAND_HASH_PREFIX), p… in frv_cgen_print_operand()
|
D | frv-asm.c | 1221 errmsg = cgen_parse_signed_integer (cd, strp, FRV_OPERAND_S10, (long *) (& fields->f_s10)); in frv_cgen_parse_operand()
|