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
417 Operand *retOpnd, PrimType retType) in SelectLibCall()
426 std::vector<PrimType> pt, Operand *retOpnd, PrimType retPrimType) in SelectLibCallNArg()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp5149 RegOperand *retOpnd = &CreateRegisterOperandOfType(retType); in SelectIntrinsicOpWithNParams() local
8069 … RegOperand &retOpnd = GetOrCreatePhysicalRegisterOperand(retReg, regOpnd->GetSize(), regTyp); in SelectReturn() local
8074 RegOperand &retOpnd = in SelectReturn() local
8081 RegOperand &retOpnd = in SelectReturn() local
8089 … RegOperand &retOpnd = GetOrCreatePhysicalRegisterOperand(retReg, GetPrimTypeBitSize(PTY_f64), in SelectReturn() local
8875 RegOperand &retOpnd = in SelectLibCallNArg() local
10205 auto *retOpnd = &CreateRegisterOperandOfType(PTY_u32); in SelectCSyncCmpSwap() local