Home
last modified time | relevance | path

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

/freebsd/sys/arm/include/
H A Dasm.h122 #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 DARMInstrThumb.td390 def tPICADD : TIt<(outs GPR:$dst), (ins GPR:$lhs, pclabel:$cp), IIC_iALUr, "",
1747 def tLDRpci_pic : PseudoInst<(outs tGPR:$dst), (ins i32imm:$addr, pclabel:$cp),
H A DARMInstrInfo.td663 def pclabel : Operand<i32> {
2396 def PICADD : ARMPseudoInst<(outs GPR:$dst), (ins GPR:$a, pclabel:$cp, pred:$p),
3693 (ins i32imm:$addr, pclabel:$id), IIC_iMOVi, []>,
3718 (ins GPR:$src, i32imm:$addr, pclabel:$id), IIC_iMOVi, []>,
H A DARMInstrThumb2.td2279 (ins i32imm:$addr, pclabel:$id), IIC_iMOVi, []>,
2310 (ins rGPR:$src, i32imm:$addr, pclabel:$id), IIC_iMOVi, []>,
4369 def t2LDRpci_pic : PseudoInst<(outs rGPR:$dst), (ins i32imm:$addr, pclabel:$cp),
5484 : t2PseudoInst<(outs ), (ins pclabel:$cp), 0, NoItinerary, []> {