Searched refs:PCB (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430RegisterInfo.td | 35 def PCB : MSP430Reg<0, "r0", ["pc"]>; 55 def PC : MSP430RegWithSubregs<0, "r0", [PCB], ["pc"]>; 79 PCB, SPB, SRB, CGB)>;
|
| H A D | MSP430RegisterInfo.cpp | 78 Reserved.set(MSP430::PCB); in getReservedRegs()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/tools/ |
| H A D | lldb-minimize-processes.patch | 38 // the correct PCB
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/Disassembler/ |
| H A D | MSP430Disassembler.cpp | 67 MSP430::PCB, MSP430::SPB, MSP430::SRB, MSP430::CGB,
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | AST.cpp | 395 PrintCB PCB(&CurContext); in printType() local 396 PP.Callbacks = &PCB; in printType()
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/AsmParser/ |
| H A D | MSP430AsmParser.cpp | 562 case MSP430::PC: return MSP430::PCB; in convertGR16ToGR8()
|