Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/TableGen/
H A Dcompare.td39 // CHECK: def Bit10
46 def Bit10 : BitCompare<1, 0>;
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp464 unsigned Bit10 = (Value >> 10) & 0x1; in adjustFixupValue() local
469 Value = (Bit11 << 10) | (Bit4 << 9) | (Bit9_8 << 7) | (Bit10 << 6) | in adjustFixupValue()