Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gm107.cpp59 case OP_POW: in isOpSupported()
Dnv50_ir_target_nv50.cpp431 case OP_POW: in isOpSupported()
Dnv50_ir_target_nvc0.cpp472 if (op == OP_POW || op == OP_SQRT || op == OP_DIV || op == OP_MOD) in isOpSupported()
Dnv50_ir.h98 OP_POW, enumerator
Dnv50_ir_lowering_nv50.cpp1421 case OP_POW: in visit()
Dnv50_ir_emit_nv50.cpp2047 case OP_POW: in emitInstruction()
Dnv50_ir_emit_gk110.cpp2753 case OP_POW: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp2935 case OP_POW: in emitInstruction()
Dnv50_ir_from_nir.cpp461 return OP_POW; in getOperation()
Dnv50_ir_from_tgsi.cpp2493 mkOp2(OP_POW, TYPE_F32, val3, val1, val3); in handleLIT()
Dnv50_ir_peephole.cpp636 case OP_POW: in expr()
Dnv50_ir_lowering_nvc0.cpp3233 case OP_POW: in visit()
/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()