Home
last modified time | relevance | path

Searched defs:rType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp712 RegOperand *X64CGFunc::SelectVectorAbs(PrimType rType, Operand *o1) in SelectVectorAbs()
717 RegOperand *X64CGFunc::SelectVectorBinOp(PrimType rType, Operand *o1, PrimType oTyp1, Operand *o2, … in SelectVectorBinOp()
723 RegOperand *X64CGFunc::SelectVectorBitwiseOp(PrimType rType, Operand *o1, PrimType oty1, Operand *o… in SelectVectorBitwiseOp()
744 RegOperand *X64CGFunc::SelectVectorDup(PrimType rType, Operand *src, bool getLow) in SelectVectorDup()
749 RegOperand *X64CGFunc::SelectVectorGetElement(PrimType rType, Operand *src, PrimType sType, int32 l… in SelectVectorGetElement()
754 RegOperand *X64CGFunc::SelectVectorAbsSubL(PrimType rType, Operand *o1, Operand *o2, PrimType oTy, … in SelectVectorAbsSubL()
770 RegOperand *X64CGFunc::SelectVectorMull(PrimType rType, Operand *o1, PrimType oTyp1, Operand *o2, P… in SelectVectorMull()
776 RegOperand *X64CGFunc::SelectVectorNarrow(PrimType rType, Operand *o1, PrimType otyp) in SelectVectorNarrow()
781 RegOperand *X64CGFunc::SelectVectorNarrow2(PrimType rType, Operand *o1, PrimType oty1, Operand *o2,… in SelectVectorNarrow2()
786 RegOperand *X64CGFunc::SelectVectorNeg(PrimType rType, Operand *o1) in SelectVectorNeg()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp495 PrimType rType = intrnNode.GetPrimType(); /* result operand */ in HandleVectorGetHigh() local
502 PrimType rType = intrnNode.GetPrimType(); /* result operand */ in HandleVectorGetLow() local
572 PrimType rType = intrnNode.GetPrimType(); /* vector result */ in HandleVectorShiftNarrow() local
599 PrimType rType = intrnNode.GetPrimType(); /* result operand */ in HandleVectorTableLookup() local
618 PrimType rType = intrnNode.GetPrimType(); /* result operand */ in HandleVectorMull() local
628 PrimType rType = intrnNode.GetPrimType(); /* result operand */ in HandleVectorNarrow() local
641 PrimType rType = intrnNode.GetPrimType(); /* result operand */ in HandleVectorWiden() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp2077 MIRType *rType = GetLmbcCallReturnType(); in SelectIassignfpoff() local
6887 RegType rType = kRegTyInt; in AssignLmbcFormalParams() local
9234 PrimType rType = GetFunction().GetReturnType()->GetPrimType(); in SelectReturn() local
11728 RegOperand *AArch64CGFunc::SelectVectorAbs(PrimType rType, Operand *o1) in SelectVectorAbs()
11742 RegOperand *AArch64CGFunc::SelectVectorAddLong(PrimType rType, Operand *o1, Operand *o2, PrimType o… in SelectVectorAddLong()
11781 RegOperand *AArch64CGFunc::SelectVectorImmMov(PrimType rType, Operand *src, PrimType sType) in SelectVectorImmMov()
11809 RegOperand *AArch64CGFunc::SelectVectorRegMov(PrimType rType, Operand *src, PrimType sType) in SelectVectorRegMov()
11828 RegOperand *AArch64CGFunc::SelectVectorFromScalar(PrimType rType, Operand *src, PrimType sType) in SelectVectorFromScalar()
11839 RegOperand *AArch64CGFunc::SelectVectorDup(PrimType rType, Operand *src, bool getLow) in SelectVectorDup()
11857 RegOperand *AArch64CGFunc::SelectVectorGetElement(PrimType rType, Operand *src, PrimType sType, int… in SelectVectorGetElement()
[all …]