/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
D | RBBITest.java | 453 int lastb = -1; in TestBreakAllChars() local 455 assertTrue("(lastb < b) : (" + lastb + " < " + b + ")", lastb < b); in TestBreakAllChars()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITest.java | 456 int lastb = -1; in TestBreakAllChars() local 458 assertTrue("(lastb < b) : (" + lastb + " < " + b + ")", lastb < b); in TestBreakAllChars()
|
/third_party/ffmpeg/libavcodec/ |
D | ffv1enc.c | 965 int lastr=0, lastg=0, lastb=0; in choose_rct_params() local 985 ab = b - lastb; in choose_rct_params() 1005 lastb = b; in choose_rct_params()
|
/third_party/node/deps/v8/src/builtins/mips/ |
D | builtins-mips.cc | 3321 Label lastb, unaligned, aligned, chkw, loop16w, chk1w, wordCopy_loop, in Generate_MemCopyUint8Uint8() local 3351 __ bne(t2, zero_reg, &lastb); in Generate_MemCopyUint8Uint8() 3495 __ beq(a2, t8, &lastb); in Generate_MemCopyUint8Uint8() 3506 __ bind(&lastb); in Generate_MemCopyUint8Uint8()
|
/third_party/vixl/test/aarch64/ |
D | test-disasm-sve-aarch64.cc | 5642 COMPARE(lastb(w9, p2, z16.VnB()), "lastb w9, p2, z16.b"); in TEST() 5643 COMPARE(lastb(w9, p2, z16.VnH()), "lastb w9, p2, z16.h"); in TEST() 5644 COMPARE(lastb(w9, p2, z16.VnS()), "lastb w9, p2, z16.s"); in TEST() 5645 COMPARE(lastb(x9, p2, z16.VnD()), "lastb x9, p2, z16.d"); in TEST() 5646 COMPARE(lastb(b14, p5, z2.VnB()), "lastb b14, p5, z2.b"); in TEST() 5647 COMPARE(lastb(h14, p5, z2.VnH()), "lastb h14, p5, z2.h"); in TEST() 5648 COMPARE(lastb(s14, p5, z2.VnS()), "lastb s14, p5, z2.s"); in TEST() 5649 COMPARE(lastb(d14, p5, z2.VnD()), "lastb d14, p5, z2.d"); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenAsmMatcher.inc | 12513 "lastb\003ld1\004ld1b\004ld1d\004ld1h\004ld1r\005ld1rb\005ld1rd\005ld1rh" 14762 …{ 1848 /* lastb */, AArch64::LASTB_VPZ_H, Convert__Reg1_0__SVEPredicate3bAnyReg1_1__SVEVectorHReg1… 14763 …{ 1848 /* lastb */, AArch64::LASTB_VPZ_S, Convert__Reg1_0__SVEPredicate3bAnyReg1_1__SVEVectorSReg1… 14764 …{ 1848 /* lastb */, AArch64::LASTB_VPZ_D, Convert__Reg1_0__SVEPredicate3bAnyReg1_1__SVEVectorDReg1… 14765 …{ 1848 /* lastb */, AArch64::LASTB_VPZ_B, Convert__Reg1_0__SVEPredicate3bAnyReg1_1__SVEVectorBReg1… 14766 …{ 1848 /* lastb */, AArch64::LASTB_RPZ_H, Convert__Reg1_0__SVEPredicate3bAnyReg1_1__SVEVectorHReg1… 14767 …{ 1848 /* lastb */, AArch64::LASTB_RPZ_S, Convert__Reg1_0__SVEPredicate3bAnyReg1_1__SVEVectorSReg1… 14768 …{ 1848 /* lastb */, AArch64::LASTB_RPZ_B, Convert__Reg1_0__SVEPredicate3bAnyReg1_1__SVEVectorBReg1… 14769 …{ 1848 /* lastb */, AArch64::LASTB_RPZ_D, Convert__Reg1_0__SVEPredicate3bAnyReg1_1__SVEVectorDReg1… 22135 …{ 1848 /* lastb */, AArch64::LASTB_VPZ_H, Convert__Reg1_0__SVEPredicate3bAnyReg1_1__SVEVectorHReg1… [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SVEInstrInfo.td | 337 defm LASTB_RPZ : sve_int_perm_last_r<1, "lastb", AArch64lastb>; 339 defm LASTB_VPZ : sve_int_perm_last_v<1, "lastb", AArch64lastb>;
|
/third_party/vixl/src/aarch64/ |
D | assembler-aarch64.h | 4576 void lastb(const Register& rd, const PRegister& pg, const ZRegister& zn); 4579 void lastb(const VRegister& vd, const PRegister& pg, const ZRegister& zn);
|
D | assembler-sve-aarch64.cc | 5843 void Assembler::lastb(const Register& rd, in lastb() function in vixl::aarch64::Assembler 5855 void Assembler::lastb(const VRegister& vd, in lastb() function in vixl::aarch64::Assembler
|
D | macro-assembler-aarch64.h | 4932 lastb(rd, pg, zn); in Lastb() 4937 lastb(vd, pg, zn); in Lastb()
|
/third_party/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 8397 void lastb(const VRegister& vd, const PRegister& pg, const ZRegister& zn) 8404 void lastb(const Register& rd, const PRegister& pg, const ZRegister& zn)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicImpl.inc | 661 "llvm.aarch64.sve.lastb", 10794 1, // llvm.aarch64.sve.lastb
|