src/cpu/sparc/vm/sparc.ad

changeset 3637
61b82be3b1ff
parent 3406
e9a5e0a812c8
child 3846
8b0a4867acf0
equal deleted inserted replaced
3636:fde683df4c27 3637:61b82be3b1ff
1830 switch (opcode) { 1830 switch (opcode) {
1831 case Op_CountLeadingZerosI: 1831 case Op_CountLeadingZerosI:
1832 case Op_CountLeadingZerosL: 1832 case Op_CountLeadingZerosL:
1833 case Op_CountTrailingZerosI: 1833 case Op_CountTrailingZerosI:
1834 case Op_CountTrailingZerosL: 1834 case Op_CountTrailingZerosL:
1835 case Op_PopCountI:
1836 case Op_PopCountL:
1835 if (!UsePopCountInstruction) 1837 if (!UsePopCountInstruction)
1836 return false; 1838 return false;
1837 break; 1839 break;
1838 } 1840 }
1839 1841

mercurial