Home
last modified time | relevance | path

Searched refs:OldCW (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp37325 Register OldCW = MF->getRegInfo().createVirtualRegister(&X86::GR32RegClass); in EmitInstrWithCustomInserter() local
37326 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOVZX32rm16), OldCW), in EmitInstrWithCustomInserter()
37333 .addReg(OldCW, RegState::Kill) in EmitInstrWithCustomInserter()
37395 Register OldCW = MF->getRegInfo().createVirtualRegister(&X86::GR32RegClass); in EmitInstrWithCustomInserter() local
37396 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOVZX32rm16), OldCW), in EmitInstrWithCustomInserter()
37402 .addReg(OldCW, RegState::Kill).addImm(0xC00); in EmitInstrWithCustomInserter()
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24443 unsigned OldCW = in EmitInstrWithCustomInserter() local
24445 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16rm), OldCW), in EmitInstrWithCustomInserter()
24458 .addReg(OldCW); in EmitInstrWithCustomInserter()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32326 Register OldCW = MF->getRegInfo().createVirtualRegister(&X86::GR32RegClass); in EmitInstrWithCustomInserter() local
32327 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOVZX32rm16), OldCW), in EmitInstrWithCustomInserter()
32333 .addReg(OldCW, RegState::Kill).addImm(0xC00); in EmitInstrWithCustomInserter()