Home
last modified time | relevance | path

Searched refs:OP_POW (Results 1 – 15 of 15) 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.cpp426 if (op == OP_POW || op == OP_SQRT || op == OP_DIV || op == OP_MOD) in isOpSupported()
Dnv50_ir.h93 OP_POW, enumerator
Dnv50_ir_emit_nv50.cpp2047 case OP_POW: in emitInstruction()
Dnv50_ir_lowering_nv50.cpp1418 case OP_POW: in visit()
Dnv50_ir_emit_gk110.cpp2748 case OP_POW: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp2928 case OP_POW: in emitInstruction()
Dnv50_ir_lowering_nvc0.cpp2872 case OP_POW: in visit()
Dnv50_ir_from_tgsi.cpp2557 mkOp2(OP_POW, TYPE_F32, val3, val1, val3); in handleLIT()
Dnv50_ir_peephole.cpp591 case OP_POW: in expr()
/external/lua/src/
Dlopcodes.h193 OP_POW,/* A B C R(A) := RK(B) ^ RK(C) */ enumerator
Dluac.c352 case OP_POW: in PrintCode()
Dlvm.c664 case OP_MOD: case OP_POW: in luaV_finishOp()
1021 vmcase(OP_POW) { in luaV_execute()
Dldebug.c517 case OP_POW: case OP_DIV: case OP_IDIV: case OP_BAND: in funcnamefromcode()