Lines Matching refs:O32
1 ; RUN: llc -march=mipsel -mxgot -relocation-model=pic < %s | FileCheck %s -check-prefix=O32
9 ; O32: lui $[[R0:[0-9]+]], %got_hi(v0)
10 ; O32: addu $[[R1:[0-9]+]], $[[R0]], ${{[a-z0-9]+}}
11 ; O32: lw ${{[0-9]+}}, %got_lo(v0)($[[R1]])
12 ; O32: lui $[[R2:[0-9]+]], %call_hi(foo0)
13 ; O32: addu $[[R3:[0-9]+]], $[[R2]], ${{[a-z0-9]+}}
14 ; O32: lw ${{[0-9]+}}, %call_lo(foo0)($[[R3]])
34 ; O32-LABEL: foo2:
35 ; O32: lui $[[R2:[0-9]+]], %call_hi(memcpy)
36 ; O32: addu $[[R3:[0-9]+]], $[[R2]], ${{[a-z0-9]+}}
37 ; O32: lw ${{[0-9]+}}, %call_lo(memcpy)($[[R3]])