Searched refs:CoprocRegs (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/Sparc/ |
D | SparcRegisterInfo.td | 364 def CoprocRegs : RegisterClass<"SP", [i32], 32, 367 // Should be in the same order as CoprocRegs.
|
D | SparcInstrInfo.td | 521 defm LDC : Load<"ld", 0b110000, load, CoprocRegs, i32>; 576 defm STC : Store<"st", 0b110100, store, CoprocRegs, i32>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcRegisterInfo.td | 365 def CoprocRegs : RegisterClass<"SP", [i32], 32, 368 // Should be in the same order as CoprocRegs.
|
D | SparcInstrInfo.td | 525 defm LDC : Load<"ld", 0b110000, load, CoprocRegs, i32>; 580 defm STC : Store<"st", 0b110100, store, CoprocRegs, i32>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 178 static const MCPhysReg CoprocRegs[32] = { variable 1092 RegNo = CoprocRegs[intVal]; in matchRegisterName()
|
/external/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 153 static const MCPhysReg CoprocRegs[32] = { variable 1102 RegNo = CoprocRegs[intVal]; in matchRegisterName()
|