Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/TableGen/
H A Denums.td33 def Bit5 : I32BitEnumAttrCaseBit<"Bit5", 5>;
46 [Bit4, Bit5]>;
56 [Bit0, Bit1, Bit2, Bit3, Bit4, Bit5,
H A DEnumsGenTest.cpp135 BitEnumPrimaryGroup::Bit5), in TEST()
140 BitEnumPrimaryGroup::Bit4 | BitEnumPrimaryGroup::Bit5), in TEST()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp468 unsigned Bit5 = (Value >> 5) & 0x1; in adjustFixupValue() local
470 (Bit6 << 5) | (Bit7 << 4) | (Bit3_1 << 1) | Bit5; in adjustFixupValue()
477 unsigned Bit5 = (Value >> 5) & 0x1; in adjustFixupValue() local
481 (Bit5 << 2); in adjustFixupValue()