Home
last modified time | relevance | path

Searched refs:ASM1 (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/ARM/
Dipra.ll39 ; CHECK: ASM1: r3
46 %a = tail call i32 asm sideeffect "// ASM1: $0", "={r3},0"(i32 undef)
57 ; CHECK: ASM1: r3
62 %a = tail call i32 asm sideeffect "// ASM1: $0", "={r3},0"(i32 undef)
72 ; CHECK: ASM1: r4
77 %a = tail call i32 asm sideeffect "// ASM1: $0", "={r4},0"(i32 undef)
85 ; CHECK: ASM1: r4
90 %a = tail call i32 asm sideeffect "// ASM1: $0", "={r4},0"(i32 undef)
101 ; CHECK: ASM1: r12
106 %a = tail call i32 asm sideeffect "// ASM1: $0", "={r12},0"(i32 undef)
[all …]
Dipra-exact-definition.ll14 ; CHECK: ASM1: r3
19 %0 = tail call i32 asm sideeffect "// ASM1: $0", "={r3},0"(i32 undef)
35 ; CHECK: ASM1: r3
40 %0 = tail call i32 asm sideeffect "// ASM1: $0", "={r3},0"(i32 undef)
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/
Dinline-asm-sink.ll12 ; CHECK: [[ASM1:%.*]] = call i32 asm "mov $0, #1", "=r"()
26 ; CHECK: {{%.*}} = phi i32 [ [[ASM1]], %if.then ], [ [[ASM2]], %if.else ]
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/X86/
Dsection.ll2 ; RUN: llc < %s | FileCheck --check-prefix=ASM1 %s
10 ; ASM1: .section .text.hot.,"ax",@progbits
47 ; ASM1: .section .text.unlikely.,"ax",@progbits
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc5920 #define CHECK_SIZE_MATCH(ASM1, ASM2) \ argument
5925 masm1.ASM1; \
5943 printf("// " #ASM1 "\n"); \
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h3037 #define DEFINE_MACRO_ASM_FUNC(ASM1, ASM2, MASM) \ argument
3042 ASM1(vd, vn, shift); \