tcg: Merge INDEX_op_brcond_{i32,i64}

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Richard Henderson 2025-01-10 11:49:22 -08:00
parent 99ac4706b3
commit b6d69fcefb
7 changed files with 19 additions and 31 deletions

View file

@ -239,7 +239,7 @@ Jumps/Labels
- | Jump to label.
* - brcond_i32/i64 *t0*, *t1*, *cond*, *label*
* - brcond *t0*, *t1*, *cond*, *label*
- | Conditional jump if *t0* *cond* *t1* is true. *cond* can be:
|