Home
last modified time | relevance | path

Searched defs:with_overflow (Results 1 – 3 of 3) 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()
/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()
847 populate_serializer_spaces (hb_serialize_context_t* c, bool with_overflow) in populate_serializer_spaces()
/aosp_15_r20/frameworks/libs/binary_translation/backend/include/berberis/backend/common/
Dmachine_ir.h598 bool with_overflow() const { return with_overflow_; }; in with_overflow() function