diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index afb24d44929..1b04d65ec86 100644 --- a/docs/BytecodeFormat.html +++ b/docs/BytecodeFormat.html @@ -1587,45 +1587,47 @@ possible.

Add711.0 Sub811.0 Mul911.0 - Div1011.0 - Rem1111.0 + UDiv1011.9 + SDiv1111.9 + FDiv1211.9 + URem1311.9 + SRem1411.9 + FRem1511.9 Logical Operators - And1211.0 - Or1311.0 - Xor1411.0 + And1611.0 + Or1711.0 + Xor1811.0 Binary Comparison Operators - SetEQ1511.0 - SetNE1611.0 - SetLE1711.0 - SetGE1811.0 - SetLT1911.0 - SetGT2011.0 + SetEQ1911.0 + SetNE2011.0 + SetLE2111.0 + SetGE2211.0 + SetLT2311.0 + SetGT2411.0 Memory Operators - Malloc2111.0 - Free2211.0 - Alloca2311.0 - Load2411.0 - Store2511.0 - GetElementPtr2611.0 + Malloc2511.0 + Free2611.0 + Alloca2711.0 + Load2811.0 + Store2911.0 + GetElementPtr3011.0 Other Operators - PHI2711.0 - Cast2811.0 - Call2911.0 - Shl3011.0 - Shr3111.0 - VANext3211.0,unused since 1.5 - VAArg3311.0,unused sine 1.5 - Select3421.2 - UserOp13511.0 - UserOp23611.0 - VAArg3751.5 - ExtractElement3851.5 - InsertElement3951.5 - ShuffleElement4051.5 + PHI3111.0 + Cast3211.0 + Call3311.0 + Shl3411.0 + Shr3511.0 + Select3621.2 + UserOp13711.0 + UserOp23811.0 + VAArg3951.5 + ExtractElement4051.5 + InsertElement4151.5 + ShuffleElement4251.5 Pseudo Instructions*