Home
last modified time | relevance | path

Searched refs:LoadIntoRegister (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp1161 …Operand &stOpnd = LoadIntoRegister(opnd0, IsPrimitiveInteger(rhsPType) || IsPrimitiveVectorInteger… in SelectDassign()
1241 Operand &stOpnd = LoadIntoRegister(opnd0, true, size, false); in SelectDassignoff()
1250 RegOperand &baseReg = LoadIntoRegister(*opnd0, PTY_a64); in SelectAssertNull()
1809 auto &rhsAddr = LoadIntoRegister(*rhsAddrOpnd, rhsIread.Opnd(0)->GetPrimType()); in SelectRhsMemOpnd()
1897 …Operand &srcOpnd = LoadIntoRegister(*valOpnd, (IsPrimitiveInteger(styp) || IsPrimitiveVectorIntege… in SelectIassign()
1935 Operand &srcOpnd = LoadIntoRegister(*valOpnd, true, GetPrimTypeBitSize(destType)); in SelectIassignoff()
1987 Operand &srcOpnd = LoadIntoRegister(opnd, primType); in SelectIassignfpoff()
2014 Operand &reg = LoadIntoRegister(opnd, pTy); in SelectIassignspoff()
2276 auto &lhsAddrOpnd = LoadIntoRegister(addrOpnd, stmt.Opnd(0)->GetPrimType()); in SelectAggIassign()
2732 auto &memOpnd = CreateMemOpnd(LoadIntoRegister(*addrOpnd, PTY_a64), offset, bitSize); in SelectIreadoff()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h938 RegOperand &LoadIntoRegister(Operand &o, bool isIntty, uint32 dsize, bool asSigned = false)
947 return LoadIntoRegister(o, pTy);
950 RegOperand &LoadIntoRegister(Operand &o, PrimType oty) in LoadIntoRegister() function
955 RegOperand &LoadIntoRegister(Operand &o, PrimType dty, PrimType sty) in LoadIntoRegister() function