Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.td35 def PCB : MSP430Reg<0, "r0", ["pc"]>;
55 def PC : MSP430RegWithSubregs<0, "r0", [PCB], ["pc"]>;
79 PCB, SPB, SRB, CGB)>;
H A DMSP430RegisterInfo.cpp78 Reserved.set(MSP430::PCB); in getReservedRegs()
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/tools/
H A Dlldb-minimize-processes.patch38 // the correct PCB
/llvm-project-15.0.7/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp67 MSP430::PCB, MSP430::SPB, MSP430::SRB, MSP430::CGB,
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DAST.cpp395 PrintCB PCB(&CurContext); in printType() local
396 PP.Callbacks = &PCB; in printType()
/llvm-project-15.0.7/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp562 case MSP430::PC: return MSP430::PCB; in convertGR16ToGR8()