Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Disel.cpp122 #define DEF_MOPERATOR_MAPPING_FUNC(TYPE) \ macro
683 const static auto fastShlMappingFunc = DEF_MOPERATOR_MAPPING_FUNC(shl); in SelectShift()
686 const static auto fastAshrMappingFunc = DEF_MOPERATOR_MAPPING_FUNC(ashr); in SelectShift()
689 const static auto fastLshrMappingFunc = DEF_MOPERATOR_MAPPING_FUNC(lshr); in SelectShift()
1004 const static auto fastSubMappingFunc = DEF_MOPERATOR_MAPPING_FUNC(sub); in SelectSub()
1017 const static auto fastAndMappingFunc = DEF_MOPERATOR_MAPPING_FUNC(and); in SelectBand()
1030 const static auto fastAddMappingFunc = DEF_MOPERATOR_MAPPING_FUNC(add); in SelectAdd()
1052 const static auto fastBiorMappingFunc = DEF_MOPERATOR_MAPPING_FUNC(or); in SelectBior()
1070 const static auto fastBxorMappingFunc = DEF_MOPERATOR_MAPPING_FUNC(xor); in SelectBxor()
1258 const static auto fastBnotMappingFunc = DEF_MOPERATOR_MAPPING_FUNC(no in SelectBnot()
[all...]

Completed in 3 milliseconds