Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/TableGen/
H A Denums.td32 def Bit4 : I32BitEnumAttrCaseBit<"Bit4", 4>;
46 [Bit4, Bit5]>;
51 [Bit0, Bit1, Bit2, Bit3, Bit4, Bits0To3]> {
56 [Bit0, Bit1, Bit2, Bit3, Bit4, Bit5,
H A DEnumsGenTest.cpp109 EXPECT_EQ(stringifyBitEnumWithGroup(BitEnumWithGroup::Bit4), "Bit4"); in TEST()
112 BitEnumWithGroup::Bit2 | BitEnumWithGroup::Bit4), in TEST()
134 BitEnumPrimaryGroup::Bit4 | in TEST()
140 BitEnumPrimaryGroup::Bit4 | BitEnumPrimaryGroup::Bit5), in TEST()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp462 unsigned Bit4 = (Value >> 4) & 0x1; in adjustFixupValue() local
469 Value = (Bit11 << 10) | (Bit4 << 9) | (Bit9_8 << 7) | (Bit10 << 6) | in adjustFixupValue()