Lines Matching defs:operand_position
725 int pos = components.operand_position(unique->_name);
972 int pos = _components.operand_position(name);
988 int InstructForm::operand_position(const char *name, int usedef) {
989 return unique_opnds_idx(_components.operand_position(name, usedef, this));
1184 cisc_spill_operand = operand_position(op_name, Component::USE);
1185 int def_oper = operand_position(op_name, Component::DEF);
1356 // The next code is copied from the method operand_position().
2315 if ( _components.operand_position(name) == -1 ) {
2323 int OperandForm::operand_position(const char *name, int usedef) {
2324 return _components.operand_position(name, usedef, this);
2971 int ComponentList::operand_position(const char *name, int usedef, Form *fm) {
3029 int ComponentList::operand_position(const char *name) {
3053 int first_position = operand_position(name);
3054 int use_position = operand_position(name, Component::USE, fm);