Home
last modified time | relevance | path

Searched refs:OP_POW (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gm107.cpp59 case OP_POW: in isOpSupported()
Dnv50_ir_target_nv50.cpp427 case OP_POW: in isOpSupported()
Dnv50_ir_target_nvc0.cpp427 if (op == OP_POW || op == OP_SQRT || op == OP_DIV || op == OP_MOD) in isOpSupported()
Dnv50_ir.h93 OP_POW, enumerator
Dnv50_ir_lowering_nv50.cpp1418 case OP_POW: in visit()
Dnv50_ir_emit_nv50.cpp2047 case OP_POW: in emitInstruction()
Dnv50_ir_emit_gk110.cpp2626 case OP_POW: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp2833 case OP_POW: in emitInstruction()
Dnv50_ir_lowering_nvc0.cpp2692 case OP_POW: in visit()
Dnv50_ir_peephole.cpp589 case OP_POW: in expr()
Dnv50_ir_from_tgsi.cpp2352 mkOp2(OP_POW, TYPE_F32, val3, val1, val3); in handleLIT()
/external/skia/third_party/lua/src/
Dlopcodes.h192 OP_POW,/* A B C R(A) := RK(B) ^ RK(C) */ enumerator
Dluac.c341 case OP_POW: in PrintCode()
Dlvm.c430 case OP_MOD: case OP_POW: case OP_UNM: case OP_LEN: in luaV_finishOp()
632 vmcase(OP_POW, in luaV_execute()
Dldebug.c457 case OP_POW: tm = TM_POW; break; in getfuncname()
/external/syslinux/com32/lua/src/
Dlopcodes.h192 OP_POW,/* A B C R(A) := RK(B) ^ RK(C) */ enumerator
Dluac.c341 case OP_POW: in PrintCode()
Dlvm.c453 case OP_MOD: case OP_POW: case OP_UNM: case OP_LEN: in luaV_finishOp()
655 vmcase(OP_POW, in luaV_execute()
Dldebug.c470 case OP_POW: tm = TM_POW; break; in getfuncname()