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.cpp454 static bool NoAlias(const MemOperand &leftOpnd, const MemOperand &rightOpnd) in NoAlias()
474 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.h335 auto *rightOpnd = static_cast<const RegOperand *>(&right); in Less() local
748 auto *rightOpnd = static_cast<const ImmOperand *>(&right); in Less() local
1498 auto *rightOpnd = static_cast<const LabelOperand *>(&right); in Less() local
1734 const BitShiftOperand *rightOpnd = static_cast<const BitShiftOperand *>(&right); in Less() local
1956 auto *rightOpnd = static_cast<const FuncNameOperand *>(&right); in Less() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp792 BaseNode *leftOpnd, BaseNode *rightOpnd) in CreateExprDepositbits()