Searched refs:HandleShift (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | cgfunc.cpp | 70 static Operand *HandleShift(const BaseNode &parent, BaseNode &expr, CGFunc &cgFunc) in HandleShift() function 240 RegisterFactoryFunction<HandleExprFactory>(OP_ashr, HandleShift); in InitHandleExprFactory() 241 RegisterFactoryFunction<HandleExprFactory>(OP_lshr, HandleShift); in InitHandleExprFactory() 242 RegisterFactoryFunction<HandleExprFactory>(OP_shl, HandleShift); in InitHandleExprFactory()
|
H A D | isel.cpp | 270 static Operand *HandleShift(const BaseNode &parent, BaseNode &expr, MPISel &iSel) in HandleShift() function 481 RegisterFactoryFunction<HandleExprFactory>(OP_shl, HandleShift); in InitHandleExprFactory() 482 RegisterFactoryFunction<HandleExprFactory>(OP_lshr, HandleShift); in InitHandleExprFactory() 483 RegisterFactoryFunction<HandleExprFactory>(OP_ashr, HandleShift); in InitHandleExprFactory()
|
Completed in 5 milliseconds