Home
last modified time | relevance | path

Searched defs:MovOpc (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86RetpolineThunks.cpp230 const unsigned MovOpc = Is64Bit ? X86::MOV64mr : X86::MOV32mr; in insertRegReturnAddrClobber() local
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp800 unsigned MovOpc, unsigned Reg1, in EmitMovFPIntPair()
816 unsigned MovOpc = ToFP ? Mips::MTC1 : Mips::MFC1; in EmitSwapFPIntParams() local
848 unsigned MovOpc = Mips::MFC1; in EmitSwapFPIntRetval() local
DMipsSEInstrInfo.cpp586 unsigned CvtOpc, unsigned MovOpc, in expandCvtFPInt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp855 unsigned MovOpc, unsigned Reg1, in EmitMovFPIntPair()
872 unsigned MovOpc = ToFP ? Mips::MTC1 : Mips::MFC1; in EmitSwapFPIntParams() local
905 unsigned MovOpc = Mips::MFC1; in EmitSwapFPIntRetval() local
DMipsSEInstrInfo.cpp744 unsigned CvtOpc, unsigned MovOpc, in expandCvtFPInt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp849 const unsigned MovOpc = in select() local