Home
last modified time | relevance | path

Searched defs:countOpnd (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_standardize.cpp168 RegOperand *countOpnd = static_cast<RegOperand *>(&insn.GetOperand(kInsnThirdOpnd)); in StdzShiftOp() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp1388 ImmOperand &countOpnd = cgFunc->GetOpndBuilder()->CreateImm(primBitSize, bitOffset); in SelectDepositBits() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp6779 ImmOperand &countOpnd = CreateImmOperand(realRefNum, k64BitSize, true); in GenRetCleanup() local
7006 ImmOperand *countOpnd = &CreateImmOperand(refNum, k64BitSize, true); in HandleRCCall() local
7817 RegOperand &countOpnd = CreateRegisterOperandOfType(countPty); in CheckStringIsCompressed() local
7836 RegOperand *AArch64CGFunc::CheckStringLengthLessThanEight(BB &bb, RegOperand &countOpnd, PrimType c… in CheckStringLengthLessThanEight()