Home
last modified time | relevance | path

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

/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-7.0/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()