Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h119 PrimType destType; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp264 MOperator AArch64CGFunc::PickMovBetweenRegs(PrimType destType, PrimType srcType) const in PickMovBetweenRegs()
1509 PrimType destType = srcType; in SelectAsm() local
1900 PrimType destType = pointedType->GetPrimType(); in SelectIassign() local
1929 PrimType destType = stmt.GetPrimType(); in SelectIassignoff() local
2887 PrimType destType = pointedType->GetPrimType(); in SelectIread() local
4822 PrimType destType = GetIntegerPrimTypeBySizeAndSign(bitSize, isSigned); in SelectRegularBitFieldLoad() local