Searched refs:CoprocRegs (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | SparcRegisterInfo.td | 366 def CoprocRegs : RegisterClass<"SP", [i32], 32, 369 // Should be in the same order as CoprocRegs.
|
| H A D | SparcInstrInfo.td | 588 defm LDC : Load<"ld", 0b110000, load, CoprocRegs, i32>; 652 defm STC : Store<"st", 0b110100, store, CoprocRegs, i32>;
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 195 static const MCPhysReg CoprocRegs[32] = { variable 1365 RegNo = CoprocRegs[intVal]; in matchRegisterName()
|