Searched refs:SpecialStoreDecoder (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSpecialStoreDecoder.java29 class SpecialStoreDecoder extends SpecialLoadStoreDecoder { class in inherits:SpecialLoadStoreDecoder
30 SpecialStoreDecoder(int op3, String name, int specialRegNum) { method in class:SpecialStoreDecoder
H A DSPARCV8Disassembler.java81 new StoreDecoder(STF, "st", RTLDT_FL_SINGLE), new SpecialStoreDecoder(STC, "st", SPARCSpecialRegisters.CREG)
85 new SpecialStoreDecoder(STFSR, "st", SPARCSpecialRegisters.FSR), new SpecialStoreDecoder(STCSR, "st", SPARCSpecialRegisters.CSR),
89 new SpecialStoreDecoder(STDFQ, "std", SPARCSpecialRegisters.FQ), new SpecialStoreDecoder(STDCQ, "std", SPARCSpecialRegisters.CQ),
93 new StoreDecoder(STDF, "std", RTLDT_FL_DOUBLE), new SpecialStoreDecoder(STDC, "std", SPARCSpecialRegisters.CREG)

Completed in 464 milliseconds