Home
last modified time | relevance | path

Searched refs:CreateRegisterOperandOfType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp224 resOpnd = &CreateRegisterOperandOfType(primType); in GetOrCreateResOperand()
322 RegOperand &resOpnd = CreateRegisterOperandOfType(PTY_i64); in SelectLoadAcquire()
345 RegOperand &regOpnd = CreateRegisterOperandOfType(itype); in SelectLoadAcquire()
383 RegOperand &resOpnd = CreateRegisterOperandOfType(PTY_i64); in SelectStoreRelease()
406 RegOperand &regOpnd = CreateRegisterOperandOfType(itype); in SelectStoreRelease()
420 RegOperand &tempReg = CreateRegisterOperandOfType(sType); in SelectCopyImm()
598 loadReg = &CreateRegisterOperandOfType(regTy); in SelectCopyMemOpnd()
780 RegOperand &reg = CreateRegisterOperandOfType(PTY_i64); in SelectCopyRegOpnd()
858 RegOperand &dest = CreateRegisterOperandOfType(dtype); in SelectCopy()
969 resOpnd = &CreateRegisterOperandOfType(PTY_i64); in GetBaseRegForSplit()
[all …]
Daarch64_optimize_common.cpp203 ->CreateRegisterOperandOfType(pReg.GetRegisterType(), pReg.GetSize() / k8BitSize); in CreateVregFromReg()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h322 RegOperand &CreateRegisterOperandOfType(PrimType primType);
323 RegOperand &CreateRegisterOperandOfType(RegType regType, uint32 byteLen);