Home
last modified time | relevance | path

Searched refs:GetShiftAmount (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_insn.cpp255 DEBUG_ASSERT(v->GetShiftAmount() <= k4BitSize && v->GetShiftAmount() >= 0, in Visit()
259 if (v->GetShiftAmount() != 0) { in Visit()
260 (void)emitter.Emit(" #").Emit(v->GetShiftAmount()); in Visit()
300 .Emit(v->GetShiftAmount()); in Visit()
504 uint32 shiftAmount = v->GetShiftAmount(); in Visit()
516 if (v->GetShiftAmount() != 0) { in Visit()
517 LogInfo::MapleLogger() << " : " << v->GetShiftAmount(); in Visit()
H A Daarch64_obj_emitter.cpp454 uint32 shift = exendOpnd.GetShiftAmount(); in GetOpndMachineValue()
724 if (lslOpnd.GetShiftAmount() > 0) {
793 opnd |= bitShiftOpnd->GetShiftAmount() << kShiftTen;
1493 opnd |= bitShiftOpnd.GetShiftAmount() << kShiftTen;
1538 uint32 shift = lslOpnd.GetShiftAmount() / mod;
H A Daarch64_peep.cpp372 CHECK_FATAL(shiftOpnd.GetShiftAmount() == 12, "invalid shiftAmount"); in GetInsnAddOrSubNewOffset()
373 val = (immOpnd.GetValue() << shiftOpnd.GetShiftAmount()); in GetInsnAddOrSubNewOffset()
481 MemOperand::kAddrModeBOrX, memOpnd.GetSize(), newBase, newIndex, shift.GetShiftAmount()); in OptimizeWithAddrrrs()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.h204 inline uint8_t GetShiftAmount() const in GetShiftAmount() function in panda::ecmascript::aarch64::Operand
275 uint8_t GetShiftAmount() const in GetShiftAmount() function in panda::ecmascript::aarch64::MemoryOperand
H A Dassembler_aarch64.cpp724 uint32_t shift_amount = (operand.GetShiftAmount() << BITWISE_OP_ShiftAmount_LOWBITS) & BITWISE_OP_ShiftAmount_MASK; in BitWiseOpShift()
877 uint32_t shift_amount = ((operand.GetShiftAmount()) << ADD_SUB_ShiftAmount_LOWBITS) & ADD_SUB_ShiftAmount_MASK; in AddSubReg()
885 uint32_t extend_shift = (operand.GetShiftAmount() << ADD_SUB_ExtendShift_LOWBITS) & ADD_SUB_ExtendShift_MASK; in AddSubReg()
1236 shift = operand.GetShiftAmount(); in GetShiftOfLdr()
1240 shift = operand.GetShiftAmount(); in GetShiftOfLdr()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Doperand.h1727 uint32 GetShiftAmount() const in GetShiftAmount() function in maplebe::MemOperand::ExtendShiftOperand
1802 uint32 GetShiftAmount() const in GetShiftAmount() function in maplebe::MemOperand::BitShiftOperand
1814 return GetShiftAmount(); in GetValue()

Completed in 15 milliseconds