Home
last modified time | relevance | path

Searched refs:tmpOpnd (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Disel.cpp841 * tmpOpnd = opnd0 << (primBitSize - bitSize - bitOffset) in SelectExtractbits()
842 * resOpnd = tmpOpnd >> (primBitSize - bitSize) in SelectExtractbits()
845 RegOperand &tmpOpnd = in SelectExtractbits() local
848 SelectShift(tmpOpnd, opnd0, imm1Opnd, OP_shl, primType, primType); in SelectExtractbits()
851 SelectShift(resOpnd, tmpOpnd, imm2Opnd, opcode, primType, primType); in SelectExtractbits()
1134 RegOperand &tmpOpnd = cgFunc->GetOpndBuilder()->CreateVReg(bitSize, cgFunc->GetRegTyFromPrimTy(primType)); in SelectAbs() local
1135 SelectBxor(tmpOpnd, regOpnd0, regOpndy, primType); in SelectAbs()
1137 SelectSub(resOpnd, tmpOpnd, regOpndy, primType); in SelectAbs()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp1656 RegOperand &tmpOpnd = CreateRegisterOperandOfType(primType); in SelectMpy() local
1657 SelectShift(tmpOpnd, *otherOp, shiftNum1, kShiftLeft, primType); in SelectMpy()
1658 SelectAdd(resOpnd, *otherOp, tmpOpnd, primType); in SelectMpy()
1710 Operand &tmpOpnd = CreateRegisterOperandOfType(primType); in SelectDiv() local
1711 SelectShift(tmpOpnd, opnd0, CreateImmOperand(dsize - 1, dsize, false), kShiftAright, primType); in SelectDiv()
1715 GetCurBB()->AppendInsn(GetInsnBuilder()->BuildInsn(mopBadd, tmpOpnd, opnd0, tmpOpnd, shiftOpnd)); in SelectDiv()
1716 SelectShift(resOpnd, tmpOpnd, shiftNum, kShiftAright, primType); in SelectDiv()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_MPIsel.cpp784 RegOperand &tmpOpnd = SelectCopy2Reg(trueOpnd, primType); in SelectSelect() local
789 comvInsn.AddOpndChain(tmpOpnd).AddOpndChain(resOpnd); in SelectSelect()

Completed in 13 milliseconds