Displaying 2 results from an estimated 2 matches for "loop_iters_count".
2019 Nov 21
2
[ARM] Peephole optimization ( instructions tst + add )
...):
(clang -target aarch64 sample.c -S -O2 -o sample.S )
=========================================================================
#define NULL ((void*)0)
typedef struct {
unsigned long * res_in;
unsigned long * proc;
} fd_set_bits;
fd_set_bits *gv_fds;
int g_max_i;
int LOOP_ITERS_COUNT;
unsigned DEF_MASK;
__attribute__((noinline)) int do_test(const int max_iters_count,
const unsigned long in,
const unsigned long out,
const unsigned long ex,...
2019 Nov 22
2
[ARM] Peephole optimization ( instructions tst + add )
...):
(clang -target aarch64 sample.c -S -O2 -o sample.S )
=========================================================================
#define NULL ((void*)0)
typedef struct {
unsigned long * res_in;
unsigned long * proc;
} fd_set_bits;
fd_set_bits *gv_fds;
int g_max_i;
int LOOP_ITERS_COUNT;
unsigned DEF_MASK;
__attribute__((noinline)) int do_test(const int max_iters_count,
const unsigned long in,
const unsigned long out,
const unsigned long ex,...