Home
last modified time | relevance | path

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

/aosp_15_r20/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()
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dtest-repacker.cc799 populate_serializer_with_repack_last (hb_serialize_context_t* c, bool with_overflow) in populate_serializer_with_repack_last() argument
807 if (with_overflow) { in populate_serializer_with_repack_last()
823 if (!with_overflow) { in populate_serializer_with_repack_last()
847 populate_serializer_spaces (hb_serialize_context_t* c, bool with_overflow) in populate_serializer_spaces() argument
854 if (with_overflow) in populate_serializer_spaces()
869 if (!with_overflow) in populate_serializer_spaces()
/aosp_15_r20/frameworks/libs/binary_translation/backend/include/berberis/backend/common/
Dmachine_ir.h593 PseudoReadFlags(WithOverflowEnum with_overflow, MachineReg dst, MachineReg flags);
598 bool with_overflow() const { return with_overflow_; }; in with_overflow() function
/aosp_15_r20/frameworks/libs/binary_translation/backend/common/
Dmachine_ir_debug.cc193 out += with_overflow() ? "" : "(skip overflow) "; in GetDebugString()