Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FrameLowering.cpp383 static const unsigned CU64BitRegs[] = { in encodeCompactUnwindRegistersWithoutFrame() local
386 const unsigned *CURegs = (Is64Bit ? CU64BitRegs : CU32BitRegs); in encodeCompactUnwindRegistersWithoutFrame()
443 static const unsigned CU64BitRegs[] = { in encodeCompactUnwindRegistersWithFrame() local
446 const unsigned *CURegs = (Is64Bit ? CU64BitRegs : CU32BitRegs); in encodeCompactUnwindRegistersWithFrame()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp681 static const MCPhysReg CU64BitRegs[] = { in getCompactUnwindRegNum() local
684 const MCPhysReg *CURegs = Is64Bit ? CU64BitRegs : CU32BitRegs; in getCompactUnwindRegNum()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp697 static const MCPhysReg CU64BitRegs[] = { in getCompactUnwindRegNum() local
700 const MCPhysReg *CURegs = Is64Bit ? CU64BitRegs : CU32BitRegs; in getCompactUnwindRegNum()