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

/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.hpp122 OperandForm *_cisc_spill_operand; member in class:ArchDesc
343 void set_cisc_spill_operand(OperandForm *opForm) { _cisc_spill_operand = opForm; }
344 OperandForm *cisc_spill_operand() { return _cisc_spill_operand; }
345 bool can_cisc_spill() { return _cisc_spill_operand != NULL; }
H A Dformssel.hpp79 int _cisc_spill_operand;// Which operand may cisc-spill member in class:InstructForm
80 void set_cisc_spill_operand(uint op_index) { _cisc_spill_operand = op_index; }
246 int cisc_spill_operand() const { return _cisc_spill_operand; }

Completed in 47 milliseconds