Home
last modified time | relevance | path

Searched defs:bit6 (Results 1 – 10 of 10) sorted by relevance

/third_party/vixl/src/aarch64/
Dinstructions-aarch64.cc777 uint16_t bit6 = (bits >> 6) & 0x1; in Imm8ToFloat16() local
790 uint32_t bit6 = (bits >> 6) & 0x1; in Imm8ToFP32() local
811 uint64_t bit6 = (bits >> 6) & 0x1; in Imm8ToFP64() local
Dassembler-aarch64.cc5300 uint16_t bit6 = ((bits >> 13) & 0x1) << 6; in FP16ToImm8() local
5320 uint32_t bit6 = ((bits >> 29) & 0x1) << 6; in FP32ToImm8() local
5339 uint64_t bit6 = ((bits >> 61) & 0x1) << 6; in FP64ToImm8() local
/third_party/node/deps/v8/src/codegen/arm64/
Dinstructions-arm64.h186 uint32_t bit6 = (bits >> 6) & 0x1; in Imm8ToFP32() local
200 uint64_t bit6 = (bits >> 6) & 0x1; in Imm8ToFP64() local
Dassembler-arm64.cc3577 uint64_t bit6 = ((bits >> 61) & 0x1) << 6; in FPToImm8() local
/third_party/astc-encoder/Source/
Dastcenc_color_unquantize.cpp333 int bit6 = (v3 >> 5) & 1; in hdr_rgbo_unpack() local
Dastcenc_color_quantize.cpp1157 int bit6; in quantize_hdr_rgbo() local
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_color_unquantize.cpp396 int bit6 = (v3 >> 5) & 1; in hdr_rgbo_unpack3() local
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.cc1203 int32_t offset9, int bit6, in GenInstrImmediate()
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.cc1132 int32_t offset9, int bit6, in GenInstrImmediate()
/third_party/node/deps/simdutf/
Dsimdutf.cpp19199 __mmask64 bit6 = _mm512_cmpeq_epi8_mask(highbits, one); in process_block_from_utf8_to_latin1() local
19285 __mmask64 bit6 = _mm512_cmpeq_epi8_mask(highbits, one); in process_valid_block_from_utf8_to_latin1() local