Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dmep-ibld.c1179 FLD (f_24u8n_hi) = ((UINT) (FLD (f_24u8n)) >> (8)); in mep_cgen_insert_operand()
1180 FLD (f_24u8n_lo) = ((FLD (f_24u8n)) & (255)); in mep_cgen_insert_operand()
1785 FLD (f_24u8n) = ((((FLD (f_24u8n_hi)) << (8))) | (FLD (f_24u8n_lo))); in mep_cgen_extract_operand()
2260 value = fields->f_24u8n; in mep_cgen_get_int_operand()
2712 value = fields->f_24u8n; in mep_cgen_get_vma_operand()
3126 fields->f_24u8n = value; in mep_cgen_set_int_operand()
3529 fields->f_24u8n = value; in mep_cgen_set_vma_operand()
Dmep-opc.h427 long f_24u8n; member
Dmep-dis.c1166 print_normal (cd, info, fields->f_24u8n, 0|(1<<CGEN_OPERAND_VIRTUAL), pc, length); in mep_cgen_print_operand()
Dmep-asm.c1265 … cgen_parse_unsigned_integer (cd, strp, MEP_OPERAND_UIMM24, (unsigned long *) (& fields->f_24u8n)); in mep_cgen_parse_operand()