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/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/astc-encoder/Source/
Dastcenc_color_unquantize.cpp425 int bit6 = (v3 >> 5) & 1; in hdr_rgbo_unpack() local
Dastcenc_color_quantize.cpp1314 int bit6; in quantize_hdr_rgbo() 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/libbpf/.github/actions/build-selftests/
Dvmlinux.h88832 __u32 bit6: 1; member