Lines Matching refs:STATIC
1 …0 -mtriple mips-unknown-linux-gnu -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC
2 …own-linux-gnu -relocation-model=static -disable-fp-elim < %s | FileCheck %s -check-prefix=STATIC-FP
17 ; STATIC: addiu $sp, $sp, -{{[0-9]+}}
18 ; STATIC: sw $ra, {{[0-9]+}}($sp)
19 ; STATIC: .loc 1 2 3 prologue_end
20 ; STATIC: lui $[[R0:[0-9]+]], %hi($.str)
22 ; STATIC-FP: addiu $sp, $sp, -{{[0-9]+}}
23 ; STATIC-FP: sw $ra, {{[0-9]+}}($sp)
24 ; STATIC-FP: sw $fp, {{[0-9]+}}($sp)
25 ; STATIC-FP: move $fp, $sp
26 ; STATIC-FP: .loc 1 2 3 prologue_end
27 ; STATIC-FP: lui $[[R0:[0-9]+]], %hi($.str)