Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcgfunc.cpp136 static Operand *HandleExtractBits(const BaseNode &parent, BaseNode &expr, CGFunc &cgFunc) in HandleExtractBits() function
253 RegisterFactoryFunction<HandleExprFactory>(OP_sext, HandleExtractBits); in InitHandleExprFactory()
254 RegisterFactoryFunction<HandleExprFactory>(OP_zext, HandleExtractBits); in InitHandleExprFactory()
H A Disel.cpp281 static Operand *HandleExtractBits(const BaseNode &parent, BaseNode &expr, MPISel &iSel) in HandleExtractBits() function
485 RegisterFactoryFunction<HandleExprFactory>(OP_zext, HandleExtractBits); in InitHandleExprFactory()
486 RegisterFactoryFunction<HandleExprFactory>(OP_sext, HandleExtractBits); in InitHandleExprFactory()

Completed in 5 milliseconds