Searched defs:isLow (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cgfunc.cpp | 512 Operand *HandleVectorAddLong(const BaseNode &expr, CGFunc &cgFunc, bool isLow) in HandleVectorAddLong() 519 Operand *HandleVectorAddWiden(const BaseNode &expr, CGFunc &cgFunc, bool isLow) in HandleVectorAddWiden() 532 Operand *HandleVectorAbsSubL(const IntrinsicopNode &intrnNode, CGFunc &cgFunc, bool isLow) in HandleVectorAbsSubL() 639 Operand *HandleVectorShiftNarrow(const IntrinsicopNode &intrnNode, CGFunc &cgFunc, bool isLow) in HandleVectorShiftNarrow() 650 Operand *HandleVectorSubWiden(const IntrinsicopNode &intrnNode, CGFunc &cgFunc, bool isLow, bool is… in HandleVectorSubWiden() 685 Operand *HandleVectorMull(const IntrinsicopNode &intrnNode, CGFunc &cgFunc, bool isLow) in HandleVectorMull() 695 Operand *HandleVectorNarrow(const IntrinsicopNode &intrnNode, CGFunc &cgFunc, bool isLow) in HandleVectorNarrow() 708 Operand *HandleVectorWiden(const IntrinsicopNode &intrnNode, CGFunc &cgFunc, bool isLow) in HandleVectorWiden()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_cgfunc.cpp | 692 …d *X64CGFunc::SelectVectorAddLong(PrimType rTy, Operand *o1, Operand *o2, PrimType oty, bool isLow) in SelectVectorAddLong() 697 …X64CGFunc::SelectVectorAddWiden(Operand *o1, PrimType oty1, Operand *o2, PrimType oty2, bool isLow) in SelectVectorAddWiden() 744 …*X64CGFunc::SelectVectorAbsSubL(PrimType rType, Operand *o1, Operand *o2, PrimType oTy, bool isLow) in SelectVectorAbsSubL() 761 bool isLow) in SelectVectorMull() 817 …unc::SelectVectorShiftRNarrow(PrimType rType, Operand *o1, PrimType oType, Operand *o2, bool isLow) in SelectVectorShiftRNarrow() 823 bool isLow, bool isWide) in SelectVectorSubWiden() 838 RegOperand *X64CGFunc::SelectVectorWiden(PrimType rType, Operand *o1, PrimType otyp, bool isLow) in SelectVectorWiden()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_thread.h | 1451 void SetMachineCodeLowMemory(bool isLow) in SetMachineCodeLowMemory()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 10678 …h64CGFunc::SelectVectorAddLong(PrimType rType, Operand *o1, Operand *o2, PrimType otyp, bool isLow) in SelectVectorAddLong() 10697 …4CGFunc::SelectVectorAddWiden(Operand *o1, PrimType otyp1, Operand *o2, PrimType otyp2, bool isLow) in SelectVectorAddWiden() 10908 …ch64CGFunc::SelectVectorAbsSubL(PrimType rType, Operand *o1, Operand *o2, PrimType oTy, bool isLow) in SelectVectorAbsSubL() 11315 bool isLow) in SelectVectorMull() 11471 bool isLow) in SelectVectorShiftRNarrow() 11493 PrimType otyp2, bool isLow, bool isWide) in SelectVectorSubWiden() 11553 RegOperand *AArch64CGFunc::SelectVectorWiden(PrimType rType, Operand *o1, PrimType otyp, bool isLow) in SelectVectorWiden()
|