Searched refs:LSRS (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | p2ptransportchannel_unittest.cc | 946 #define LSRS NULL macro 986 /*OP*/ {LULU, LULU, LULU, LULU, LULU, LULU, LULU, LTLT, LTLT, LSRS, NULL, LTLT}, 987 /*CO*/ {LULU, LULU, LULU, SULU, SULU, LULU, SULU, NULL, NULL, LSRS, NULL, LTRT}, 988 /*AD*/ {LULU, LULU, LULU, SUSU, SUSU, LULU, SUSU, NULL, NULL, LSRS, NULL, LTRT}, 989 /*PO*/ {LULU, LUSU, LUSU, SUSU, LURU, LUSU, LURU, NULL, NULL, LSRS, NULL, LTRT}, 990 /*SY*/ {LULU, LUSU, LUSU, LURU, LURU, LUSU, LURU, NULL, NULL, LSRS, NULL, LTRT}, 991 /*2C*/ {LULU, LULU, LULU, SULU, SULU, LULU, SULU, NULL, NULL, LSRS, NULL, LTRT}, 992 /*SC*/ {LULU, LUSU, LUSU, LURU, LURU, LUSU, LURU, NULL, NULL, LSRS, NULL, LTRT}, 993 /*!U*/ {LTLT, NULL, NULL, NULL, NULL, NULL, NULL, LTLT, LTLT, LSRS, NULL, LTRT}, 994 /*!T*/ {LTRT, NULL, NULL, NULL, NULL, NULL, NULL, LTLT, LTRT, LSRS, NULL, LTRT}, [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | thumb2-narrow-dp.ll | 349 LSRS r6, r2, r1 // Must be wide - 3 distinct registers 350 LSRS r2, r2, r1 // Should choose narrow 351 LSRS r2, r1, r2 // Should choose wide - not commutative 352 LSRS.W r2, r2, r1 // Explicitly wide 353 LSRS.W r3, r1, r3 355 LSRS r7, r7, r1 // Should use narrow 356 LSRS r8, r1, r8 // high registers so must use wide encoding 357 LSRS r8, r8, r1 358 LSRS r2, r8, r2 359 LSRS r5, r5, r8
|
/external/llvm/test/MC/ARM/ |
D | thumb2-narrow-dp.ll | 349 LSRS r6, r2, r1 // Must be wide - 3 distinct registers 350 LSRS r2, r2, r1 // Should choose narrow 351 LSRS r2, r1, r2 // Should choose wide - not commutative 352 LSRS.W r2, r2, r1 // Explicitly wide 353 LSRS.W r3, r1, r3 355 LSRS r7, r7, r1 // Should use narrow 356 LSRS r8, r1, r8 // high registers so must use wide encoding 357 LSRS r8, r8, r1 358 LSRS r2, r8, r2 359 LSRS r5, r5, r8
|
/external/vixl/test/aarch32/config/ |
D | cond-rd-rn-operand-rm-t32.json | 137 "Lsrs", // LSRS{<q>} {<Rdm>}, <Rdm>, <Rs> ; T1 138 // LSRS{<c>}{<q>} {<Rd>}, <Rm>, <Rs> ; T2
|
D | cond-rd-rn-operand-rm-a32.json | 79 "Lsrs", // LSRS{<c>}{<q>} {<Rd>}, <Rm>, <Rs> ; A1
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeARM_T2_32.c | 134 #define LSRS 0x40c0 macro 829 return push_inst16(compiler, LSRS | RD3(dst) | RN3(arg2)); in emit_op_imm()
|