Home
last modified time | relevance | path

Searched defs:IsZeroRegister (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_validbit_opt.cpp201 static bool IsZeroRegister(const Operand &opnd) in IsZeroRegister() function
Daarch64_ebo.cpp102 bool AArch64Ebo::IsZeroRegister(const Operand &opnd) const in IsZeroRegister() function in maplebe::AArch64Ebo
Daarch64_global.cpp58 static bool IsZeroRegister(const Operand &opnd) in IsZeroRegister() function
Daarch64_peep.cpp68 static bool IsZeroRegister(const Operand &opnd) in IsZeroRegister() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h152 virtual bool IsZeroRegister() const in IsZeroRegister() function