Home
last modified time | relevance | path

Searched defs:b_pattern (Results 1 – 2 of 2) sorted by relevance

/third_party/vixl/src/aarch64/
Dassembler-aarch64.cc5875 uint16_t b_pattern = (bits >> 12) & 0x03; in IsImmFP16() local
5899 uint32_t b_pattern = (bits >> 16) & 0x3e00; in IsImmFP32() local
5924 uint32_t b_pattern = (bits >> 48) & 0x3fc0; in IsImmFP64() local
/third_party/node/deps/v8/src/codegen/arm64/
Dassembler-arm64.cc4245 uint32_t b_pattern = (bits >> 16) & 0x3E00; in IsImmFP32() local
4269 uint32_t b_pattern = (bits >> 48) & 0x3FC0; in IsImmFP64() local