Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp491 unsigned Bit4 = (Value >> 4) & 0x1; in adjustFixupValue() local
498 Value = (Bit11 << 10) | (Bit4 << 9) | (Bit9_8 << 7) | (Bit10 << 6) | in adjustFixupValue()
/freebsd/contrib/one-true-awk/
H A Drun.c738 Bit4 = 3, enumerator
745 T4 = ((1<<(Bit4+1))-1) ^ 0xFF, /* 1111 0000 */
751 Rune4 = (1<<(Bit4+3*Bitx))-1, /* 0011 1111 1111 1111 1111 1111 */