Home
last modified time | relevance | path

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

/dports/java/jikes/jikes-1.22/src/
H A Dop.h92 OP_LSTORE_1 = 0x40, enumerator
H A Dop.cpp378 case OP_ISTORE_1: case OP_LSTORE_1: case OP_FSTORE_1: case OP_DSTORE_1: in OpDmp()