src/cpu/sparc/vm/sparc.ad

changeset 6518
62c54fcc0a35
parent 6517
a433eb716ce1
parent 6375
085b304a1cc5
child 6620
17b2fbdb6637
equal deleted inserted replaced
6517:a433eb716ce1 6518: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.

mercurial