Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/source/
H A Dtrc_printable_elem.cpp92 uint64_t updateMask = ~0ULL; in getValStr() local
93 updateMask >>= 64-updateBits; in getValStr()
94 sprintf(szStrBuffer," ~[0x%" PRIX64 "]",value & updateMask); in getValStr()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp112 updateMask(M); in update()
116 updateMask(M); in update()
120 updateMask(M); in update()
134 bool updateMask(unsigned Value) { in updateMask() function in __anon6546feb70111::MOVEMState