/external/v8/src/mips/ |
D | constants-mips.cc | 231 case MFLO: in InstructionType()
|
D | constants-mips.h | 389 MFLO = ((2 << 3) + 2), enumerator
|
D | disasm-mips.cc | 688 case MFLO: in DecodeTypeRegister()
|
D | simulator-mips.cc | 1972 case MFLO: in ConfigureTypeRegister()
|
D | assembler-mips.cc | 1871 GenInstrRegister(SPECIAL, zero_reg, zero_reg, rd, 0, MFLO); in mflo()
|
/external/v8/src/mips64/ |
D | constants-mips64.cc | 240 case MFLO: in InstructionType()
|
D | constants-mips64.h | 366 MFLO = ((2 << 3) + 2), enumerator
|
D | disasm-mips64.cc | 770 case MFLO: in DecodeTypeRegister()
|
D | simulator-mips64.cc | 2080 case MFLO: in ConfigureTypeRegister()
|
D | assembler-mips64.cc | 2066 GenInstrRegister(SPECIAL, zero_reg, zero_reg, rd, 0, MFLO); in mflo()
|
/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 1069 FAIL_IF(push_inst(compiler, MFLO | D(SLJIT_R0), DR(SLJIT_R0))); in sljit_emit_op0() 1087 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() 279 Opc = isMicroMips ? Mips::MFLO16_MM : Mips::MFLO; in expandPostRAPseudo()
|
D | MipsISelLowering.h | 74 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() 1272 Lo = DAG.getNode(MipsISD::MFLO, DL, Ty, Mult); in lowerMulDiv() 1293 SDValue Lo = DAG.getNode(MipsISD::MFLO, DL, MVT::i32, Op); in extractLOHI()
|
D | MipsInstrInfo.td | 89 def MipsMFLO : SDNode<"MipsISD::MFLO", SDT_MFLOHI>; 1401 def MFLO : MMRel, MoveFromLOHI<"mflo", GPR32Opnd, AC0>, MFLO_FM<0x12>,
|
D | Mips16InstrInfo.td | 886 // Format: MFLO rx MIPS16e
|
D | MipsISelLowering.cpp | 130 case MipsISD::MFLO: return "MipsISD::MFLO"; in getTargetNodeName()
|
/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 --------
|
D | mips32_dsp.stdout.exp-BE | 2188 -------- MTHI, MTLO, MFHI, MFLO --------
|