Searched refs:f_dsp_24_u24 (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | m32c-ibld.c | 916 FLD (f_dsp_24_u8) = ((FLD (f_dsp_24_u24)) & (255)); in m32c_cgen_insert_operand() 934 FLD (f_dsp_24_u8) = ((FLD (f_dsp_24_u24)) & (255)); in m32c_cgen_insert_operand() 2054 FLD (f_dsp_24_u24) = ((((FLD (f_dsp_32_u16)) << (8))) | (FLD (f_dsp_24_u8))); in m32c_cgen_extract_operand() 2986 value = fields->f_dsp_24_u24; in m32c_cgen_get_int_operand() 2989 value = fields->f_dsp_24_u24; in m32c_cgen_get_int_operand() 3579 value = fields->f_dsp_24_u24; in m32c_cgen_get_vma_operand() 3582 value = fields->f_dsp_24_u24; in m32c_cgen_get_vma_operand() 4177 fields->f_dsp_24_u24 = value; in m32c_cgen_set_int_operand() 4180 fields->f_dsp_24_u24 = value; in m32c_cgen_set_int_operand() 4748 fields->f_dsp_24_u24 = value; in m32c_cgen_set_vma_operand() [all …]
|
H A D | m32c-dis.c | 421 print_normal (cd, info, fields->f_dsp_24_u24, 0|(1<<CGEN_OPERAND_VIRTUAL), pc, length); in m32c_cgen_print_operand() 424 print_normal (cd, info, fields->f_dsp_24_u24, 0|(1<<CGEN_OPERAND_VIRTUAL), pc, length); in m32c_cgen_print_operand()
|
H A D | m32c-asm.c | 1082 …= parse_unsigned20 (cd, strp, M32C_OPERAND_DSP_24_U20, (unsigned long *) (& fields->f_dsp_24_u24)); in m32c_cgen_parse_operand() 1085 …= parse_unsigned24 (cd, strp, M32C_OPERAND_DSP_24_U24, (unsigned long *) (& fields->f_dsp_24_u24)); in m32c_cgen_parse_operand()
|
H A D | m32c-opc.h | 3187 long f_dsp_24_u24; member
|