Home
last modified time | relevance | path

Searched refs:Bit4 (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Drune.cc28 Bit4 = 3, enumerator
35 T4 = ((1<<(Bit4+1))-1) ^ 0xFF, /* 1111 0000 */
41 Rune4 = (1<<(Bit4+3*Bitx))-1,
/external/libutf/
Drune.c25 Bit4 = 3, enumerator
32 T4 = ((1<<(Bit4+1))-1) ^ 0xFF, /* 1111 0000 */
38 Rune4 = (1<<(Bit4+3*Bitx))-1,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.cpp229 unsigned Bit4 = (Value >> 4) & 0x1; in adjustFixupValue() local
236 Value = (Bit11 << 10) | (Bit4 << 9) | (Bit9_8 << 7) | (Bit10 << 6) | in adjustFixupValue()
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.cpp293 unsigned Bit4 = (Value >> 4) & 0x1; in adjustFixupValue() local
300 Value = (Bit11 << 10) | (Bit4 << 9) | (Bit9_8 << 7) | (Bit10 << 6) | in adjustFixupValue()