From b096d0606b8b28d66ea0aea7b2474115def2977f Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 2 Jan 2019 11:46:15 -0800 Subject: [PATCH] Move ifcmp, icmp_imm, and ffcmp into the CPU flags doc section. --- cranelift/docs/ir.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cranelift/docs/ir.rst b/cranelift/docs/ir.rst index faf941863c..550d42a81c 100644 --- a/cranelift/docs/ir.rst +++ b/cranelift/docs/ir.rst @@ -814,8 +814,6 @@ Integer operations .. autoinst:: icmp .. autoinst:: icmp_imm -.. autoinst:: ifcmp -.. autoinst:: ifcmp_imm .. autoinst:: iadd .. autoinst:: iadd_imm .. autoinst:: iadd_cin @@ -914,7 +912,6 @@ Floating point operations These operations generally follow IEEE 754-2008 semantics. .. autoinst:: fcmp -.. autoinst:: ffcmp .. autoinst:: fadd .. autoinst:: fsub .. autoinst:: fmul @@ -1061,6 +1058,9 @@ CPU flag operations These operations are for working with the "flags" registers of some CPU architectures. +.. autoinst:: ifcmp +.. autoinst:: ifcmp_imm +.. autoinst:: ffcmp .. autoinst:: trueif .. autoinst:: trueff .. autoinst:: trapif