Searched defs:rType (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_cgfunc.cpp | 702 RegOperand *X64CGFunc::SelectVectorAbs(PrimType rType, Operand *o1) in SelectVectorAbs() 707 RegOperand *X64CGFunc::SelectVectorBinOp(PrimType rType, Operand *o1, PrimType oTyp1, Operand *o2, … in SelectVectorBinOp() 713 RegOperand *X64CGFunc::SelectVectorBitwiseOp(PrimType rType, Operand *o1, PrimType oty1, Operand *o… in SelectVectorBitwiseOp() 734 RegOperand *X64CGFunc::SelectVectorDup(PrimType rType, Operand *src, bool getLow) in SelectVectorDup() 739 RegOperand *X64CGFunc::SelectVectorGetElement(PrimType rType, Operand *src, PrimType sType, int32 l… in SelectVectorGetElement() 744 RegOperand *X64CGFunc::SelectVectorAbsSubL(PrimType rType, Operand *o1, Operand *o2, PrimType oTy, … in SelectVectorAbsSubL() 760 RegOperand *X64CGFunc::SelectVectorMull(PrimType rType, Operand *o1, PrimType oTyp1, Operand *o2, P… in SelectVectorMull() 766 RegOperand *X64CGFunc::SelectVectorNarrow(PrimType rType, Operand *o1, PrimType otyp) in SelectVectorNarrow() 771 RegOperand *X64CGFunc::SelectVectorNarrow2(PrimType rType, Operand *o1, PrimType oty1, Operand *o2,… in SelectVectorNarrow2() 776 RegOperand *X64CGFunc::SelectVectorNeg(PrimType rType, Operand *o1) in SelectVectorNeg() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cgfunc.cpp | 562 PrimType rType = intrnNode.GetPrimType(); /* result operand */ in HandleVectorGetHigh() local 569 PrimType rType = intrnNode.GetPrimType(); /* result operand */ in HandleVectorGetLow() local 641 PrimType rType = intrnNode.GetPrimType(); /* vector result */ in HandleVectorShiftNarrow() local 668 PrimType rType = intrnNode.GetPrimType(); /* result operand */ in HandleVectorTableLookup() local 687 PrimType rType = intrnNode.GetPrimType(); /* result operand */ in HandleVectorMull() local 697 PrimType rType = intrnNode.GetPrimType(); /* result operand */ in HandleVectorNarrow() local 710 PrimType rType = intrnNode.GetPrimType(); /* result operand */ in HandleVectorWiden() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 1963 MIRType *rType = GetLmbcCallReturnType(); in SelectIassignfpoff() local 6301 RegType rType = kRegTyInt; in AssignLmbcFormalParams() local 8086 PrimType rType = GetFunction().GetReturnType()->GetPrimType(); in SelectReturn() local 10664 RegOperand *AArch64CGFunc::SelectVectorAbs(PrimType rType, Operand *o1) in SelectVectorAbs() 10678 RegOperand *AArch64CGFunc::SelectVectorAddLong(PrimType rType, Operand *o1, Operand *o2, PrimType o… in SelectVectorAddLong() 10717 RegOperand *AArch64CGFunc::SelectVectorImmMov(PrimType rType, Operand *src, PrimType sType) in SelectVectorImmMov() 10745 RegOperand *AArch64CGFunc::SelectVectorRegMov(PrimType rType, Operand *src, PrimType sType) in SelectVectorRegMov() 10764 RegOperand *AArch64CGFunc::SelectVectorFromScalar(PrimType rType, Operand *src, PrimType sType) in SelectVectorFromScalar() 10775 RegOperand *AArch64CGFunc::SelectVectorDup(PrimType rType, Operand *src, bool getLow) in SelectVectorDup() 10793 RegOperand *AArch64CGFunc::SelectVectorGetElement(PrimType rType, Operand *src, PrimType sType, int… in SelectVectorGetElement() [all …]
|