Home
last modified time | relevance | path

Searched refs:stc2l (Results 1 – 17 of 17) sorted by relevance

/external/llvm/test/CodeGen/ARM/
Dintrinsics-coprocessor.ll36 ; CHECK: stc2l p7, c3, [r{{[0-9]+}}]
37 tail call void @llvm.arm.stc2l(i32 7, i32 3, i8* %i) nounwind
59 declare void @llvm.arm.stc2l(i32, i32, i8*) nounwind
/external/clang/test/CodeGen/
Dbuiltins-arm.c138 void stc2l(void *i) { in stc2l() function
/external/swiftshader/third_party/LLVM/test/MC/ARM/
Dbasic-arm-instructions.s1938 stc2l p6, c2, [r7, #4]
1939 stc2l p7, c1, [r8]
1940 stc2l p8, c0, [r9, #-224]
1941 stc2l p9, c1, [r10, #-120]!
1942 stc2l p10, c2, [r11], #16
1943 stc2l p11, c3, [r12], #-72
1979 @ CHECK: stc2l p6, c2, [r7, #4] @ encoding: [0x01,0x26,0xc7,0xfd]
1980 @ CHECK: stc2l p7, c1, [r8] @ encoding: [0x00,0x17,0xc8,0xfd]
1981 @ CHECK: stc2l p8, c0, [r9, #-224] @ encoding: [0x38,0x08,0x49,0xfd]
1982 @ CHECK: stc2l p9, c1, [r10, #-120]! @ encoding: [0x1e,0x19,0x6a,0xfd]
[all …]
Dbasic-thumb2-instructions.s2194 stc2l p6, c2, [r7, #4]
2195 stc2l p7, c1, [r8]
2196 stc2l p8, c0, [r9, #-224]
2197 stc2l p9, c1, [r10, #-120]!
2198 stc2l p10, c2, [r11], #16
2199 stc2l p11, c3, [r12], #-72
2222 @ CHECK: stc2l p6, c2, [r7, #4] @ encoding: [0xc7,0xfd,0x01,0x26]
2223 @ CHECK: stc2l p7, c1, [r8] @ encoding: [0xc8,0xfd,0x00,0x17]
2224 @ CHECK: stc2l p8, c0, [r9, #-224] @ encoding: [0x49,0xfd,0x38,0x08]
2225 @ CHECK: stc2l p9, c1, [r10, #-120]! @ encoding: [0x6a,0xfd,0x1e,0x19]
[all …]
/external/llvm/test/MC/ARM/
Dbasic-thumb2-instructions.s2655 stc2l p6, c2, [r7, #4]
2656 stc2l p7, c1, [r8]
2657 stc2l p8, c0, [r9, #-224]
2658 stc2l p9, c1, [r10, #-120]!
2659 stc2l p0, c2, [r11], #16
2660 stc2l p1, c3, [r12], #-72
2683 @ CHECK: stc2l p6, c2, [r7, #4] @ encoding: [0xc7,0xfd,0x01,0x26]
2684 @ CHECK: stc2l p7, c1, [r8] @ encoding: [0xc8,0xfd,0x00,0x17]
2685 @ CHECK: stc2l p8, c0, [r9, #-224] @ encoding: [0x49,0xfd,0x38,0x08]
2686 @ CHECK: stc2l p9, c1, [r10, #-120]! @ encoding: [0x6a,0xfd,0x1e,0x19]
[all …]
Dbasic-arm-instructions.s2754 stc2l p6, c2, [r7, #4]
2755 stc2l p7, c1, [r8]
2756 stc2l p8, c0, [r9, #-224]
2757 stc2l p9, c1, [r10, #-120]!
2758 stc2l p0, c2, [r11], #16
2759 stc2l p1, c3, [r12], #-72
2795 @ CHECK: stc2l p6, c2, [r7, #4] @ encoding: [0x01,0x26,0xc7,0xfd]
2796 @ CHECK: stc2l p7, c1, [r8] @ encoding: [0x00,0x17,0xc8,0xfd]
2797 @ CHECK: stc2l p8, c0, [r9, #-224] @ encoding: [0x38,0x08,0x49,0xfd]
2798 @ CHECK: stc2l p9, c1, [r10, #-120]! @ encoding: [0x1e,0x19,0x6a,0xfd]
[all …]
Dthumb-diagnostics.s275 stc2l p6, c2, [r7, #4]
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/ARM/
Darm-tests.txt318 # CHECK: stc2l p0, c0, [r2], #-96
/external/llvm/test/MC/Disassembler/ARM/
Darm-tests.txt360 # CHECK: stc2l p0, c0, [r2], #-96
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrThumb2.td3531 defm t2STC2L : t2LdStCop<0b1111, 0, 1, "stc2l">;
DARMInstrInfo.td4420 defm STC2L : LdSt2Cop<0, 1, "stc2l">;
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td4017 defm t2STC2L : t2LdStCop<0b1111, 0, 1, "stc2l", [(int_arm_stc2l imm:$cop, imm:$CRd, addrmode5:$addr…
DARMInstrInfo.td5021 defm STC2L : LdSt2Cop<0, 1, "stc2l", [(int_arm_stc2l imm:$cop, imm:$CRd, addrmode5:$addr)]>, Requir…
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DIntrinsics.gen688 arm_stc2l, // llvm.arm.stc2l
6746 "llvm.arm.stc2l",
14686 3, // llvm.arm.stc2l
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DIntrinsics.gen682 arm_stc2l, // llvm.arm.stc2l
6706 "llvm.arm.stc2l",
14591 3, // llvm.arm.stc2l
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DIntrinsics.gen688 arm_stc2l, // llvm.arm.stc2l
6746 "llvm.arm.stc2l",
14686 3, // llvm.arm.stc2l
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DIntrinsics.gen688 arm_stc2l, // llvm.arm.stc2l
6746 "llvm.arm.stc2l",
14686 3, // llvm.arm.stc2l