Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Sparc/
DSparcRegisterInfo.td364 def CoprocRegs : RegisterClass<"SP", [i32], 32,
367 // Should be in the same order as CoprocRegs.
DSparcInstrInfo.td521 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/
DSparcRegisterInfo.td365 def CoprocRegs : RegisterClass<"SP", [i32], 32,
368 // Should be in the same order as CoprocRegs.
DSparcInstrInfo.td525 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/
DSparcAsmParser.cpp178 static const MCPhysReg CoprocRegs[32] = { variable
1092 RegNo = CoprocRegs[intVal]; in matchRegisterName()
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp153 static const MCPhysReg CoprocRegs[32] = { variable
1102 RegNo = CoprocRegs[intVal]; in matchRegisterName()