Home
last modified time | relevance | path

Searched refs:RORV (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td169 // ASRV,LSLV,LSRV,RORV,BFM,SBFM,UBFM
DAArch64InstrInfo.td705 defm RORV : Shift<0b11, "ror", rotr>;
/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.td904 defm RORV : Shift<0b11, "ror", rotr>;
/external/v8/src/arm64/
Dconstants-arm64.h1062 RORV = RORV_w, enumerator
Ddisasm-arm64.cc606 FORMAT(RORV, "ror"); in VisitDataProcessing2Source()
Dassembler-arm64.cc1298 Emit(SF(rd) | RORV | Rm(rm) | Rn(rn) | Rd(rd)); in rorv()
/external/vixl/src/aarch64/
Dconstants-aarch64.h1234 RORV = RORV_w, enumerator
Ddisasm-aarch64.cc777 FORMAT(RORV, "ror"); in VisitDataProcessing2Source()
Dassembler-aarch64.cc655 Emit(SF(rd) | RORV | Rm(rm) | Rn(rn) | Rd(rd)); in rorv()
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md969 ### RORV ### subsection