Home
last modified time | relevance | path

Searched refs:bsr (Results 1 - 23 of 23) sorted by relevance

/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestCharset.java3255 ByteBuffer bsr = ByteBuffer.allocate(0x100); in TestCharsetISCII()
3289 bsr.put((byte)0xA1); bsr.put((byte)0xA2); bsr.put((byte)0xA3); bsr.put((byte)0xA4); bsr.put((byte)0xA5); bsr.put((byte)0xA6); in TestCharsetISCII()
3290 bsr.put((byte)0xA7); bsr.put((byte)0xA8); bsr in TestCharsetISCII()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_mathlib_softfloat.cpp60 uint32_t bsr; in clz32() local
61 __asm__("bsrl %1, %0": "=r"(bsr):"r"(inp | 1)); in clz32()
62 return 31 - bsr; in clz32()
/third_party/astc-encoder/Source/
H A Dastcenc_mathlib_softfloat.cpp68 uint32_t bsr; in clz32() local
69 __asm__("bsrl %1, %0": "=r"(bsr):"r"(inp | 1)); in clz32()
70 return 31 - bsr; in clz32()
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c1580 xfs_fsop_bulkreq_t bsr; in bulkstat_f() local
1588 memset(&bsr, 0, sizeof(bsr)); in bulkstat_f()
1589 bsr.lastip = &last; in bulkstat_f()
1590 bsr.icount = nent; in bulkstat_f()
1591 bsr.ubuffer = t; in bulkstat_f()
1592 bsr.ocount = &count; in bulkstat_f()
1594 while (ioctl(fd, XFS_IOC_FSBULKSTAT, &bsr) == 0 && count > 0) in bulkstat_f()
1613 xfs_fsop_bulkreq_t bsr; in bulkstat1_f() local
1644 memset(&bsr, in bulkstat1_f()
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dsbcdsp.asm155 bsr blkd, blkd
160 bsr blkd, blkd
H A Dh264_idct.asm749 bsr t0d, t3d
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Dghash-alpha.pl276 bsr $t0,picmeup
351 bsr $t0,picmeup
/third_party/openssl/crypto/modes/asm/
H A Dghash-alpha.pl276 bsr $t0,picmeup
351 bsr $t0,picmeup
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.h828 void bsr(Type Ty, GPRRegister dst, GPRRegister src);
829 void bsr(Type Ty, GPRRegister dst, const AsmAddress &src);
H A DIceAssemblerX8664.h824 void bsr(Type Ty, GPRRegister dst, GPRRegister src);
825 void bsr(Type Ty, GPRRegister dst, const AsmAddress &src);
H A DIceAssemblerX8632.cpp2720 void AssemblerX8632::bsr(Type Ty, GPRRegister dst, GPRRegister src) {
2730 void AssemblerX8632::bsr(Type Ty, GPRRegister dst, const AsmAddress &src) {
H A DIceAssemblerX8664.cpp2871 void AssemblerX8664::bsr(Type Ty, GPRRegister dst, GPRRegister src) {
2882 void AssemblerX8664::bsr(Type Ty, GPRRegister dst, const AsmAddress &src) {
H A DIceInstX8632.h3297 template <> constexpr const char *InstX86Bsr::Base::Opcode = "bsr";
3401 &Assembler::bsr, &Assembler::bsr, nullptr};
H A DIceInstX8664.h3194 template <> constexpr const char *InstX86Bsr::Base::Opcode = "bsr";
3298 &Assembler::bsr, &Assembler::bsr, nullptr};
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h722 void bsr(Register dst, Register src) { bsr(dst, Operand(src)); } in bsr() function in v8::internal::Assembler
723 void bsr(Register dst, Operand src);
H A Dmacro-assembler-ia32.cc1644 bsr(dst, src); in CallRecordWriteStub()
H A Dassembler-ia32.cc1471 void Assembler::bsr(Register dst, Operand src) { in bsr() function in v8::internal::Assembler
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h398 #define BSR_L(a, b) CHOICE(bsrl ARG2(a,b), bsrl ARG2(a,b), _LTOG bsr ARG2(b,a))
399 #define BSR_W(a, b) CHOICE(bsrw ARG2(a,b), bsrw ARG2(a,b), _WTOG bsr ARG2(b,a))
1126 #define BSR_L(a, b) bsr L_(b), L_(a)
1127 #define BSR_W(a, b) bsr W_(b), W_(a)
/third_party/pcre2/pcre2/src/
H A Dpcre2_compile.c9796 int bsr = 0; /* Unset; can be set by the pattern */ in pcre2_compile() local
9975 bsr = p->value; in pcre2_compile()
10065 if (bsr == 0) bsr = ccontext->bsr_convention; in pcre2_compile()
10281 re->bsr_convention = bsr; in pcre2_compile()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c1312 uint8_t bsr, uint8_t slot_id) in xhci_cmd_set_address()
1324 if (bsr) in xhci_cmd_set_address()
1311 xhci_cmd_set_address(struct xhci_softc *sc, uint64_t input_ctx, uint8_t bsr, uint8_t slot_id) xhci_cmd_set_address() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DGPRArith.cpp1793 static constexpr ValueType bsr = member in Ice::X8632::Test::__anon25533::BitScanHelper
1852 TestImplRegReg(bsr, Dst, Src, Value1, Size); \ in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DGPRArith.cpp1809 static constexpr ValueType bsr = member in Ice::X8664::Test::__anon25541::BitScanHelper
1865 TestImplRegReg(bsr, Dst, Src, Value1, Size); \ in TEST_F()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h1808 bsr(safe_dst, src.high_gp()); // Sets ZF is high == 0. in emit_i64_clz()
1815 bsr(safe_dst, src.low_gp()); in emit_i64_clz()

Completed in 100 milliseconds