Searched defs:rep_var (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_h.cpp453 const char *rep_var = oper._format->_rep_vars.iter(); local
455 const Form* form = oper._localNames[rep_var];
458 "\'%s\' not found in format for %s\n", rep_var, oper._ident);
464 idx = oper.register_position( globals, rep_var);
467 idx = oper.constant_position( globals, rep_var);
477 "Using a name, %s, that isn't in match rule\n", rep_var);
524 const char *rep_var = oper._format->_rep_vars.iter(); local
526 const Form* form = oper._localNames[rep_var];
529 "\'%s\' not found in format for %s\n", rep_var, oper._ident);
535 idx = oper.register_position( globals, rep_var);
603 const char* rep_var = inst._format->_rep_vars.iter(); local
606 const char* rep_var = inst._format->_rep_vars.iter(); local
[all...]
H A Dadlparse.cpp940 char* rep_var = get_rep_var_ident_dup(); local
942 encoding->add_rep_var(rep_var);
2847 char* rep_var = get_rep_var_ident_dup(); local
2850 encoding->add_rep_var(rep_var);
2855 if (strcmp(rep_var, "constanttablebase") == 0) {
2864 else if ((strcmp(rep_var, "constantaddress") == 0) ||
2865 (strcmp(rep_var, "constantoffset") == 0)) {
3142 char* rep_var = get_rep_var_ident_dup(); local
3143 encoding->add_rep_var(rep_var);
3623 char* rep_var local
3710 char *rep_var = get_rep_var_ident_dup(); local
4368 char *rep_var = _ptr; local
4410 char *rep_var = _ptr; // Remember starting point local
[all...]
H A Dformssel.cpp1266 void InstructForm::rep_var_format(FILE *fp, const char *rep_var) { argument
1268 if (strcmp(rep_var, "constanttablebase") == 0) {
1273 if (strcmp(rep_var, "constantoffset") == 0) {
1277 if (strcmp(rep_var, "constantaddress") == 0) {
1283 const Form *form = _localNames[rep_var];
1286 rep_var, _ident);
1292 int idx = operand_position_format(rep_var);
1295 rep_var, _ident);
1308 globalAD->syntax_err(_linenum, "In %s can't find format for %s %s", _ident, opc->_ident, rep_var);
1314 fprintf(fp,"int_format(ra, this, st); // %s\n", rep_var);
1605 rep_var_index(const char *rep_var) argument
1654 const char *rep_var = _rep_vars.iter(); local
2422 const char *rep_var = disp + 1; local
[all...]
H A Doutput_c.cpp1923 // @arg rep_var: The formal parameter of the encoding.
1924 void update_state(const char *rep_var) { argument
1927 if ( (*rep_var) != '$' ) {
1929 // check_rep_var( rep_var );
1930 if ( Opcode::as_opcode_type(rep_var) != Opcode::NOT_AN_OPCODE ) {
1935 else if ((strcmp(rep_var, "constanttablebase") == 0) ||
1936 (strcmp(rep_var, "constantoffset") == 0) ||
1937 (strcmp(rep_var, "constantaddress") == 0)) {
1941 rep_var, _encoding._name);
1946 int param_no = _encoding.rep_var_index(rep_var);
2119 add_rep_var(const char *rep_var) argument
2156 const char *rep_var; local
2295 reg_conversion(const char* rep_var) argument
2304 emit_field(const char *rep_var) argument
2393 emit_rep_var(const char *rep_var) argument
2762 const char *rep_var = encoding + 1; local
2782 const char *rep_var = encoding + 1; local
2854 const char *rep_var = encoding + 1; local
[all...]

Completed in 63 milliseconds