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.cc221 PseudoReadFlags::PseudoReadFlags(WithOverflowEnum with_overflow, MachineReg dst, MachineReg flags) in PseudoReadFlags() argument
228 with_overflow_(with_overflow == kWithOverflow) {}
Dcode_emit.cc325 if (with_overflow()) { in Emit()
/frameworks/libs/binary_translation/backend/common/
Dmachine_ir_debug.cc193 out += with_overflow() ? "" : "(skip overflow) "; in GetDebugString()
/frameworks/libs/binary_translation/backend/include/berberis/backend/common/
Dmachine_ir.h597 PseudoReadFlags(WithOverflowEnum with_overflow, MachineReg dst, MachineReg flags);
603 bool with_overflow() const { return with_overflow_; }; in with_overflow() function