Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_ebo.h73 bool CheckCondCode(const CondOperand &cond) const;
Daarch64_peep.h66 bool CheckCondCode(const CondOperand &condOpnd) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_ebo.cpp499 bool AArch64Ebo::CheckCondCode(const CondOperand &cond) const in CheckCondCode() function in maplebe::AArch64Ebo
Daarch64_peep.cpp293 bool ContinuousCmpCsetPattern::CheckCondCode(const CondOperand &condOpnd) const in CheckCondCode() function in maplebe::ContinuousCmpCsetPattern
346 if (!CheckCondCode(condOpnd1)) { in CheckCondition()