comparison src/cpu/sparc/vm/sparc.ad @ 17810:62c54fcc0a35

Merge
author kvn
date Tue, 25 Mar 2014 17:07:36 -0700
parents a433eb716ce1 085b304a1cc5
children 17b2fbdb6637
comparison
equal deleted inserted replaced
17809:a433eb716ce1 17810:62c54fcc0a35
2068 } 2068 }
2069 2069
2070 const RegMask Matcher::method_handle_invoke_SP_save_mask() { 2070 const RegMask Matcher::method_handle_invoke_SP_save_mask() {
2071 return L7_REGP_mask(); 2071 return L7_REGP_mask();
2072 } 2072 }
2073
2074 const RegMask Matcher::mathExactI_result_proj_mask() {
2075 return G1_REGI_mask();
2076 }
2077
2078 const RegMask Matcher::mathExactL_result_proj_mask() {
2079 return G1_REGL_mask();
2080 }
2081
2082 const RegMask Matcher::mathExactI_flags_proj_mask() {
2083 return INT_FLAGS_mask();
2084 }
2085
2086 2073
2087 %} 2074 %}
2088 2075
2089 2076
2090 // The intptr_t operand types, defined by textual substitution. 2077 // The intptr_t operand types, defined by textual substitution.