Searched refs:opnd0Type (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_cgfunc.cpp | 447 Operand::OperandType opnd0Type = dest.GetKind(); in SelectCopy() local 449 DEBUG_ASSERT(((dsize >= src.GetSize()) || (opnd0Type == Operand::kOpdRegister) || (opnd0Type == Operand::kOpdMem)), in SelectCopy() 451 DEBUG_ASSERT(((opnd0Type == Operand::kOpdRegister) || (src.GetKind() == Operand::kOpdRegister)), in SelectCopy() 475 SelectCopyRegOpnd(dest, dtype, opnd0Type, dsize, src, stype); in SelectCopy() 1392 Operand::OperandType opnd0Type = opnd0.GetKind(); in SelectAdd() local 1396 if (opnd0Type != Operand::kOpdRegister) { in SelectAdd() 1613 Operand::OperandType opnd0Type = opnd0.GetKind(); in SelectMpy() local 1618 if (((opnd0Type == Operand::kOpdImmediate) || (opnd0Type in SelectMpy() 1687 Operand::OperandType opnd0Type = opnd0.GetKind(); SelectDiv() local [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | isel.cpp | 672 void MPISel::SelectShift(Operand &resOpnd, Operand &opnd0, Operand &opnd1, Opcode shiftDirect, PrimType opnd0Type, in SelectShift() argument 676 SelectCopy(resOpnd, opnd0, opnd0Type); in SelectShift() 680 uint32 dsize = GetPrimTypeBitSize(opnd0Type); in SelectShift() 694 RegOperand &firstOpnd = SelectCopy2Reg(opnd0, opnd0Type); in SelectShift()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | isel.h | 64 void SelectShift(Operand &resOpnd, Operand &opnd0, Operand &opnd1, Opcode shiftDirect, PrimType opnd0Type,
|
Completed in 8 milliseconds