Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_operand.cpp35 const StImmOperand *rightOpnd = static_cast<const StImmOperand *>(&right); in Less() local
55 const ExtendShiftOperand *rightOpnd = static_cast<const ExtendShiftOperand *>(&right); in Less() local
Daarch64_dependence.cpp455 static bool NoAlias(const MemOperand &leftOpnd, const MemOperand &rightOpnd) in NoAlias()
475 static bool NoOverlap(const MemOperand &leftOpnd, const MemOperand &rightOpnd) in NoOverlap()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Doperand.cpp157 const MemOperand *rightOpnd = static_cast<const MemOperand *>(&right); in Less() local
218 const CondOperand *rightOpnd = static_cast<const CondOperand *>(&right); in Less() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h341 auto *rightOpnd = static_cast<const RegOperand *>(&right); in Less() local
760 auto *rightOpnd = static_cast<const ImmOperand *>(&right); in Less() local
1572 auto *rightOpnd = static_cast<const LabelOperand *>(&right); in Less() local
1843 const BitShiftOperand *rightOpnd = static_cast<const BitShiftOperand *>(&right); in Less() local
2099 auto *rightOpnd = static_cast<const FuncNameOperand *>(&right); in Less() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp803 BaseNode *leftOpnd, BaseNode *rightOpnd) in CreateExprDepositbits()