Home
last modified time | relevance | path

Searched defs:OP_IDIV (Results 1 – 2 of 2) sorted by relevance

/external/lua/src/
Dlopcodes.h195 OP_IDIV,/* A B C R(A) := RK(B) // RK(C) */ enumerator
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java138 public static final byte OP_IDIV = 108; field