HomeSort by relevance Sort by last modified time
    Searched refs:s12 (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/llvm/test/MC/AArch64/
neon-scalar-cvt.s 49 fcvtzs s21, s12, #1
52 // CHECK: fcvtzs s21, s12, #1 // encoding: [0x95,0xfd,0x3f,0x5f]
59 fcvtzu s21, s12, #1
62 // CHECK: fcvtzu s21, s12, #1 // encoding: [0x95,0xfd,0x3f,0x7f]
79 fcvtas s12, s13
82 // CHECK: fcvtas s12, s13 // encoding: [0xac,0xc9,0x21,0x5e]
90 fcvtau s12, s13
93 // CHECK: fcvtau s12, s13 // encoding: [0xac,0xc9,0x21,0x7e]
112 fcvtmu s12, s13
115 // CHECK: fcvtmu s12, s13 // encoding: [0xac,0xb9,0x21,0x7e
    [all...]
neon-scalar-neg.s 19 sqneg s20, s12
24 // CHECK: sqneg s20, s12 // encoding: [0x94,0x79,0xa0,0x7e]
neon-scalar-mul.s 40 sqdmlal d19, s24, s12
43 // CHECK: sqdmlal d19, s24, s12 // encoding: [0x13,0x93,0xac,0x5e]
59 sqdmull s12, h22, h12
60 sqdmull d15, s22, s12
62 // CHECK: sqdmull s12, h22, h12 // encoding: [0xcc,0xd2,0x6c,0x5e]
63 // CHECK: sqdmull d15, s22, s12 // encoding: [0xcf,0xd2,0xac,0x5e]
neon-scalar-fp-compare.s 9 fcmeq s10, s11, s12
12 // CHECK: fcmeq s10, s11, s12 // encoding: [0x6a,0xe5,0x2c,0x5e]
33 fcmge s10, s11, s12
36 // CHECK: fcmge s10, s11, s12 // encoding: [0x6a,0xe5,0x2c,0x7e]
57 fcmgt s10, s11, s12
60 // CHECK: fcmgt s10, s11, s12 // encoding: [0x6a,0xe5,0xac,0x7e]
109 facge s10, s11, s12
112 // CHECK: facge s10, s11, s12 // encoding: [0x6a,0xed,0x2c,0x7e]
119 facgt s10, s11, s12
122 // CHECK: facgt s10, s11, s12 // encoding: [0x6a,0xed,0xac,0x7e
    [all...]
neon-scalar-abs.s 29 sqabs s20, s12
34 // CHECK: sqabs s20, s12 // encoding: [0x94,0x79,0xa0,0x5e]
neon-scalar-recip.s 19 frsqrts s21, s5, s12
22 // CHECK: frsqrts s21, s5, s12 // encoding: [0xb5,0xfc,0xac,0x5e]
neon-scalar-saturating-add-sub.s 61 suqadd s21, s12
66 // CHECK: suqadd s21, s12 // encoding: [0x95,0x39,0xa0,0x5e]
75 usqadd s21, s12
80 // CHECK: usqadd s21, s12 // encoding: [0x95,0x39,0xa0,0x7e]
neon-scalar-by-elem-mla.s 26 fmls s5, s12, v23.s[2]
33 // CHECK: fmls s5, s12, v23.s[2] // encoding: [0x85,0x59,0x97,0x5f]
neon-scalar-by-elem-saturating-mla.s 27 sqdmlsl s12, h13, v14.h[2]
35 // CHECK: sqdmlsl s12, h13, v14.h[2] // encoding: [0xac,0x71,0x6e,0x5f]
neon-scalar-by-elem-saturating-mul.s 8 sqdmull s12, h17, v9.h[3]
17 // CHECK: sqdmull s12, h17, v9.h[3] // encoding: [0x2c,0xb2,0x79,0x5f]
  /external/llvm/test/MC/ARM/
vpush-vpop.s 7 vpush {s8, s9, s10, s11, s12}
9 vpop {s8, s9, s10, s11, s12}
12 vpush.16 {s8, s9, s10, s11, s12}
14 vpop.64 {s8, s9, s10, s11, s12}
17 @ CHECK-THUMB: vpush {s8, s9, s10, s11, s12} @ encoding: [0x2d,0xed,0x05,0x4a]
19 @ CHECK-THUMB: vpop {s8, s9, s10, s11, s12} @ encoding: [0xbd,0xec,0x05,0x4a]
22 @ CHECK-ARM: vpush {s8, s9, s10, s11, s12} @ encoding: [0x05,0x4a,0x2d,0xed]
24 @ CHECK-ARM: vpop {s8, s9, s10, s11, s12} @ encoding: [0x05,0x4a,0xbd,0xec]
27 @ CHECK-THUMB: vpush {s8, s9, s10, s11, s12} @ encoding: [0x2d,0xed,0x05,0x4a]
29 @ CHECK-THUMB: vpop {s8, s9, s10, s11, s12} @ encoding: [0xbd,0xec,0x05,0x4a
    [all...]
fp-armv8.s 83 vmaxnm.f32 s5, s12, s0
84 @ CHECK: vmaxnm.f32 s5, s12, s0 @ encoding: [0x00,0x2a,0xc6,0xfe]
87 vminnm.f32 s0, s0, s12
88 @ CHECK: vminnm.f32 s0, s0, s12 @ encoding: [0x46,0x0a,0x80,0xfe]
111 vrinta.f32 s12, s1
112 @ CHECK: vrinta.f32 s12, s1 @ encoding: [0x60,0x6a,0xb8,0xfe]
115 vrintn.f32 s12, s1
116 @ CHECK: vrintn.f32 s12, s1 @ encoding: [0x60,0x6a,0xb9,0xfe]
119 vrintp.f32 s12, s1
120 @ CHECK: vrintp.f32 s12, s1 @ encoding: [0x60,0x6a,0xba,0xfe
    [all...]
thumb-fp-armv8.s 86 vmaxnm.f32 s5, s12, s0
87 @ CHECK: vmaxnm.f32 s5, s12, s0 @ encoding: [0xc6,0xfe,0x00,0x2a]
90 vminnm.f32 s0, s0, s12
91 @ CHECK: vminnm.f32 s0, s0, s12 @ encoding: [0x80,0xfe,0x46,0x0a]
117 vrinta.f32 s12, s1
118 @ CHECK: vrinta.f32 s12, s1 @ encoding: [0xb8,0xfe,0x60,0x6a]
121 vrintn.f32 s12, s1
122 @ CHECK: vrintn.f32 s12, s1 @ encoding: [0xb9,0xfe,0x60,0x6a]
125 vrintp.f32 s12, s1
126 @ CHECK: vrintp.f32 s12, s1 @ encoding: [0xba,0xfe,0x60,0x6a
    [all...]
  /external/clang/test/CodeGen/
x86_64-arguments-nacl.c 58 struct s12 { int a __attribute__((aligned(16))); }; struct
59 struct s12 f12_0(void) { while (1) {} }
60 void f12_1(struct s12 a0) {}
regparm-struct.c 150 struct s12 { struct
154 __attribute__((regparm(3))) void f16(struct s12 a, int b);
157 struct s12 x = { 41, 42 };
161 __attribute__((regparm(3))) struct s12 f17(int a, int b, int c);
162 // CHECK: declare void @f17(%struct.s12* inreg sret, i32 inreg, i32 inreg, i32)
ms_struct-bitfield.c 168 int s12 = sizeof(t12); variable
169 // CHECK: @s12 = global i32 4
170 // CHECK-ARM: @s12 = global i32 4
x86_64-arguments.c 67 struct s12 { int a __attribute__((aligned(16))); }; struct
68 struct s12 f12_0(void) { while (1) {} }
69 void f12_1(struct s12 a0) {}
  /external/clang/test/Sema/
pragma-align-mac68k.c 105 struct s12 { struct
110 extern int a12[sizeof(struct s12) == 6 ? 1 : -1];
  /art/test/004-StackWalk/src/
Main.java 33 String s12 = new String("12"); local
55 s += s12;
  /external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 414 S1 s12; local
415 s12 = s11;
  /external/valgrind/main/none/tests/arm/
vfpv4_fma.c 106 TESTINSN_bin_f32("vfma.f32 s0, s11, s12", s0, s11, i32, f2u(-INFINITY), s12, i32, f2u(NAN));
113 TESTINSN_bin_f32("vfma.f32 s20, s31, s12", s20, s31, i32, f2u(48755), s12, i32, f2u(-45786.476));
119 TESTINSN_bin_f32("vfma.f32 s30, s11, s12", s30, s11, i32, f2u(356047.56), s12, i32, f2u(5867.009));
125 TESTINSN_bin_f32("vfma.f32 s0, s11, s12", s0, s11, i32, f2u(INFINITY), s12, i32, f2u(-5786.47));
156 TESTINSN_bin_f32("vfms.f32 s0, s11, s12", s0, s11, i32, f2u(-INFINITY), s12, i32, f2u(NAN))
    [all...]
vfp.c     [all...]
  /external/clang/test/CXX/except/except.spec/
p5-pointers.cpp 38 void s12() noexcept(false);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
    [all...]

Completed in 1337 milliseconds

1 2 3