Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.cpp235 unsigned Bit5 = (Value >> 5) & 0x1; in adjustFixupValue() local
237 (Bit6 << 5) | (Bit7 << 4) | (Bit3_1 << 1) | Bit5; in adjustFixupValue()
244 unsigned Bit5 = (Value >> 5) & 0x1; in adjustFixupValue() local
248 (Bit5 << 2); in adjustFixupValue()
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.cpp299 unsigned Bit5 = (Value >> 5) & 0x1; in adjustFixupValue() local
301 (Bit6 << 5) | (Bit7 << 4) | (Bit3_1 << 1) | Bit5; in adjustFixupValue()
308 unsigned Bit5 = (Value >> 5) & 0x1; in adjustFixupValue() local
312 (Bit5 << 2); in adjustFixupValue()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Drune.cc29 Bit5 = 2, enumerator
36 T5 = ((1<<(Bit5+1))-1) ^ 0xFF, /* 1111 1000 */
/external/libutf/
Drune.c26 Bit5 = 2, enumerator
33 T5 = ((1<<(Bit5+1))-1) ^ 0xFF, /* 1111 1000 */