Home
last modified time | relevance | path

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

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