Home
last modified time | relevance | path

Searched refs:pclabel (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/arm/include/
HDasm.h127 #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/
HDARMInstrThumb.td337 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),
HDARMInstrInfo.td472 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, []>,
HDARMInstrThumb2.td1925 (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),