/external/pcre/dist/sljit/ |
D | sljitNativeMIPS_64.c | 398 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op() 401 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op() 406 FAIL_IF(push_inst(compiler, MFLO | D(dst), DR(dst))); in emit_single_op()
|
D | sljitNativeMIPS_32.c | 306 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op() 311 FAIL_IF(push_inst(compiler, MFLO | D(dst), DR(dst))); in emit_single_op()
|
D | sljitNativeMIPS_common.c | 149 #define MFLO (HI(0) | LO(18)) macro 1054 FAIL_IF(push_inst(compiler, MFLO | D(SLJIT_R0), DR(SLJIT_R0))); in sljit_emit_op0() 1075 FAIL_IF(push_inst(compiler, MFLO | D(SLJIT_R0), DR(SLJIT_R0))); in sljit_emit_op0()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.cpp | 100 Opc = isMicroMips ? Mips::MFLO16_MM : Mips::MFLO; in copyPhysReg() 235 BuildMI(MBB, I, DL, get(Mips::MFLO), Mips::K0); in storeRegToStack() 347 Opc = isMicroMips ? Mips::MFLO16_MM : Mips::MFLO; in expandPostRAPseudo()
|
D | MipsISelLowering.h | 78 MFLO, enumerator
|
D | MipsSEISelLowering.cpp | 445 SDValue LoOut = CurDAG->getNode(MipsISD::MFLO, DL, MVT::i32, MAdd); in selectMADD() 517 SDValue LoOut = CurDAG->getNode(MipsISD::MFLO, DL, MVT::i32, MSub); in selectMSUB() 1284 Lo = DAG.getNode(MipsISD::MFLO, DL, Ty, Mult); in lowerMulDiv() 1305 SDValue Lo = DAG.getNode(MipsISD::MFLO, DL, MVT::i32, Op); in extractLOHI()
|
D | MipsSEFrameLowering.cpp | 802 Op = (Reg == Mips::HI0) ? Mips::MFHI : Mips::MFLO; in spillCalleeSavedRegisters()
|
D | MipsFastISel.cpp | 1685 : Mips::MFLO; in selectDivRem()
|
D | MipsInstrInfo.td | 92 def MipsMFLO : SDNode<"MipsISD::MFLO", SDT_MFLOHI>; 1625 def MFLO : MMRel, MoveFromLOHI<"mflo", GPR32Opnd, AC0>, MFLO_FM<0x12>,
|
D | Mips16InstrInfo.td | 886 // Format: MFLO rx MIPS16e
|
D | MipsISelLowering.cpp | 128 case MipsISD::MFLO: return "MipsISD::MFLO"; in getTargetNodeName()
|
/external/v8/src/mips/ |
D | constants-mips.h | 430 MFLO = ((2U << 3) + 2), enumerator 931 FunctionFieldToBitNumber(MFHI) | FunctionFieldToBitNumber(MFLO) |
|
D | disasm-mips.cc | 1090 case MFLO: in DecodeTypeRegisterSPECIAL()
|
D | assembler-mips.cc | 2046 GenInstrRegister(SPECIAL, zero_reg, zero_reg, rd, 0, MFLO); in mflo()
|
D | simulator-mips.cc | 3549 case MFLO: in DecodeTypeRegisterSPECIAL()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 413 MFLO = ((2U << 3) + 2), enumerator 972 FunctionFieldToBitNumber(MFHI) | FunctionFieldToBitNumber(MFLO) |
|
D | disasm-mips64.cc | 1234 case MFLO: in DecodeTypeRegisterSPECIAL()
|
D | assembler-mips64.cc | 2297 GenInstrRegister(SPECIAL, zero_reg, zero_reg, rd, 0, MFLO); in mflo()
|
D | simulator-mips64.cc | 3555 case MFLO: // MFLO == DCLZ on R6. in DecodeTypeRegisterSPECIAL()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 2998 emitR(Mips::MFLO, RsReg, IDLoc, Instructions); in expandDiv() 3026 emitR(Mips::MFLO, RsReg, IDLoc, Instructions); in expandDiv()
|
/external/valgrind/none/tests/mips32/ |
D | MIPS32int.stdout.exp-mips32-BE | 1105 MFHI MFLO
|
D | MIPS32int.stdout.exp-mips32-LE | 1105 MFHI MFLO
|
D | MIPS32int.stdout.exp-mips32r2-LE | 1583 MFHI MFLO
|
D | MIPS32int.stdout.exp-mips32r2-BE | 1583 MFHI MFLO
|
D | mips32_dsp.stdout.exp-LE | 2188 -------- MTHI, MTLO, MFHI, MFLO --------
|