Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp558 unsigned Bit5 = (Value >> 5) & 0x1; in adjustFixupValue() local
560 (Bit6 << 5) | (Bit7 << 4) | (Bit3_1 << 1) | Bit5; in adjustFixupValue()
569 unsigned Bit5 = (Value >> 5) & 0x1; in adjustFixupValue() local
573 (Bit5 << 2); in adjustFixupValue()
579 unsigned Bit5 = (Value >> 5) & 0x1; in adjustFixupValue() local
581 Value = (Bit5 << 12) | (Bit4_0 << 2); in adjustFixupValue()
/freebsd/contrib/one-true-awk/
H A Drun.c740 Bit5 = 2, enumerator
747 T5 = ((1<<(Bit5+1))-1) ^ 0xFF, /* 1111 1000 */