Home
last modified time | relevance | path

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

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