Home
last modified time | relevance | path

Searched refs:f_bitbase32_24_s19_prefixed (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dm32c-ibld.c745 FLD (f_bitno32_prefixed) = ((FLD (f_bitbase32_24_s19_prefixed)) & (7)); in m32c_cgen_insert_operand()
746 FLD (f_dsp_24_u8) = ((((unsigned int) (FLD (f_bitbase32_24_s19_prefixed)) >> (3))) & (255)); in m32c_cgen_insert_operand()
747 FLD (f_dsp_32_s8) = ((int) (FLD (f_bitbase32_24_s19_prefixed)) >> (11)); in m32c_cgen_insert_operand()
1905 …FLD (f_bitbase32_24_s19_prefixed) = ((((FLD (f_dsp_24_u8)) << (3))) | (((((FLD (f_dsp_32_s8)) << (… in m32c_cgen_extract_operand()
2935 value = fields->f_bitbase32_24_s19_prefixed; in m32c_cgen_get_int_operand()
3528 value = fields->f_bitbase32_24_s19_prefixed; in m32c_cgen_get_vma_operand()
4126 fields->f_bitbase32_24_s19_prefixed = value; in m32c_cgen_set_int_operand()
4697 fields->f_bitbase32_24_s19_prefixed = value; in m32c_cgen_set_vma_operand()
H A Dm32c-dis.c370 …print_signed_bitbase (cd, info, fields->f_bitbase32_24_s19_prefixed, 0|(1<<CGEN_OPERAND_SIGNED)|(1… in m32c_cgen_print_operand()
H A Dm32c-asm.c1031 …d, strp, M32C_OPERAND_BITBASE32_24_S19_PREFIXED, (long *) (& fields->f_bitbase32_24_s19_prefixed)); in m32c_cgen_parse_operand()
H A Dm32c-opc.h3211 long f_bitbase32_24_s19_prefixed; member