Home
last modified time | relevance | path

Searched defs:resType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp468 GateType resType = gateType.IsIntType() ? GateType::IntType() : GateType::DoubleType(); in VisitNumberCalculate() local
1218 GateType resType = gateType.IsIntType() ? GateType::IntType() : GateType::DoubleType(); in VisitTypeConvert() local
1251 GateType resType = gateType.IsIntType() ? GateType::IntType() : GateType::DoubleType(); in VisitNumberMod() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp583 PrimType resType = intrnNode.GetPrimType(); /* uint32_t result */ in HandleVectorSubWiden() local
592 PrimType resType = intrnNode.GetPrimType(); /* uint32_t result */ in HandleVectorSum() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp832 RegOperand *X64CGFunc::SelectVectorSubWiden(PrimType resType, Operand *o1, PrimType otyp1, Operand … in SelectVectorSubWiden()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp12559 RegOperand *AArch64CGFunc::SelectVectorSubWiden(PrimType resType, Operand *o1, PrimType otyp1, Oper… in SelectVectorSubWiden()