Searched refs:rhsOpnd (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
H A D | lower.cpp | 751 BaseNode *rhsOpnd = regNode.Opnd(0); in LowerRegassign() local 752 regNode.SetOpnd(LowerExpr(regNode, *rhsOpnd, newBlk), 0); in LowerRegassign()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | mir_nodes.h | 1191 IassignNode(TyIdx tyIdx, FieldID fieldID, BaseNode *addrOpnd, BaseNode *rhsOpnd) in IassignNode() argument 1192 : StmtNode(OP_iassign), tyIdx(tyIdx), fieldID(fieldID), addrExpr(addrOpnd), rhs(rhsOpnd) in IassignNode()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_cgfunc.cpp | 1772 void AArch64CGFunc::SelectRem(Operand &resOpnd, Operand &lhsOpnd, Operand &rhsOpnd, PrimType primType, bool isSigned, in SelectRem() argument 1776 Operand &opnd1 = LoadIntoRegister(rhsOpnd, primType); in SelectRem() 1918 void AArch64CGFunc::SelectCmpOp(Operand &resOpnd, Operand &lhsOpnd, Operand &rhsOpnd, Opcode opcode, PrimType primType, 1929 Operand::OperandType opnd1Type = rhsOpnd.GetKind(); 1930 Operand *opnd1 = &rhsOpnd; 1933 opnd1 = &LoadIntoRegister(rhsOpnd, primType);
|
Completed in 11 milliseconds