Searched refs:LSRV (Results 1 – 10 of 10) sorted by relevance
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | LsrvCanonicalizer.java | 36 …public static final Set<LstrType> LSRV = ImmutableSet.of(LstrType.language, LstrType.script, LstrT… field in LsrvCanonicalizer 144 for (LstrType lstrType : LSRV) { in containsAll() 160 for (LstrType lstrType : LSRV) { in replacePartsFrom() 372 if (!LSRV.contains(lstrType)) { in load() 398 for (LstrType lstrType : LsrvCanonicalizer.LSRV) { in load() 405 for (LstrType lstrType : LsrvCanonicalizer.LSRV) { in load() 519 for (LstrType lstrType : LsrvCanonicalizer.LSRV) { in fluff()
|
/external/pcre/src/sljit/ |
D | sljitNativeARM_64.c | 108 #define LSRV 0x9ac02400 macro 865 FAIL_IF(push_inst(compiler, (LSRV ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2))); in emit_op_imm() 1533 …FAIL_IF(push_inst(compiler, ((is_left ? LSLV : LSRV) ^ inv_bits) | RD(src_dst) | RN(src_dst) | RM(… in sljit_emit_shift_into() 1552 …FAIL_IF(push_inst(compiler, ((is_left ? LSRV : LSLV) ^ inv_bits) | RD(TMP_REG1) | RN(src1) | RM(TM… in sljit_emit_shift_into()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedCyclone.td | 170 // ASRV,LSLV,LSRV,RORV,BFM,SBFM,UBFM
|
D | AArch64SchedFalkorDetails.td | 1231 def : InstRW<[FalkorWr_1XYZ_1cyc], (instregex "^(LSLV|LSRV|ASRV|RORV)(W|X)r$")>;
|
D | AArch64InstrInfo.td | 1294 defm LSRV : Shift<0b01, "lsr", srl>;
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SchedCyclone.td | 169 // ASRV,LSLV,LSRV,RORV,BFM,SBFM,UBFM
|
D | AArch64InstrInfo.td | 704 defm LSRV : Shift<0b01, "lsr", srl>;
|
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 1464 LSRV = LSRV_w, enumerator
|
D | assembler-aarch64.cc | 656 Emit(SF(rd) | LSRV | Rm(rm) | Rn(rn) | Rd(rd)); in lsrv()
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 1880 ### LSRV ### subsection
|