Home
last modified time | relevance | path

Searched defs:opndSize (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_insn.cpp29 uint8 opndSize = (opndSz == kMaxSimm32) ? v.GetSize() : opndSz; in EmitIntReg() local
45 uint8 opndSize = (opndProp != nullptr) ? opndProp->GetSize() : size; in Visit() local
[all...]
H A Daarch64_emitter.cpp411 size_t opndSize = insn.GetOperandSize(); in EmitAArch64Insn() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_args.cpp126 uint32 opndSize = argInfo.symSize * kBitsPerByte; in GenerateMovInsn() local
186 uint32 opndSize in LoadStackArgsToVReg() local
[all...]
H A Dx64_MPIsel.cpp34 MemOperand &X64MPIsel::GetOrCreateMemOpndFromSymbol(const MIRSymbol &symbol, uint32 opndSize, int64 offset) const in GetOrCreateMemOpndFromSymbol() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp1398 uint8 opndSize = static_cast<ExtractbitsNode*>(opnd)->GetBitsSize(); in FoldExtractbits() local

Completed in 9 milliseconds