/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
jal-range.s | 3 jal 0x0 4 jal 0x1 5 jal 0xffffffc 6 jal 0xfffffff 7 jal 0x10000000 8 jal 0x10000003
|
elf-rel18.s | 4 jal foo 5 jal foo
|
jal-mask-1.s | 7 jal 0x0000000 8 jal 0xaaaaaa4 9 jal 0x5555558 10 jal 0xffffffc
|
jalr2.s | 5 jal local 6 jal local+12 7 jal global 8 jal global+12
|
jal.s | 1 # Source file used to test the jal macro. 4 jal $25 5 jal $4,$25 6 jal text_label 7 jal external_text_label
|
jal-svr4pic-noreorder.d | 2 #name: MIPS jal-svr4pic noreorder 4 #source: jal-svr4pic-noreorder.s 6 # Test the jal macro with -KPIC and `.set noreorder'.
|
jal-svr4pic-noreorder.s | 1 # Source file used to test the jal macro with -KPIC code. 11 jal $25 12 jal $4,$25 13 jal text_label 14 jal weak_text_label 15 jal external_text_label
|
jal-svr4pic.s | 1 # Source file used to test the jal macro with -KPIC code. 12 jal $25 13 jal $4,$25 14 jal text_label 15 jal weak_text_label 16 jal external_text_label
|
micromips@jal-svr4pic-noreorder.d | 2 #name: MIPS jal-svr4pic noreorder 4 #source: jal-svr4pic-noreorder.s 6 # Test the jal macro with -KPIC and `.set noreorder' (microMIPS).
|
mips1@jal-svr4pic-noreorder.d | 2 #name: MIPS jal-svr4pic noreorder 4 #source: jal-svr4pic-noreorder.s 6 # Test the jal macro with -KPIC and `.set noreorder' (MIPS1).
|
mipsr6@jal-svr4pic-noreorder.d | 2 #name: MIPS jal-svr4pic noreorder 4 #source: jal-svr4pic-noreorder.s 6 # Test the jal macro with -KPIC and `.set noreorder'.
|
r3000@jal-svr4pic-noreorder.d | 2 #name: MIPS jal-svr4pic noreorder 4 #source: jal-svr4pic-noreorder.s 5 #dump: mips1@jal-svr4pic-noreorder.d
|
r3000@jal-svr4pic.d | 2 #name: MIPS jal-svr4pic 4 #source: jal-svr4pic.s 5 #dump: mips1@jal-svr4pic.d
|
jal-newabi.s | 1 # Source file used to test the jal macro for NewABI. 4 jal label label
|
jal-mask-2.s | 7 jal 0x0000008 8 jal 0xaaaaaaa 9 jal 0x555555c 10 jal 0xffffffe
|
jal-mask-11.d | 2 #name: MIPS jal mask 1.1 4 #source: jal-mask-1.s 6 # Check address masks for JAL/J instructions. 19 55555570 <[^>]*> 0c000000 jal 50000000 <[^>]*> 21 55555578 <[^>]*> 0eaaaaa9 jal 5aaaaaa4 <[^>]*> 23 55555580 <[^>]*> 0d555556 jal 55555558 <[^>]*> 25 55555588 <[^>]*> 0fffffff jal 5ffffffc <[^>]*>
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cr16/ |
jal_test.s | 5 # JAL regp regp 7 jal (r2,r1) 8 jal (r6,r5),(r2,r1) 9 jal (r3,r2),(r4,r3) 10 jal (r1,r0), (r4,r3) 11 jal (r3,r2), (r8,r7)
|
jal_test.d | 10 0: d1 00 jal \(r2,r1\) 11 2: 14 00 15 80 jal \(r6,r5\),\(r2,r1\) 12 6: 14 00 32 80 jal \(r3,r2\),\(r4,r3\) 13 a: 14 00 30 80 jal \(r1,r0\),\(r4,r3\) 14 e: 14 00 72 80 jal \(r3,r2\),\(r8,r7\)
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
pic-and-nonpic-1b.s | 6 jal f1 7 jal f2 8 jal f3
|
jaloverflow-2.s | 0 # jal relocs against undefined weak symbols should not be treated as 7 jal foo
|
mips16-call-global-1.s | 9 jal x+8 10 jal y+8
|
export-class-call16-n32.s | 11 jal protected_foo 12 jal hidden_foo 13 jal internal_foo
|
export-class-call16-n64.s | 11 jal protected_foo 12 jal hidden_foo 13 jal internal_foo
|
/external/llvm/test/MC/Mips/ |
sym-expr.s | 11 jal __start + 0x4 # CHECK: instruction: [jal, Imm<__start+4>] 12 jal __start + (-0x10) # CHECK: instruction: [jal, Imm<__start-16>] 13 jal (__start + (-0x10)) # CHECK: instruction: [jal, Imm<__start-16>]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/nds32/ |
ji-jr.s | 3 jal foo
|