Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.td366 def CoprocRegs : RegisterClass<"SP", [i32], 32,
369 // Should be in the same order as CoprocRegs.
H A DSparcInstrInfo.td588 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 DSparcAsmParser.cpp195 static const MCPhysReg CoprocRegs[32] = { variable
1365 RegNo = CoprocRegs[intVal]; in matchRegisterName()