Rename Int32{UMod,UDiv} to Uint32{Div,Mod} and Int64{UMod,UDiv} to Uint64{Div,Mod}.
authortitzer@chromium.org <titzer@chromium.org>
Wed, 1 Oct 2014 10:39:11 +0000 (10:39 +0000)
committertitzer@chromium.org <titzer@chromium.org>
Wed, 1 Oct 2014 10:39:11 +0000 (10:39 +0000)
commitc1d79db81bef3de2bd76d8dd5a926f72dd1e89e1
treeb914e38c762faa86d71881f3e993ca93c6358be2
parentef54daf2cc0e8f1afa334cfc3b00fd5f83c1c7b9
Rename Int32{UMod,UDiv} to Uint32{Div,Mod} and Int64{UMod,UDiv} to Uint64{Div,Mod}.

R=bmeurer@chromium.org, mstarzinger@chromium.org
BUG=

Review URL: https://codereview.chromium.org/620773003

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24356 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
17 files changed:
src/compiler/arm/instruction-selector-arm.cc
src/compiler/arm64/instruction-selector-arm64.cc
src/compiler/ia32/instruction-selector-ia32.cc
src/compiler/instruction-selector.cc
src/compiler/machine-operator-reducer.cc
src/compiler/machine-operator.cc
src/compiler/machine-operator.h
src/compiler/opcodes.h
src/compiler/raw-machine-assembler.h
src/compiler/representation-change.h
src/compiler/simplified-lowering.cc
src/compiler/x64/instruction-selector-x64.cc
test/cctest/compiler/test-machine-operator-reducer.cc
test/cctest/compiler/test-run-machops.cc
test/unittests/compiler/arm/instruction-selector-arm-unittest.cc
test/unittests/compiler/arm64/instruction-selector-arm64-unittest.cc
test/unittests/compiler/machine-operator-unittest.cc