Searched refs:f_bitno32_unprefixed (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | m32c-ibld.c | 645 FLD (f_bitno32_unprefixed) = ((FLD (f_bitbase32_16_s11_unprefixed)) & (7)); in m32c_cgen_insert_operand() 648 … errmsg = insert_normal (cd, fields->f_bitno32_unprefixed, 0, 0, 13, 3, 32, total_length, buffer); in m32c_cgen_insert_operand() 659 FLD (f_bitno32_unprefixed) = ((FLD (f_bitbase32_16_s19_unprefixed)) & (7)); in m32c_cgen_insert_operand() 677 FLD (f_bitno32_unprefixed) = ((FLD (f_bitbase32_16_u11_unprefixed)) & (7)); in m32c_cgen_insert_operand() 691 FLD (f_bitno32_unprefixed) = ((FLD (f_bitbase32_16_u19_unprefixed)) & (7)); in m32c_cgen_insert_operand() 709 FLD (f_bitno32_unprefixed) = ((FLD (f_bitbase32_16_u27_unprefixed)) & (7)); in m32c_cgen_insert_operand() 821 … errmsg = insert_normal (cd, fields->f_bitno32_unprefixed, 0, 0, 13, 3, 32, total_length, buffer); in m32c_cgen_insert_operand() 2953 value = fields->f_bitno32_unprefixed; in m32c_cgen_get_int_operand() 3546 value = fields->f_bitno32_unprefixed; in m32c_cgen_get_vma_operand() 4144 fields->f_bitno32_unprefixed = value; in m32c_cgen_set_int_operand() [all …]
|
H A D | m32c-dis.c | 388 print_normal (cd, info, fields->f_bitno32_unprefixed, 0, pc, length); in m32c_cgen_print_operand()
|
H A D | m32c-asm.c | 1049 …ger (cd, strp, M32C_OPERAND_BITNO32UNPREFIXED, (unsigned long *) (& fields->f_bitno32_unprefixed)); in m32c_cgen_parse_operand()
|
H A D | m32c-opc.h | 3201 long f_bitno32_unprefixed; member
|