Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/opencsd/decoder/source/
H A Dtrc_printable_elem.cpp94 uint64_t updateMask = ~0ULL; in getValStr() local
95 updateMask >>= 64-updateBits; in getValStr()
96 sprintf(szStrBuffer," ~[0x%" PRIX64 "]",value & updateMask); in getValStr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp111 updateMask(M); in update()
115 updateMask(M); in update()
119 updateMask(M); in update()
133 bool updateMask(unsigned Value) { in updateMask() function in __anond1c1b9230111::MOVEMState