Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FrameLowering.cpp380 static const unsigned CU32BitRegs[] = { in encodeCompactUnwindRegistersWithoutFrame() local
386 const unsigned *CURegs = (Is64Bit ? CU64BitRegs : CU32BitRegs); in encodeCompactUnwindRegistersWithoutFrame()
440 static const unsigned CU32BitRegs[] = { in encodeCompactUnwindRegistersWithFrame() local
446 const unsigned *CURegs = (Is64Bit ? CU64BitRegs : CU32BitRegs); in encodeCompactUnwindRegistersWithFrame()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp678 static const MCPhysReg CU32BitRegs[7] = { in getCompactUnwindRegNum() local
684 const MCPhysReg *CURegs = Is64Bit ? CU64BitRegs : CU32BitRegs; in getCompactUnwindRegNum()