Changes from v1: * Use setcond and goto_tb.
r~ Richard Henderson (8): target-alpha: Add flags markups to helpers.h. target-alpha: Implement cpys{,n,e} inline. target-alpha: Implement rs/rc properly. target-alpha: Implement cvtql inline. target-alpha: Implement cvtlq inline. target-alpha: Use setcond for int comparisons. target-alpha: Use non-inverted arguments to gen_{f}cmov. target-alpha: Emit goto_tb opcodes. linux-user/main.c | 5 + target-alpha/helper.h | 179 +++++++-------- target-alpha/op_helper.c | 73 +------ target-alpha/translate.c | 576 ++++++++++++++++++++++++++++++---------------- 4 files changed, 470 insertions(+), 363 deletions(-)