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.cpp135 uint32 opndSize = argInfo.symSize * kBitsPerByte; in GenerateMovInsn() local
195 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_emitter.cpp455 size_t opndSize = insn.GetOperandSize(); in EmitAArch64Insn() local
Daarch64_peep.cpp6548 uint32 opndSize = insn.GetDesc()->opndMD[kInsnFirstOpnd]->GetSize(); in Run() local
7841 uint32 opndSize = nextInsn->GetOperandSize(); in CheckCondition() local
Daarch64_cgfunc.cpp5797 Operand &opndSize = CreateImmOperand(static_cast<int64>(size), k64BitSize, false); in SelectGCMalloc() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp1473 size_t opndSize = GetPrimTypeSize(opndPtyp); in GetExprValueRangePtyp() local
1651 uint8 opndSize = static_cast<ExtractbitsNode*>(opnd)->GetBitsSize(); in FoldExtractbits() local