Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/backend/x86_64/
Dcode_debug.cc95 return GetCondName(insn->cond()); in GetCondOperandDebugString()
/frameworks/libs/binary_translation/backend/common/
Dmachine_ir_debug.cc133 out += GetCondName(cond()); in GetDebugString()
/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dcommon_x86.h664 inline constexpr const char* GetCondName(Condition cond) { in GetCondName() function