Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dmep-ibld.c613 FLD (f_5) = ((((UINT) (FLD (f_callnum)) >> (3))) & (1)); in mep_cgen_insert_operand()
614 FLD (f_6) = ((((UINT) (FLD (f_callnum)) >> (2))) & (1)); in mep_cgen_insert_operand()
615 FLD (f_7) = ((((UINT) (FLD (f_callnum)) >> (1))) & (1)); in mep_cgen_insert_operand()
616 FLD (f_11) = ((FLD (f_callnum)) & (1)); in mep_cgen_insert_operand()
1285 …FLD (f_callnum) = ((((FLD (f_5)) << (3))) | (((((FLD (f_6)) << (2))) | (((((FLD (f_7)) << (1))) | … in mep_cgen_extract_operand()
1848 value = fields->f_callnum; in mep_cgen_get_int_operand()
2300 value = fields->f_callnum; in mep_cgen_get_vma_operand()
2759 fields->f_callnum = value; in mep_cgen_set_int_operand()
3162 fields->f_callnum = value; in mep_cgen_set_vma_operand()
Dmep-opc.h431 long f_callnum; member
Dmep-asm.c860 …en_parse_unsigned_integer (cd, strp, MEP_OPERAND_CALLNUM, (unsigned long *) (& fields->f_callnum)); in mep_cgen_parse_operand()
Dmep-dis.c761 print_normal (cd, info, fields->f_callnum, 0|(1<<CGEN_OPERAND_VIRTUAL), pc, length); in mep_cgen_print_operand()