Searched defs:addrMode1 (Results 1 - 19 of 19) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DBranchDecoder.java35 public BranchDecoder(String name, int addrMode1, int operandType1) { argument
36 super(name, addrMode1, operandType1);
H A DCallDecoder.java30 public CallDecoder(String name, int addrMode1, int operandType1) { argument
31 super(name, addrMode1, operandType1);
H A DConditionalJmpDecoder.java32 public ConditionalJmpDecoder(String name, int addrMode1, int operandType1) { argument
33 super(name, addrMode1, operandType1);
H A DFPInstructionDecoder.java35 public FPInstructionDecoder(String name, int addrMode1, int operandType1) { argument
36 super(name, addrMode1, operandType1);
38 public FPInstructionDecoder(String name, int addrMode1, int operandType1, int addrMode2, int operandType2) { argument
39 super(name, addrMode1, operandType1, addrMode2, operandType2);
H A DFPLoadDecoder.java30 FPLoadDecoder(String name, int addrMode1, int operandType1) { argument
31 super(name, addrMode1, operandType1);
H A DFPStoreDecoder.java30 FPStoreDecoder(String name, int addrMode1, int operandType1) { argument
31 super(name, addrMode1, operandType1);
H A DJmpDecoder.java30 public JmpDecoder(String name, int addrMode1, int operandType1) { argument
31 super(name, addrMode1, operandType1);
H A DMoveDecoder.java30 public MoveDecoder(String name, int addrMode1, int operandType1, int addrMode2, int operandType2) { argument
31 super(name, addrMode1, operandType1, addrMode2, operandType2);
H A DRotateDecoder.java31 public RotateDecoder(String name, int addrMode1, int operandType1) { argument
32 super(name, addrMode1, operandType1);
34 public RotateDecoder(String name, int addrMode1, int operandType1, int addrMode2, int operandType2) { argument
35 super(name, addrMode1, operandType1, addrMode2, operandType2);
H A DSSEMoveDecoder.java31 public SSEMoveDecoder(String name, int addrMode1, int operandType1, int addrMode2, int operandType2) { argument
32 super(name, addrMode1, operandType1, addrMode2, operandType2);
H A DArithmeticDecoder.java31 public ArithmeticDecoder(String name, int addrMode1, int operandType1, int rtlOperation) { argument
32 super(name, addrMode1, operandType1);
35 public ArithmeticDecoder(String name, int addrMode1, int operandType1, int addrMode2, int operandType2, int rtlOperation) { argument
36 super(name, addrMode1, operandType1, addrMode2, operandType2);
39 public ArithmeticDecoder(String name, int addrMode1, int operandType1, int addrMode2, int operandType2, int addrMode3, int operandType3, int rtlOperation) { argument
40 super(name, addrMode1, operandType1, addrMode2, operandType2, addrMode3, operandType3);
H A DFPArithmeticDecoder.java32 public FPArithmeticDecoder(String name, int addrMode1, int operandType1, int rtlOperation) { argument
33 super(name, addrMode1, operandType1);
36 public FPArithmeticDecoder(String name, int addrMode1, int operandType1, int addrMode2, int operandType2, int rtlOperation) { argument
37 super(name, addrMode1, operandType1, addrMode2, operandType2);
H A DLogicalDecoder.java32 public LogicalDecoder(String name, int addrMode1, int operandType1, int rtlOperation) { argument
33 super(name, addrMode1, operandType1);
36 public LogicalDecoder(String name, int addrMode1, int operandType1, int addrMode2, int operandType2, int rtlOperation) { argument
37 super(name, addrMode1, operandType1, addrMode2, operandType2);
H A DSSEArithmeticDecoder.java32 public SSEArithmeticDecoder(String name, int addrMode1, int operandType1, int rtlOperation) { argument
33 super(name, addrMode1, operandType1);
37 public SSEArithmeticDecoder(String name, int addrMode1, int operandType1, int addrMode2, int operandType2, int rtlOperation) { argument
38 super(name, addrMode1, operandType1, addrMode2, operandType2);
H A DSSEInstructionDecoder.java35 public SSEInstructionDecoder(String name, int addrMode1, int operandType1) { argument
36 super(name, addrMode1, operandType1);
38 public SSEInstructionDecoder(String name, int addrMode1, int operandType1, int addrMode2, int operandType2) { argument
39 super(name, addrMode1, operandType1, addrMode2, operandType2);
42 public SSEInstructionDecoder(String name, int addrMode1, int operandType1, int addrMode2, int operandType2, int addrMode3, int operandType3) { argument
43 super(name, addrMode1, operandType1, addrMode2, operandType2, addrMode3, operandType3);
H A DSSELogicalDecoder.java32 public SSELogicalDecoder(String name, int addrMode1, int operandType1, int addrMode2, argument
34 super(name, addrMode1, operandType1, addrMode2, operandType2);
H A DSSEShiftDecoder.java32 public SSEShiftDecoder(String name, int addrMode1, int operandType1, int addrMode2, int operandType2, int rtlOperation) { argument
33 super(name, addrMode1, operandType1, addrMode2, operandType2);
H A DShiftDecoder.java32 public ShiftDecoder(String name, int addrMode1, int operandType1, int rtlOperation) { argument
33 super(name, addrMode1, operandType1);
36 public ShiftDecoder(String name, int addrMode1, int operandType1, int addrMode2, int operandType2, int rtlOperation) { argument
37 super(name, addrMode1, operandType1, addrMode2, operandType2);
H A DInstructionDecoder.java33 protected int addrMode1; field in class:InstructionDecoder
53 this.addrMode1 = INVALID_ADDRMODE;
57 public InstructionDecoder(String name, int addrMode1, int operandType1) { argument
59 this.addrMode1 = addrMode1;
62 public InstructionDecoder(String name, int addrMode1, int operandType1, int addrMode2, int operandType2) { argument
63 this(name, addrMode1, operandType1);
67 public InstructionDecoder(String name, int addrMode1, int operandType1, int addrMode2, int operandType2, argument
69 this(name, addrMode1, operandType1, addrMode2, operandType2);
75 if( (addrMode1 !
[all...]

Completed in 38 milliseconds