HomeSort by relevance Sort by last modified time
    Searched refs:LHU (Results 1 - 8 of 8) sorted by null

  /external/v8/src/mips/
constants-mips.cc 328 case LHU:
constants-mips.h 286 LHU = ((4 << 3) + 5) << kOpcodeShift,
assembler-mips.cc 1379 void Assembler::lhu(Register rd, const MemOperand& rs) { function in class:v8::Assembler
    [all...]
simulator-mips.cc     [all...]
  /external/llvm/lib/Target/MBlaze/Disassembler/
MBlazeDisassembler.cpp 52 MBlaze::LBU, MBlaze::LHU, MBlaze::LW, UNSUPPORTED, //30,31,32,33
370 case 0x0: return MBlaze::LHU;
478 case MBlaze::LHU: return decodeLHU(insn);
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp 905 mMips->LHU(Rd, Rn, amode.value);
908 mMips->LHU(Rd, Rn, 0);
918 mMips->LHU(Rd, R_at, 0);
    [all...]
MIPSAssembler.h 340 void LHU(int Rt, int Rbase, int16_t offset);
  /external/valgrind/main/none/tests/mips32/
MIPS32int.stdout.exp 215 LHU
216 lhu $t0, 0($t1) :: rt 0x00001e1f
217 lhu $t0, 4($t1) :: rt 0x00000000
218 lhu $t0, 8($t1) :: rt 0x00000003
219 lhu $t0, 12($t1) :: rt 0x0000ffff
220 lhu $t0, 16($t1) :: rt 0x00002e2f
221 lhu $t0, 20($t1) :: rt 0x00002b2b
222 lhu $t0, 24($t1) :: rt 0x00002e2b
223 lhu $t0, 28($t1) :: rt 0x00002d2a
224 lhu $t0, 32($t1) :: rt 0x00003f3
    [all...]

Completed in 387 milliseconds