Searched refs:LSLS (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/MC/ARM/ |
D | thumb2-narrow-dp.ll | 280 LSLS r0, r2, r1 // Must be wide - 3 distinct registers 281 LSLS r2, r2, r1 // Should choose narrow 282 LSLS r2, r1, r2 // Should choose wide - not commutative 283 LSLS.W r0, r0, r1 // Explicitly wide 284 LSLS.W r4, r1, r4 286 LSLS r7, r7, r1 // Should use narrow 287 LSLS r8, r1, r8 // high registers so must use wide encoding 288 LSLS r8, r8, r1 289 LSLS r3, r8, r3 290 LSLS r5, r5, r8
|
/external/vixl/test/aarch32/config/ |
D | cond-rd-rn-operand-rm-t32.json | 131 "Lsls", // LSLS{<q>} {<Rdm>}, <Rdm>, <Rs> ; T1 132 // LSLS{<c>}{<q>} {<Rd>}, <Rm>, <Rs> ; T2
|
D | cond-rd-rn-operand-rm-a32.json | 77 "Lsls", // LSLS{<c>}{<q>} {<Rd>}, <Rm>, <Rs> ; A1
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeARM_T2_32.c | 117 #define LSLS 0x4080 macro 772 return push_inst16(compiler, LSLS | RD3(dst) | RN3(arg2)); in emit_op_imm()
|
/external/valgrind/none/tests/arm/ |
D | v6intARM.stdout.exp | 52 LSLS 96 LSLS immediate
|
D | v6intThumb.stdout.exp | 16865 LSLS 16951 LSLS immediate
|