HomeSort by relevance Sort by last modified time
    Searched defs:OP_LD (Results 1 - 2 of 2) sorted by null

  /system/core/libpixelflinger/codeflinger/
mips_opcode.h 181 #define OP_LD 067 /* MIPS-II, for r4000 port */
  /external/qemu/target-mips/
translate.c 893 #define OP_LD(insn,fname) \
898 OP_LD(lb,ld8s);
899 OP_LD(lbu,ld8u);
900 OP_LD(lh,ld16s);
901 OP_LD(lhu,ld16u);
902 OP_LD(lw,ld32s);
904 OP_LD(lwu,ld32u);
905 OP_LD(ld,ld64);
907 #undef OP_LD
    [all...]

Completed in 82 milliseconds