/external/llvm/test/CodeGen/ARM/ |
D | intrinsics-coprocessor.ll | 36 ; 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/ |
D | builtins-arm.c | 138 void stc2l(void *i) { in stc2l() function
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
D | basic-arm-instructions.s | 1938 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 …]
|
D | basic-thumb2-instructions.s | 2194 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/ |
D | basic-thumb2-instructions.s | 2655 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 …]
|
D | basic-arm-instructions.s | 2754 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 …]
|
D | thumb-diagnostics.s | 275 stc2l p6, c2, [r7, #4]
|
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/ARM/ |
D | arm-tests.txt | 318 # CHECK: stc2l p0, c0, [r2], #-96
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | arm-tests.txt | 360 # CHECK: stc2l p0, c0, [r2], #-96
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 3531 defm t2STC2L : t2LdStCop<0b1111, 0, 1, "stc2l">;
|
D | ARMInstrInfo.td | 4420 defm STC2L : LdSt2Cop<0, 1, "stc2l">;
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 4017 defm t2STC2L : t2LdStCop<0b1111, 0, 1, "stc2l", [(int_arm_stc2l imm:$cop, imm:$CRd, addrmode5:$addr…
|
D | ARMInstrInfo.td | 5021 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/ |
D | Intrinsics.gen | 688 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/ |
D | Intrinsics.gen | 682 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/ |
D | Intrinsics.gen | 688 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/ |
D | Intrinsics.gen | 688 arm_stc2l, // llvm.arm.stc2l 6746 "llvm.arm.stc2l", 14686 3, // llvm.arm.stc2l
|