Home
last modified time | relevance | path

Searched refs:w7 (Results 26 – 35 of 35) sorted by relevance

12

/minix/external/bsd/llvm/dist/llvm/test/MC/Disassembler/AArch64/
H A Dbasic-a64-instructions.txt81 # CHECK: add w3, w5, w7
135 # CHECK: adds w3, w5, w7
189 # CHECK: sub w3, w5, w7
243 # CHECK: subs w3, w5, w7
300 # CHECK: cmn w6, w7
350 # CHECK: cmp w6, w7
1016 # CHECK: rbit w0, w7
1044 # CHECK: crc32b w5, w7, w20
1061 # CHECK: udiv w0, w7, w10
1086 # CHECK: lsl w6, w7, w8
[all …]
/minix/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Darc-captured-block-var-layout.m362 __weak id w5, w6, w7, w8;
391 x(w7);
/minix/external/bsd/llvm/dist/llvm/test/MC/Mips/msa/
H A Dtest_3rf.s18 # CHECK: fcueq.d $w29, $w3, $w7 # encoding: [0x78,0xe7,0x1f,0x5a]
101 fcueq.d $w29, $w3, $w7
/minix/external/bsd/llvm/dist/llvm/test/MC/AArch64/
H A Darm64-leaf-compact-unwind.s150 sub w8, w8, w7, lsl #1
H A Darm64-aliases.s19 mov w7, wsp
20 ; CHECK: mov w7, wsp
45 tst w3, w7, lsl #31
54 ; CHECK: tst w3, w7, lsl #31 ; encoding: [0x7f,0x7c,0x07,0x6a]
H A Darm64-advsimd.s99 dup v5.4h, w7
115 ; CHECK: dup.4h v5, w7 ; encoding: [0xe5,0x0c,0x02,0x0e]
256 mov.h v4[1], w7
276 ; CHECK: ins.h v4[1], w7 ; encoding: [0xe4,0x1c,0x06,0x4e]
H A Darm64-arithmetic-encoding.s587 ; CHECK: csel w16, w7, w27, eq ; encoding: [0xf0,0x00,0x9b,0x1a]
/minix/external/bsd/llvm/dist/clang/lib/Headers/
H A Demmintrin.h1105 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0) in _mm_set_epi16() argument
1107 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 }; in _mm_set_epi16()
1159 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7) in _mm_setr_epi16() argument
1161 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 }; in _mm_setr_epi16()
/minix/external/bsd/llvm/dist/llvm/test/MC/Disassembler/Mips/msa/
H A Dtest_3rf.txt18 0x78 0xe7 0x1f 0x5a # CHECK: fcueq.d $w29, $w3, $w7
/minix/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td58 def W7 : AArch64Reg<7, "w7" >, DwarfRegNum<[7]>;

12