Searched refs:pclabel (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/arm/include/ |
| D | asm.h | 136 #define GOT_INIT(got,gotsym,pclabel) \ argument 138 pclabel: add got, pc 140 #define GOT_INITSYM(gotsym,pclabel) \ argument 142 gotsym: .word _C_LABEL(_GLOBAL_OFFSET_TABLE_) - (pclabel+4) 144 #define GOT_INITSYM(gotsym,pclabel) \ argument 146 gotsym: .word _C_LABEL(_GLOBAL_OFFSET_TABLE_) - (pclabel+8) 160 #define GOT_INIT(got,gotsym,pclabel) argument 161 #define GOT_INITSYM(gotsym,pclabel) argument
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMInstrThumb.td | 390 def tPICADD : TIt<(outs GPR:$dst), (ins GPR:$lhs, pclabel:$cp), IIC_iALUr, "", 1725 def tLDRpci_pic : PseudoInst<(outs tGPR:$dst), (ins i32imm:$addr, pclabel:$cp),
|
| D | ARMInstrThumb2.td | 2198 (ins i32imm:$addr, pclabel:$id), IIC_iMOVi, []>, 2227 (ins rGPR:$src, i32imm:$addr, pclabel:$id), IIC_iMOVi, []>, 4261 def t2LDRpci_pic : PseudoInst<(outs rGPR:$dst), (ins i32imm:$addr, pclabel:$cp), 5359 : t2PseudoInst<(outs ), (ins pclabel:$cp), 0, NoItinerary, []> {
|
| D | ARMInstrInfo.td | 646 def pclabel : Operand<i32> { 2361 def PICADD : ARMPseudoInst<(outs GPR:$dst), (ins GPR:$a, pclabel:$cp, pred:$p), 3656 (ins i32imm:$addr, pclabel:$id), IIC_iMOVi, []>, 3679 (ins GPR:$src, i32imm:$addr, pclabel:$id), IIC_iMOVi, []>,
|