Searched refs:pclabel (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/arm/include/ |
H A D | asm.h | 122 #define GOT_INIT(got,gotsym,pclabel) \ argument 124 pclabel: add got, pc 126 #define GOT_INITSYM(gotsym,pclabel) \ argument 128 gotsym: .word _C_LABEL(_GLOBAL_OFFSET_TABLE_) - (pclabel+4) 130 #define GOT_INITSYM(gotsym,pclabel) \ argument 132 gotsym: .word _C_LABEL(_GLOBAL_OFFSET_TABLE_) - (pclabel+8) 146 #define GOT_INIT(got,gotsym,pclabel) argument 147 #define GOT_INITSYM(gotsym,pclabel) argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrThumb.td | 390 def tPICADD : TIt<(outs GPR:$dst), (ins GPR:$lhs, pclabel:$cp), IIC_iALUr, "", 1741 def tLDRpci_pic : PseudoInst<(outs tGPR:$dst), (ins i32imm:$addr, pclabel:$cp),
|
H A D | ARMInstrInfo.td | 664 def pclabel : Operand<i32> { 2397 def PICADD : ARMPseudoInst<(outs GPR:$dst), (ins GPR:$a, pclabel:$cp, pred:$p), 3697 (ins i32imm:$addr, pclabel:$id), IIC_iMOVi, []>, 3722 (ins GPR:$src, i32imm:$addr, pclabel:$id), IIC_iMOVi, []>,
|
H A D | ARMInstrThumb2.td | 2279 (ins i32imm:$addr, pclabel:$id), IIC_iMOVi, []>, 2310 (ins rGPR:$src, i32imm:$addr, pclabel:$id), IIC_iMOVi, []>, 4363 def t2LDRpci_pic : PseudoInst<(outs rGPR:$dst), (ins i32imm:$addr, pclabel:$cp), 5478 : t2PseudoInst<(outs ), (ins pclabel:$cp), 0, NoItinerary, []> {
|