OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_LD
(Results
1 - 3
of
3
) sorted by null
/system/core/libpixelflinger/codeflinger/
mips_opcode.h
181
#define
OP_LD
067 /* MIPS-II, for r4000 port */
mips_disassem.c
474
case
OP_LD
:
/external/qemu/target-mips/
translate.c
886
#define
OP_LD
(insn,fname) \
891
OP_LD
(lb,ld8s);
892
OP_LD
(lbu,ld8u);
893
OP_LD
(lh,ld16s);
894
OP_LD
(lhu,ld16u);
895
OP_LD
(lw,ld32s);
897
OP_LD
(lwu,ld32u);
898
OP_LD
(ld,ld64);
900
#undef
OP_LD
[
all
...]
Completed in 56 milliseconds