Home
last modified time | relevance | path

Searched defs:opndSize (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_args.cpp132 uint32 opndSize = argInfo.symSize * kBitsPerByte; in GenerateMovInsn() local
192 uint32 opndSize = GetPrimTypeBitSize(stype); in LoadStackArgsToVReg() local
Dx64_MPIsel.cpp41 MemOperand &X64MPIsel::GetOrCreateMemOpndFromSymbol(const MIRSymbol &symbol, uint32 opndSize, int64… in GetOrCreateMemOpndFromSymbol()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_insn.cpp28 uint8 opndSize = (opndSz == kMaxSimm32) ? v.GetSize() : opndSz; in EmitIntReg() local
44 uint8 opndSize = (opndProp != nullptr) ? opndProp->GetSize() : size; in Visit() local
Daarch64_ebo.cpp643 uint32 opndSize = insn.GetDesc()->GetOperandSize(); in SimplifyConstOperand() local
Daarch64_emitter.cpp728 size_t opndSize = insn.GetOperandSize(); in EmitAArch64Insn() local
Daarch64_cgfunc.cpp6386 Operand &opndSize = CreateImmOperand(static_cast<int64>(size), k64BitSize, false); in SelectGCMalloc() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp1425 size_t opndSize = GetPrimTypeSize(opndPtyp); in GetExprValueRangePtyp() local
1619 uint8 opndSize = static_cast<ExtractbitsNode *>(opnd)->GetBitsSize(); in FoldExtractbits() local