comparison graal/com.oracle.graal.lir.sparc/src/com/oracle/graal/lir/sparc/SPARCMove.java @ 18163:c88ab4f1f04a

re-enabled Checkstyle with the release of 6.0 that supports Java 8; fixed existing Checkstyle warnings
author Doug Simon <doug.simon@oracle.com>
date Fri, 24 Oct 2014 16:18:10 +0200
parents 2d401b9ca70d
children c2270ad35f57
comparison
equal deleted inserted replaced
18162:ab62800259ff 18163:c88ab4f1f04a
95 return result; 95 return result;
96 } 96 }
97 } 97 }
98 98
99 /** 99 /**
100 * Move between floating-point and general purpose register domain (WITHOUT VIS3) 100 * Move between floating-point and general purpose register domain (WITHOUT VIS3).
101 */ 101 */
102 @Opcode("MOVE") 102 @Opcode("MOVE")
103 public static class MoveFpGp extends SPARCLIRInstruction implements MoveOp, SPARCTailDelayedLIRInstruction { 103 public static class MoveFpGp extends SPARCLIRInstruction implements MoveOp, SPARCTailDelayedLIRInstruction {
104 104
105 @Def({REG}) protected AllocatableValue result; 105 @Def({REG}) protected AllocatableValue result;
189 } 189 }
190 } 190 }
191 } 191 }
192 192
193 /** 193 /**
194 * Move between floating-point and general purpose register domain (WITH VIS3) 194 * Move between floating-point and general purpose register domain (WITH VIS3).
195 */ 195 */
196 @Opcode("MOVE") 196 @Opcode("MOVE")
197 public static class MoveFpGpVIS3 extends SPARCLIRInstruction implements MoveOp, SPARCTailDelayedLIRInstruction { 197 public static class MoveFpGpVIS3 extends SPARCLIRInstruction implements MoveOp, SPARCTailDelayedLIRInstruction {
198 198
199 @Def({REG}) protected AllocatableValue result; 199 @Def({REG}) protected AllocatableValue result;