/toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/ |
cdx_callr.s | 1 # Source file used to test the callr instruction 6 callr.n r4
|
call.s | 1 # Source file used to test the call and callr instructions 6 callr r10
|
call_noat.s | 1 # Source file used to test the call and callr instructions 7 callr r10
|
cdx_callr.d | 2 #name: NIOS2 CDX callr.n 8 0+0000 <[^>]*> 8109 callr.n r4
|
call-r2.d | 11 0+0004 <[^>]*> 741f02a0 callr r10
|
call.d | 9 0+0004 <[^>]*> 503ee83a callr r10
|
call_noat-r2.d | 11 0+0004 <[^>]*> 741f02a0 callr r10
|
call_noat.d | 9 0+0004 <[^>]*> 503ee83a callr r10
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-metag/ |
pcrel.s | 4 CALLR D0.0, external 5 CALLR D0.0, global 6 CALLR D0.0, local
|
stub_pic_app.s | 5 CALLR D1RtP,_far 6 CALLR D1RtP,_lib_func 7 CALLR D1RtP,_far2 18 CALLR D1RtP,_far2@PLT
|
pcrel.d | 7 .*: ab0000a8 CALLR D0Re0,10005068 <external> 8 .*: ab000048 CALLR D0Re0,10005060 <global> 9 .*: ab000048 CALLR D0Re0,10005064 <local>
|
stub_pic_shared.s | 5 CALLR D1RtP,_far 16 CALLR D1RtP,_far2@PLT
|
stub.s | 5 CALLR D1RtP,_far
|
stub_pic_app.d | 27 .*: abffff94 CALLR D1RtP,.* <_lib_func@plt\+0x14> 28 .*: abfffed4 CALLR D1RtP,.* <_lib_func@plt> 29 .*: abffff94 CALLR D1RtP,.* <_lib_func@plt\+0x1c> 34 .*: abfffff4 CALLR D1RtP,.* <_far2>
|
stub.d | 11 .*: abffffd4 CALLR D1RtP,.* <__start-0x8>
|
stub_pic_shared.d | 26 .*: abffffb4 CALLR D1RtP,.* <_far2@plt\+0x14> 35 .*: abffff94 CALLR D1RtP,.* <pad_end>
|
shared.s | 13 CALLR D1RtP,app_func2@PLT
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-nios2/ |
relax_callr.d | 6 # Test relaxation of callr 13 00000008 <[^>]*> callr at 16 00000014 <[^>]*> callr at
|
relax_callr.s | 1 # relaxation test for callr
|
/external/llvm/test/CodeGen/Hexagon/ |
callr-dep-edge.ll | 2 ; Check that the callr and the load into r0 are not packetized together. 10 ; CHECK: callr r0
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-xc16x/ |
pcreloc.s | 26 callr .end 27 callr .end
|
pcreloc.d | 33 428: bb fe callr 254 34 42a: bb fd callr 253
|
pcrelocl.d | 33 c00328: bb fe callr 254 34 c0032a: bb fd callr 253
|
/external/llvm/test/MC/Hexagon/instructions/ |
jr.s | 6 callr r21 label 8 if (p1) callr r21 10 if (!p3) callr r21
|
/external/llvm/test/MC/Disassembler/Hexagon/ |
jr.txt | 6 # CHECK: callr r21 8 # CHECK: if (p1) callr r21 10 # CHECK: if (!p3) callr r21
|