Home
last modified time | relevance | path

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

/dports/java/jikes/jikes-1.22/src/
H A Dop.h94 OP_LSTORE_3 = 0x42, enumerator
H A Dop.cpp392 case OP_ISTORE_3: case OP_LSTORE_3: case OP_FSTORE_3: case OP_DSTORE_3: in OpDmp()