Home
last modified time | relevance | path

Searched defs:shiftOpnd (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_prop.cpp209 auto &shiftOpnd = static_cast<BitShiftOperand &>(arithInsn.GetOperand(kInsnFourthOpnd)); in GetFoldMopAndVal() local
240 auto &shiftOpnd = static_cast<BitShiftOperand &>(arithInsn.GetOperand(kInsnFourthOpnd)); in GetFoldMopAndVal() local
753 … auto &shiftOpnd = static_cast<BitShiftOperand &>(defInsn.GetOperand(kInsnFourthOpnd)); in SelectReplaceMem() local
765 … auto &shiftOpnd = static_cast<BitShiftOperand &>(defInsn.GetOperand(kInsnFourthOpnd)); in SelectReplaceMem() local
1241 Operand *shiftOpnd = nullptr; in ReplaceUseInsn() local
Daarch64_validbit_opt.cpp254 Operand &shiftOpnd = useInsn->GetOperand(kInsnThirdOpnd); in CheckCondition() local
Daarch64_global.cpp1617 Operand *shiftOpnd = nullptr; in ReplaceUseInsn() local
Daarch64_peep.cpp503 Operand &shiftOpnd = prevInsn->GetOperand(kInsnThirdOpnd); in Run() local
2178 auto &shiftOpnd = static_cast<BitShiftOperand &>(insn.GetOperand(kInsnFourthOpnd)); in CheckCondition() local
3626 auto &shiftOpnd = static_cast<BitShiftOperand &>(insn.GetOperand(kInsnFourthOpnd)); in GetInsnAddOrSubNewOffset() local
7006 auto &shiftOpnd = static_cast<BitShiftOperand &>(lsrInsn->GetOperand(kInsnFourthOpnd)); in CheckCondition() local
Daarch64_cgfunc.cpp3870 …BitShiftOperand &shiftOpnd = CreateBitShiftOperand(BitShiftOperand::kLSR, dsize - shiftNumber, bit… in SelectDiv() local
4481 BitShiftOperand &shiftOpnd = in SelectRelationOperator() local
7313 auto &shiftOpnd = CreateImmOperand(exactOfst * kBitsPerByte, k32BitSize, false); in SelectParmListSmallStruct() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_prop.h210 ImmOperand *shiftOpnd = nullptr; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/ad/
Dmad.cpp311 Operand &shiftOpnd = useInsn.GetOperand(useOpndNum - 2); in CanBypass() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp1458 …ImmOperand &shiftOpnd = cgFunc->GetOpndBuilder()->CreateImm(k64BitSize, __builtin_ctz(stackPtrAlig… in SelectAlloca() local