OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_callnum
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
mep-ibld.c
616
FLD (f_5) = ((((UINT) (FLD (
f_callnum
)) >> (3))) & (1));
617
FLD (f_6) = ((((UINT) (FLD (
f_callnum
)) >> (2))) & (1));
618
FLD (f_7) = ((((UINT) (FLD (
f_callnum
)) >> (1))) & (1));
619
FLD (f_11) = ((FLD (
f_callnum
)) & (1));
[
all
...]
mep-opc.h
431
long
f_callnum
;
member in struct:cgen_fields
mep-asm.c
861
errmsg = cgen_parse_unsigned_integer (cd, strp, MEP_OPERAND_CALLNUM, (unsigned long *) (& fields->
f_callnum
));
[
all
...]
mep-dis.c
762
print_normal (cd, info, fields->
f_callnum
, 0|(1<<CGEN_OPERAND_VIRTUAL), pc, length);
[
all
...]
Completed in 342 milliseconds