Searched defs:src1Type (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
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
H A DFloatDecoder.java33 final int src1Type; // RTLDT_FL_SINGLE, _DOUBLE, _QUAD field in class:FloatDecoder
37 FloatDecoder(int opf, String name, int src1Type, int src2Type, int resultType) { argument
41 this.src1Type = src1Type;
50 this.src1Type = RTLOP_UNKNOWN;
66 rs1 = RegisterDecoder.decode(src1Type, rs1Num);

Completed in 579 milliseconds