Home
last modified time | relevance | path

Searched defs:with_overflow (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/binary_translation/backend/x86_64/
Dcode.cc219 PseudoReadFlags::PseudoReadFlags(WithOverflowEnum with_overflow, MachineReg dst, MachineReg flags) in PseudoReadFlags()
/frameworks/libs/binary_translation/backend/include/berberis/backend/common/
Dmachine_ir.h587 bool with_overflow() const { return with_overflow_; }; in with_overflow() function