Home
last modified time | relevance | path

Searched defs:secondOpnd (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h375 static bool IsSameRegNO(const Operand &firstOpnd, const Operand &secondOpnd) in IsSameRegNO()
385 static bool IsSameReg(const Operand &firstOpnd, const Operand &secondOpnd) in IsSameReg()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp611 RegOperand &secondOpnd = SelectCopy2Reg(opnd1, primType); in SelectBasicOp() local
748 RegOperand &secondOpnd = SelectCopy2Reg(opnd1, opnd1Type); in SelectShift() local