HomeSort by: relevance | last modified time | path
    Searched refs:MFLO (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeMIPS_64.c 470 return push_inst(compiler, MFLO | D(dst), DR(dst));
473 return push_inst(compiler, MFLO | D(dst), DR(dst));
478 FAIL_IF(push_inst(compiler, MFLO | D(dst), DR(dst)));
sljitNativeMIPS_32.c 379 return push_inst(compiler, MFLO | D(dst), DR(dst));
384 FAIL_IF(push_inst(compiler, MFLO | D(dst), DR(dst)));
sljitNativeMIPS_common.c 146 #define MFLO (HI(0) | LO(18))
1033 FAIL_IF(push_inst(compiler, MFLO | D(SLJIT_R0), DR(SLJIT_R0)));
1054 FAIL_IF(push_inst(compiler, MFLO | D(SLJIT_R0), DR(SLJIT_R0)));
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSEInstrInfo.cpp 104 Opc = isMicroMips ? Mips::MFLO16_MM : Mips::MFLO;
305 BuildMI(MBB, I, DL, get(Mips::MFLO), Mips::K0);
424 expandPseudoMFHiLo(MBB, MI, Mips::MFLO);
MipsISelLowering.h 126 MFLO,
MipsSEFrameLowering.cpp 224 // mflo $vr0, src
256 // mflo $vr0, src
821 Op = (Reg == Mips::HI0) ? Mips::MFHI : Mips::MFLO;
MipsFastISel.cpp 1952 : Mips::MFLO;
MipsSEISelLowering.cpp 1276 Lo = DAG.getNode(MipsISD::MFLO, DL, Ty, Mult);
1296 SDValue Lo = DAG.getNode(MipsISD::MFLO, DL, MVT::i32, Op);
MipsISelLowering.cpp 204 case MipsISD::MFLO: return "MipsISD::MFLO";
583 // insert MFLO
978 // MIPS64: (or (dsll (mfhi res) 32) (dsrl (dsll (mflo res) 32) 32)
980 // MIPS64R2: (dins (mflo res) (mfhi res) 32 32)
1048 SDValue ResLo = CurDAG.getNode(MipsISD::MFLO, DL, MVT::i32, MAdd);
  /src/sys/arch/mips/mips/
bds_emul.S 282 PTR_WORD bcemul_special_mfhilo # 022 MFLO
387 jr ra; mflo t0 # 022 MFLO
546 mflo v0
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 4242 TOut.emitR(isDiv ? Mips::MFLO : Mips::MFHI, RdReg, IDLoc, STI);
4291 TOut.emitR(isDiv ? Mips::MFLO : Mips::MFHI, RdReg, IDLoc, STI);
4309 // Branch to the mflo instruction.
4322 // Branch to the mflo instruction.
4329 TOut.emitR(isDiv ? Mips::MFLO : Mips::MFHI, RdReg, IDLoc, STI);
5172 TOut.emitR(Mips::MFLO, DstReg, IDLoc, STI);
5192 TOut.emitR(Mips::MFLO, DstReg, IDLoc, STI);
5214 TOut.emitR(Mips::MFLO, DstReg, IDLoc, STI);
5235 TOut.emitR(Mips::MFLO, DstReg, IDLoc, STI);
5263 TOut.emitR(Mips::MFLO, DstReg, IDLoc, STI)
    [all...]

Completed in 81 milliseconds