Searched refs:f_imm3b (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | xstormy16-ibld.c | 626 errmsg = insert_normal (cd, fields->f_imm3b, 0, 0, 17, 3, 32, total_length, buffer); in xstormy16_cgen_insert_operand() 768 …h = extract_normal (cd, ex_info, insn_value, 0, 0, 17, 3, 32, total_length, pc, & fields->f_imm3b); in xstormy16_cgen_extract_operand() 898 value = fields->f_imm3b; in xstormy16_cgen_get_int_operand() 990 value = fields->f_imm3b; in xstormy16_cgen_get_vma_operand() 1089 fields->f_imm3b = value; in xstormy16_cgen_set_int_operand() 1178 fields->f_imm3b = value; in xstormy16_cgen_set_vma_operand()
|
D | xstormy16-opc.h | 108 long f_imm3b; member
|
D | xstormy16-asm.c | 243 …_parse_unsigned_integer (cd, strp, XSTORMY16_OPERAND_IMM3B, (unsigned long *) (& fields->f_imm3b)); in xstormy16_cgen_parse_operand()
|
D | xstormy16-dis.c | 135 print_normal (cd, info, fields->f_imm3b, 0, pc, length); in xstormy16_cgen_print_operand()
|