[AArch64] Add ARMv8.3 single source PAC instructions
[deliverable/binutils-gdb.git] / opcodes / fr30-ibld.c
index 1293e73ba29c5563fe09bc48ab05377d296a8806..3ebecf92f941eeb71e6b828221c74ea38dfcfa1a 100644 (file)
@@ -881,7 +881,7 @@ fr30_cgen_extract_operand (CGEN_CPU_DESC cd,
       {
         long value;
         length = extract_normal (cd, ex_info, insn_value, 0, 0, 8, 4, 16, total_length, pc, & value);
-        value = ((value) | (((-1UL) << (4))));
+        value = ((value) | (-16));
         fields->f_m4 = value;
       }
       break;
This page took 0.02492 seconds and 4 git commands to generate.