Searched refs:pclabel (Results 1 – 4 of 4) sorted by relevance
| /trueos/sys/arm/include/ |
| HD | asm.h | 127 #define GOT_INIT(got,gotsym,pclabel) \ argument 129 pclabel: add got, got, pc 131 #define GOT_INITSYM(gotsym,pclabel) \ argument 133 gotsym: .word _C_LABEL(_GLOBAL_OFFSET_TABLE_) - (pclabel+4) 135 #define GOT_INITSYM(gotsym,pclabel) \ argument 137 gotsym: .word _C_LABEL(_GLOBAL_OFFSET_TABLE_) - (pclabel+8) 151 #define GOT_INIT(got,gotsym,pclabel) argument 152 #define GOT_INITSYM(gotsym,pclabel) argument
|
| /trueos/contrib/llvm/lib/Target/ARM/ |
| HD | ARMInstrThumb.td | 337 def tPICADD : TIt<(outs GPR:$dst), (ins GPR:$lhs, pclabel:$cp), IIC_iALUr, "", 1405 def tLDRpci_pic : PseudoInst<(outs GPR:$dst), (ins i32imm:$addr, pclabel:$cp),
|
| HD | ARMInstrInfo.td | 472 def pclabel : Operand<i32> { 1858 def PICADD : ARMPseudoInst<(outs GPR:$dst), (ins GPR:$a, pclabel:$cp, pred:$p), 3054 (ins i32imm:$addr, pclabel:$id), IIC_iMOVi, []>, 3077 (ins GPR:$src, i32imm:$addr, pclabel:$id), IIC_iMOVi, []>,
|
| HD | ARMInstrThumb2.td | 1925 (ins i32imm:$addr, pclabel:$id), IIC_iMOVi, []>; 1952 (ins rGPR:$src, i32imm:$addr, pclabel:$id), IIC_iMOVi, []>, 3816 def t2LDRpci_pic : PseudoInst<(outs rGPR:$dst), (ins i32imm:$addr, pclabel:$cp),
|