Searched refs:_cisc_spill_operand (Results 1 - 4 of 4) 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; }
H A DarchDesc.cpp175 _cisc_spill_operand(NULL) {
H A Dformssel.cpp53 _cisc_spill_operand = Not_cisc_spillable;// Which operand may cisc-spill
85 _cisc_spill_operand = Not_cisc_spillable;// Which operand may cisc-spill

Completed in 53 milliseconds