HomeSort by relevance Sort by last modified time
    Searched full:mfhi (Results 51 - 75 of 121) sorted by null

1 23 4 5

  /external/llvm/test/MC/Mips/
mips-fpu-instructions.s 144 # CHECK: mfhi $5 # encoding: [0x10,0x28,0x00,0x00]
171 mfhi $a1
  /art/compiler/utils/mips/
assembler_mips.h 256 void Mfhi(Register rd);
assembler_mips.cc 290 void MipsAssembler::Mfhi(Register rd) {
458 Mfhi(rd);
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
elfcore.h 309 __asm__ volatile ("mfhi %0" : "=r"(hi)); \
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
elfcore.h 309 __asm__ volatile ("mfhi %0" : "=r"(hi)); \
  /external/llvm/test/MC/Disassembler/Mips/
mips32.txt 257 # CHECK: mfhi $5
mips32_le.txt 257 # CHECK: mfhi $5
mips32r2.txt 266 # CHECK: mfhi $5
mips32r2_le.txt 266 # CHECK: mfhi $5
  /external/chromium_org/v8/src/mips/
disasm-mips.cc 676 case MFHI:
677 Format(instr, "mfhi 'rd");
constants-mips.h 322 MFHI = ((2 << 3) + 0),
lithium-codegen-mips.cc     [all...]
assembler-mips.cc 1547 void Assembler::mfhi(Register rd) { function in class:v8::Assembler
    [all...]
  /external/v8/src/mips/
disasm-mips.cc 666 case MFHI:
667 Format(instr, "mfhi 'rd");
constants-mips.h 317 MFHI = ((2 << 3) + 0),
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp 640 mMips->MFHI(RdHi);
    [all...]
MIPSAssembler.h 352 void MFHI(int Rd);
mips_disassem.c 82 /*16 */ "mfhi", "mthi", "mflo", "mtlo", "dsllv","spec25","dsrlv","dsrav",
  /art/compiler/dex/quick/mips/
mips_lir.h 340 kMipsMfhi, // mfhi d [0000000000000000] d[15..11] [00000010000].
  /dalvik/vm/compiler/codegen/mips/
MipsLIR.h 433 kMipsMfhi, /* mfhi d [0000000000000000] d[15..11] [00000010000] */
  /external/llvm/lib/Target/Mips/
Mips64InstrInfo.td 208 def MFHI64 : MoveFromLOHI<"mfhi", GPR64Opnd, [HI64]>, MFLO_FM<0x10>;
MipsSEInstrInfo.cpp 105 Opc = Mips::MFHI, SrcReg = 0;
Mips16InstrInfo.td 806 // Format: MFHI rx MIPS16e
810 def Mfhi16: FRR16_M_ins<0b10000, "mfhi", IIAlu> {
    [all...]
MipsInstrInfo.td     [all...]
  /external/valgrind/main/none/tests/mips32/
MIPS32int.c 61 "mfhi %0 \n\t" \
120 "mfhi %0\n\t" \
126 printf("mfhi mflo :: HI: 0x%x, LO: 0x%x\n", \
    [all...]

Completed in 1283 milliseconds

1 23 4 5