Home
last modified time | relevance | path

Searched refs:LSLV (Results 1 – 13 of 13) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativeARM_64.c102 #define LSLV 0x9ac02000 macro
782 FAIL_IF(push_inst(compiler, (LSLV ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2))); in emit_op_imm()
/external/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td169 // ASRV,LSLV,LSRV,RORV,BFM,SBFM,UBFM
DAArch64InstrInfo.td703 defm LSLV : Shift<0b00, "lsl", shl>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td171 // ASRV,LSLV,LSRV,RORV,BFM,SBFM,UBFM
DAArch64SchedFalkorDetails.td1232 def : InstRW<[FalkorWr_1XYZ_1cyc], (instregex "^(LSLV|LSRV|ASRV|RORV)(W|X)r$")>;
DAArch64InstrInfo.td902 defm LSLV : Shift<0b00, "lsl", shl>;
/external/v8/src/arm64/
Dconstants-arm64.h1053 LSLV = LSLV_w, enumerator
Ddisasm-arm64.cc603 FORMAT(LSLV, "lsl"); in VisitDataProcessing2Source()
Dassembler-arm64.cc1271 Emit(SF(rd) | LSLV | Rm(rm) | Rn(rn) | Rd(rd)); in lslv()
/external/vixl/src/aarch64/
Dconstants-aarch64.h1225 LSLV = LSLV_w, enumerator
Ddisasm-aarch64.cc774 FORMAT(LSLV, "lsl"); in VisitDataProcessing2Source()
Dassembler-aarch64.cc628 Emit(SF(rd) | LSLV | Rm(rm) | Rn(rn) | Rd(rd)); in lslv()
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md742 ### LSLV ### subsection