Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/opcodes/
Dmep-ibld.c571 FLD (f_24u8a4n_hi) = ((unsigned int) (FLD (f_24u8a4n)) >> (8)); in mep_cgen_insert_operand()
572 FLD (f_24u8a4n_lo) = ((unsigned int) (((FLD (f_24u8a4n)) & (252))) >> (2)); in mep_cgen_insert_operand()
1070 FLD (f_24u8a4n) = ((((FLD (f_24u8a4n_hi)) << (8))) | (((FLD (f_24u8a4n_lo)) << (2)))); in mep_cgen_extract_operand()
1480 value = fields->f_24u8a4n; in mep_cgen_get_int_operand()
1755 value = fields->f_24u8a4n; in mep_cgen_get_vma_operand()
2037 fields->f_24u8a4n = value; in mep_cgen_set_int_operand()
2286 fields->f_24u8a4n = value; in mep_cgen_set_vma_operand()
Dmep-opc.h252 long f_24u8a4n; member
Dmep-dis.c519 print_normal (cd, info, fields->f_24u8a4n, 0|(1<<CGEN_OPERAND_VIRTUAL), pc, length); in mep_cgen_print_operand()
Dmep-asm.c743 …rrmsg = parse_mep_alignu (cd, strp, MEP_OPERAND_ADDR24A4, (unsigned long *) (& fields->f_24u8a4n)); in mep_cgen_parse_operand()