qemu/tcg
Philippe Mathieu-Daudé dba6a9ebc1 tcg/s390x: Fix coding style
We are going to modify this code, so fix its style first to avoid:

  ERROR: spaces required around that '*' (ctx:VxV)
  #281: FILE: tcg/s390x/tcg-target.c.inc:1224:
  +        uintptr_t mask = ~(0xffffull << i*16);
                                            ^

Reviewed-by: Wilfred Mallawa <wilfred.mallawa@wdc.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20221130132654.76369-2-philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2023-01-04 16:20:01 -08:00
..
aarch64 tcg/aarch64: Remove unused code in tcg_out_op 2022-10-25 22:01:14 +10:00
arm Replace config-time define HOST_WORDS_BIGENDIAN 2022-04-06 10:50:37 +02:00
i386 misc: fix commonly doubled up words 2022-08-01 11:58:02 +02:00
loongarch64 tcg/loongarch64: Add direct jump support 2022-10-25 22:01:14 +10:00
mips Replace config-time define HOST_WORDS_BIGENDIAN 2022-04-06 10:50:37 +02:00
ppc tcg/ppc: Optimize 26-bit jumps 2022-10-04 12:13:22 -07:00
riscv Replace config-time define HOST_WORDS_BIGENDIAN 2022-04-06 10:50:37 +02:00
s390x tcg/s390x: Fix coding style 2023-01-04 16:20:01 -08:00
sparc64 tcg/sparc64: Remove sparc32plus constraints 2022-11-01 07:28:53 +11:00
tci tcg/tci: Remove CONFIG_DEBUG_TCG_INTERPRETER 2022-07-05 16:17:53 +05:30
meson.build tcg: Build ffi data structures for helpers 2021-06-19 08:51:11 -07:00
optimize.c tcg: Add opcodes for vector nand, nor, eqv 2022-03-04 08:50:41 -10:00
region.c tcg: Fix returned type in alloc_code_gen_buffer_splitwx_memfd() 2022-07-12 10:30:10 +05:30
tcg-common.c tcg/tci: Make tci_tb_ptr thread-local 2021-02-05 10:24:14 -10:00
tcg-internal.h Normalize header guard symbol definition 2022-05-11 16:50:26 +02:00
tcg-ldst.c.inc tcg: Rename TCGMemOpIdx to MemOpIdx 2021-10-05 16:53:17 -07:00
tcg-op-gvec.c tcg/tcg-op-gvec.c: Introduce tcg_gen_gvec_4i 2022-03-02 06:51:38 +01:00
tcg-op-vec.c tcg: Add opcodes for vector nand, nor, eqv 2022-03-04 08:50:41 -10:00
tcg-op.c tcg: Implement tcg_gen_{h,w}swap_{i32,i64} 2022-05-04 08:47:19 +02:00
tcg-pool.c.inc tcg: Introduce tcg_splitwx_to_{rx,rw} 2021-01-07 05:09:41 -10:00
tcg.c tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_code 2022-11-09 12:29:03 +11:00
tci.c Remove qemu-common.h include from most units 2022-04-06 14:31:55 +02:00