Home
last modified time | relevance | path

Searched refs:with_overflow (Results 1 – 4 of 4) sorted by relevance

/frameworks/libs/binary_translation/backend/x86_64/
Dcode.cc219 PseudoReadFlags::PseudoReadFlags(WithOverflowEnum with_overflow, MachineReg dst, MachineReg flags) in PseudoReadFlags() argument
226 with_overflow_(with_overflow == kWithOverflow) {}
Dcode_emit.cc312 if (with_overflow()) { in Emit()
/frameworks/libs/binary_translation/backend/common/
Dmachine_ir_debug.cc184 out += with_overflow() ? "" : "(skip overflow) "; in GetDebugString()
/frameworks/libs/binary_translation/backend/include/berberis/backend/common/
Dmachine_ir.h582 PseudoReadFlags(WithOverflowEnum with_overflow, MachineReg dst, MachineReg flags);
587 bool with_overflow() const { return with_overflow_; }; in with_overflow() function