Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp28213 unsigned IJmpOpc = (PVT == MVT::i64) ? X86::JMP64r : X86::JMP32r; in emitEHSjLjLongJmp() local
28249 BuildMI(*thisMBB, MI, DL, TII->get(IJmpOpc)).addReg(Tmp); in emitEHSjLjLongJmp()