Searched refs:b18 (Results 1 - 6 of 6) sorted by relevance

/external/llvm/test/MC/AArch64/
H A Dneon-scalar-extract-narrow.s21 sqxtn b18, h18
25 // CHECK: sqxtn b18, h18 // encoding: [0x52,0x4a,0x21,0x5e]
34 uqxtn b18, h18
38 // CHECK: uqxtn b18, h18 // encoding: [0x52,0x4a,0x21,0x7e]
H A Dneon-scalar-shift-imm.s84 uqshl b18, b15, #6
89 // CHECK: uqshl b18, b15, #6 // encoding: [0xf2,0x75,0x0e,0x7f]
97 sqshlu b15, b18, #6
102 // CHECK: sqshlu b15, b18, #6 // encoding: [0x4f,0x66,0x0e,0x7f]
H A Dneon-diagnostics.s4871 sqxtn b18, b18
4876 // CHECK-ERROR: sqxtn b18, b18
4890 uqxtn b18, b18
4895 // CHECK-ERROR: uqxtn b18, b18
5031 uqshl b18, b15, #99
5037 // CHECK-ERROR: uqshl b18, b1
[all...]
/external/clang/test/SemaCXX/
H A Duninitialized.cpp481 B b18 = { b18.x + 1, b18.y }; // expected-warning 2{{variable 'b18' is uninitialized when used within its own initialization}} local
513 B b18 = { b18.x + 1, b18.y }; // expected-warning 2{{variable 'b18' is uninitialized when used within its own initialization}} variable
1176 B b18 = { {b18 member in namespace:U::init_list
1234 B b18 = { {b18.a2.i2} }; // expected-warning{{uninitialized}} member in struct:U::init_list::Bwrapper
[all...]
/external/vixl/test/
H A Dtest-disasm-a64.cc1184 COMPARE(str(b18, MemOperand(x19)), "str b18, [x19]");
1231 COMPARE(str(b18, MemOperand(x19, 1, PreIndex)), "str b18, [x19, #1]!");
1278 COMPARE(str(b18, MemOperand(x19, 4, PostIndex)), "str b18, [x19], #4");
H A Dtest-assembler-a64.cc19481 __ Sqshl(b18, b2, 1);
19538 __ Uqshl(b18, b2, 1);
19595 __ Sqshlu(b18, b2, 2);
20023 __ Uqshl(b18, b1, b2);
20075 __ Sqshl(b18, b1, b2);
20183 __ Uqrshl(b18, b1, b2);
20235 __ Sqrshl(b18, b1, b2);
20286 __ Uqadd(b18, b2, b2);
20329 __ Sqadd(b18, b2, b2);
20371 __ Uqsub(b18, b
[all...]

Completed in 195 milliseconds