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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DFloatDecoder.java34 final int src2Type; // RTLDT_FL_SINGLE, _DOUBLE, _QUAD field in class:FloatDecoder
37 FloatDecoder(int opf, String name, int src1Type, int src2Type, int resultType) { argument
42 this.src2Type = src2Type;
46 FloatDecoder(int opf, String name, int src2Type, int resultType) { argument
51 this.src2Type = src2Type;
73 SPARCRegister rs2 = RegisterDecoder.decode(src2Type, rs2Num);
H A DFPArithmeticDecoder.java34 int src1Type, int src2Type, int resultType) {
35 super(opf, name, src1Type, src2Type, resultType);
33 FPArithmeticDecoder(int opf, String name, int rtlOperation, int src1Type, int src2Type, int resultType) argument

Completed in 41 milliseconds