Home
last modified time | relevance | path

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

/dports/java/jikes/jikes-1.22/src/
H A Dop.h64 OP_FLOAD_2 = 0x24, enumerator
H A Dop.cpp383 case OP_ILOAD_2: case OP_LLOAD_2: case OP_FLOAD_2: case OP_DLOAD_2: in OpDmp()