OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_csrn
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
mep-ibld.c
763
FLD (f_csrn_lo) = ((FLD (
f_csrn
)) & (15));
764
FLD (f_csrn_hi) = ((UINT) (FLD (
f_csrn
)) >> (4));
777
FLD (f_csrn_lo) = ((FLD (
f_csrn
)) & (15));
778
FLD (f_csrn_hi) = ((UINT) (FLD (
f_csrn
)) >> (4));
[
all
...]
mep-opc.h
361
long
f_csrn
;
member in struct:cgen_fields
mep-asm.c
930
errmsg = parse_csrn (cd, strp, & mep_cgen_opval_h_csr, & fields->
f_csrn
);
933
errmsg = cgen_parse_unsigned_integer (cd, strp, MEP_OPERAND_CSRN_IDX, (unsigned long *) (& fields->
f_csrn
));
[
all
...]
mep-dis.c
831
print_keyword (cd, info, & mep_cgen_opval_h_csr, fields->
f_csrn
, 0|(1<<CGEN_OPERAND_VIRTUAL));
834
print_normal (cd, info, fields->
f_csrn
, 0|(1<<CGEN_OPERAND_VIRTUAL), pc, length);
[
all
...]
Completed in 2061 milliseconds