Home
last modified time | relevance | path

Searched defs:bit7 (Results 1 – 4 of 4) sorted by relevance

/third_party/vixl/src/aarch64/
Dinstructions-aarch64.cc776 uint16_t bit7 = (bits >> 7) & 0x1; in Imm8ToFloat16() local
789 uint32_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP32() local
810 uint64_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP64() local
Dassembler-aarch64.cc5298 uint16_t bit7 = ((bits >> 15) & 0x1) << 7; in FP16ToImm8() local
5318 uint32_t bit7 = ((bits >> 31) & 0x1) << 7; in FP32ToImm8() local
5337 uint64_t bit7 = ((bits >> 63) & 0x1) << 7; in FP64ToImm8() local
/third_party/node/deps/v8/src/codegen/arm64/
Dinstructions-arm64.h185 uint32_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP32() local
199 uint64_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP64() local
Dassembler-arm64.cc3575 uint64_t bit7 = ((bits >> 63) & 0x1) << 7; in FPToImm8() local