Lines Matching refs:INSTR
2 # RUN: | FileCheck -check-prefix=INSTR -check-prefix=FIXUP %s
9 # INSTR - Check the instruction is handled properly by the ASMPrinter
19 # INSTR: lui t1, %hi(foo)
24 # INSTR: lui t1, %hi(foo+4)
29 # INSTR: lui t1, %tprel_hi(foo)
34 # INSTR: lui t1, %tprel_hi(foo+4)
39 # INSTR: addi t1, t1, %lo(foo)
44 # INSTR: addi t1, t1, %lo(foo+4)
49 # INSTR: addi t1, t1, %tprel_lo(foo)
54 # INSTR: addi t1, t1, %tprel_lo(foo+4)
59 # INSTR: sb t1, %lo(foo)(a2)
64 # INSTR: sb t1, %lo(foo+4)(a2)
69 # INSTR: sb t1, %tprel_lo(foo)(a2)
74 # INSTR: sb t1, %tprel_lo(foo+4)(a2)
80 # INSTR: auipc t1, %pcrel_hi(foo)
85 # INSTR: auipc t1, %pcrel_hi(foo+4)
90 # INSTR: addi t1, t1, %pcrel_lo(.L0)
95 # INSTR: sb t1, %pcrel_lo(.L0)(a2)
101 # INSTR: auipc t1, %got_pcrel_hi(foo)
106 # INSTR: addi t1, t1, %pcrel_lo(.L1)
111 # INSTR: sb t1, %pcrel_lo(.L1)(a2)