Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(229)

Unified Diff: src/trusted/validator_arm/gen/arm32_decode_named.cc

Issue 11569019: Fix uses in ARM table media_instructions. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/trusted/validator_arm/gen/arm32_decode_named.cc
===================================================================
--- src/trusted/validator_arm/gen/arm32_decode_named.cc (revision 10458)
+++ src/trusted/validator_arm/gen/arm32_decode_named.cc (working copy)
@@ -1363,40 +1363,40 @@
if ((inst.Bits() & 0x01F00000) == 0x01800000 /* op1(24:20)=11000 */ &&
(inst.Bits() & 0x000000E0) == 0x00000000 /* op2(7:5)=000 */ &&
(inst.Bits() & 0x0000F000) != 0x0000F000 /* Rd(15:12)=~1111 */) {
- return Binary4RegisterDualOp_Usada8_Rule_254_A1_P502_instance_;
+ return Binary4RegisterDualOp_USADA8_instance_;
}
if ((inst.Bits() & 0x01F00000) == 0x01800000 /* op1(24:20)=11000 */ &&
(inst.Bits() & 0x000000E0) == 0x00000000 /* op2(7:5)=000 */ &&
(inst.Bits() & 0x0000F000) == 0x0000F000 /* Rd(15:12)=1111 */) {
- return Binary3RegisterOpAltA_Usad8_Rule_253_A1_P500_instance_;
+ return Binary3RegisterOpAltA_USAD8_instance_;
}
if ((inst.Bits() & 0x01F00000) == 0x01F00000 /* op1(24:20)=11111 */ &&
(inst.Bits() & 0x000000E0) == 0x000000E0 /* op2(7:5)=111 */) {
- return PermanentlyUndefined_Udf_Rule_A1_instance_;
+ return PermanentlyUndefined_UDF_instance_;
}
if ((inst.Bits() & 0x01E00000) == 0x01A00000 /* op1(24:20)=1101x */ &&
(inst.Bits() & 0x00000060) == 0x00000040 /* op2(7:5)=x10 */) {
- return Binary2RegisterBitRangeNotRnIsPcBitfieldExtract_Sbfx_Rule_154_A1_P308_instance_;
+ return Binary2RegisterBitRangeNotRnIsPcBitfieldExtract_SBFX_instance_;
}
if ((inst.Bits() & 0x01E00000) == 0x01C00000 /* op1(24:20)=1110x */ &&
(inst.Bits() & 0x00000060) == 0x00000000 /* op2(7:5)=x00 */ &&
(inst.Bits() & 0x0000000F) != 0x0000000F /* Rn(3:0)=~1111 */) {
- return Binary2RegisterBitRangeMsbGeLsb_Bfi_Rule_18_A1_P48_instance_;
+ return Binary2RegisterBitRangeMsbGeLsb_BFI_instance_;
}
if ((inst.Bits() & 0x01E00000) == 0x01C00000 /* op1(24:20)=1110x */ &&
(inst.Bits() & 0x00000060) == 0x00000000 /* op2(7:5)=x00 */ &&
(inst.Bits() & 0x0000000F) == 0x0000000F /* Rn(3:0)=1111 */) {
- return Unary1RegisterBitRangeMsbGeLsb_Bfc_17_A1_P46_instance_;
+ return Unary1RegisterBitRangeMsbGeLsb_BFC_instance_;
}
if ((inst.Bits() & 0x01E00000) == 0x01E00000 /* op1(24:20)=1111x */ &&
(inst.Bits() & 0x00000060) == 0x00000040 /* op2(7:5)=x10 */) {
- return Binary2RegisterBitRangeNotRnIsPcBitfieldExtract_Ubfx_Rule_236_A1_P466_instance_;
+ return Unary1RegisterBitRangeMsbGeLsb_UBFX_instance_;
}
if ((inst.Bits() & 0x01C00000) == 0x00000000 /* op1(24:20)=000xx */) {

Powered by Google App Engine
This is Rietveld 408576698