Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp1013 unsigned CondBit0 = Firstcond & 1; in printThumbITMask() local
1017 bool T = ((Mask >> Pos) & 1) == CondBit0; in printThumbITMask()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp71 unsigned CondBit0 = Firstcond & 1; in setITState() local
77 bool T = ((Mask >> Pos) & 1) == CondBit0; in setITState()