Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/intrinsics/common_to_x86/
Dgen_text_asm_intrinsics.cc89 constexpr bool NeedOutputShadow(Arg arg);
209 if constexpr (NeedOutputShadow<AsmCallInfo>(arg)) { in GenerateInShadows()
430 bool need_shadow = NeedOutputShadow<AsmCallInfo>(arg); in GenerateAssemblerOuts()
578 constexpr bool NeedOutputShadow(Arg arg) { in NeedOutputShadow() function