Home
last modified time | relevance | path

Searched refs:OP_FLOAD_3 (Results 1 – 2 of 2) sorted by relevance

/dports/java/jikes/jikes-1.22/src/
H A Dop.h65 OP_FLOAD_3 = 0x25, enumerator
H A Dop.cpp390 case OP_ILOAD_3: case OP_LLOAD_3: case OP_FLOAD_3: case OP_DLOAD_3: in OpDmp()