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

  /external/valgrind/main/none/tests/mips64/
logical_instructions.c 6 AND=0, ANDI, LUI, NOR,
40 case LUI:
44 TEST6("lui $t0, 0xffff", 0xffff, t0);
45 TEST6("lui $a0, 0x0", 0x0, a0);
46 TEST6("lui $t9, 0xff", 0xff, t9);
47 TEST6("lui $v0, 0xfff", 0xfff, v0);
48 TEST6("lui $s0, 0x2", 0x2, s0);
  /external/pcre/dist/sljit/
sljitNativeMIPS_common.c 145 #define LUI (HI(15))
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp 385 mMips->LUI(tmpReg, (amode.value >> 16));
499 mMips->LUI(Rd, (amode.value >> 16));
531 mMips->LUI(Rd, (amode.value >> 16));
    [all...]

Completed in 233 milliseconds