Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp86 …RegOperand &retOpnd = cgFunc->GetOpndBuilder()->CreatePReg(retReg, GetPrimTypeBitSize(oriPrimType), in SelectReturn() local
416 Operand* retOpnd, PrimType retType) in SelectLibCall()
425 std::vector<PrimType> pt, Operand* retOpnd, PrimType retPrimType) in SelectLibCallNArg()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp5730 RegOperand *retOpnd = &CreateRegisterOperandOfType(retType); in SelectIntrinsicOpWithNParams() local
9217 … RegOperand &retOpnd = GetOrCreatePhysicalRegisterOperand(retReg, regOpnd->GetSize(), regTyp); in SelectReturn() local
9222 RegOperand &retOpnd = in SelectReturn() local
9229 RegOperand &retOpnd = in SelectReturn() local
9237 … RegOperand &retOpnd = GetOrCreatePhysicalRegisterOperand(retReg, GetPrimTypeBitSize(PTY_f64), in SelectReturn() local
9992 RegOperand &retOpnd = in SelectLibCallNArg() local
11286 auto *retOpnd = &CreateRegisterOperandOfType(PTY_u32); in SelectCSyncCmpSwap() local