Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativeARM_64.c75 #define ASRV 0x9ac02800 macro
788 FAIL_IF(push_inst(compiler, (ASRV ^ 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.td702 defm ASRV : Shift<0b10, "asr", sra>;
/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.td901 defm ASRV : Shift<0b10, "asr", sra>;
/external/v8/src/arm64/
Dconstants-arm64.h1059 ASRV = ASRV_w, enumerator
Ddisasm-arm64.cc605 FORMAT(ASRV, "asr"); in VisitDataProcessing2Source()
Dassembler-arm64.cc1289 Emit(SF(rd) | ASRV | Rm(rm) | Rn(rn) | Rd(rd)); in asrv()
/external/vixl/src/aarch64/
Dconstants-aarch64.h1231 ASRV = ASRV_w, enumerator
Ddisasm-aarch64.cc776 FORMAT(ASRV, "asr"); in VisitDataProcessing2Source()
Dassembler-aarch64.cc646 Emit(SF(rd) | ASRV | Rm(rm) | Rn(rn) | Rd(rd)); in asrv()
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md89 ### ASRV ### subsection