tcg: Add guest load/store primitives for TCGv_i128
These are not yet considering atomicity of the 16-byte value; this is a direct replacement for the current target code which uses a pair of 8-byte operations. Reviewed-by:Alex Bennée <alex.bennee@linaro.org> Signed-off-by:
Richard Henderson <richard.henderson@linaro.org>
Showing
- accel/tcg/cputlb.c 112 additions, 0 deletionsaccel/tcg/cputlb.c
- accel/tcg/user-exec.c 66 additions, 0 deletionsaccel/tcg/user-exec.c
- include/exec/cpu_ldst.h 10 additions, 0 deletionsinclude/exec/cpu_ldst.h
- include/tcg/tcg-op.h 2 additions, 0 deletionsinclude/tcg/tcg-op.h
- tcg/tcg-op.c 134 additions, 0 deletionstcg/tcg-op.c
Please register or sign in to comment