Home
last modified time | relevance | path

Searched defs:immOpnd1 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_validbit_opt.cpp306 Operand &immOpnd1 = insn.GetOperand(kInsnThirdOpnd); in CheckCondition() local
Daarch64_ebo.cpp848 Operand &immOpnd1 = is64bits ? aarchFunc->CreateImmOperand(immVal1, kMaxImmVal6Bits, false) in CombineLsrAnd() local
Daarch64_global.cpp2217 auto *immOpnd1 = static_cast<ImmOperand *>(opnd1); in IsSameOperand() local
Daarch64_peep.cpp667 auto &immOpnd1 = static_cast<ImmOperand &>(insn.GetOperand(kInsnSecondOpnd)); in CheckCondition() local
1661 Operand &immOpnd1 = is64Bits ? aarFunc->CreateImmOperand(immVal1, kMaxImmVal6Bits, false) in Run() local
6507 auto &immOpnd1 = static_cast<ImmOperand &>(insnMov1->GetOperand(kInsnSecondOpnd)); in CheckCondition() local
6572 auto &immOpnd1 = static_cast<ImmOperand &>(insnMov1->GetOperand(kInsnSecondOpnd)); in Run() local
Daarch64_cgfunc.cpp3548 ImmOperand &immOpnd1 = CreateImmOperand(newImm, k16BitSize, false); in SelectAdd() local
3708 ImmOperand &immOpnd1 = CreateImmOperand(newImm, k16BitSize, false); in SelectSub() local
4477 ImmOperand &immOpnd1 = CreateImmOperand(newImm, k32BitSize, false); in SelectRelationOperator() local
4658 ImmOperand *immOpnd1 = static_cast<ImmOperand *>(&opnd1); in SelectShift() local
4886 ImmOperand &immOpnd1 = CreateImmOperand(bitOffset, k8BitSize, false); in SelectExtractbits() local
4935 ImmOperand &immOpnd1 = CreateImmOperand(bitOffset, k8BitSize, false); in SelectDepositBits() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_mop_split.h160 ImmOperand &immOpnd1 = opndBuilder->CreateImm(k16BitSize, newImm, false); in AddInsnSplit() local
262 ImmOperand &immOpnd1 = opndBuilder->CreateImm(k16BitSize, newImm, false); in SubInsnSplit() local