/netbsd-src/sys/external/bsd/sljit/dist/test_src/ |
H A D | sljitTest.c | 67 #define CHECK(compiler) \ argument 81 static void cond_set(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_s32 type) in cond_set() 159 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test1() local 188 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test2() local 250 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test3() local 291 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test4() local 328 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test5() local 395 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test6() local 471 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test7() local 530 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test8() local [all …]
|
/netbsd-src/sys/net/ |
H A D | bpfjit.c | 44 #define BJ_ASSERT(c) assert(c) argument 46 #define BJ_ASSERT(c) KASSERT(c) argument 298 load_buf_buflen(struct sljit_compiler *compiler) in load_buf_buflen() 357 emit_read8(struct sljit_compiler *compiler, sljit_s32 src, uint32_t k) in emit_read8() 370 emit_read16(struct sljit_compiler *compiler, sljit_s32 src, uint32_t k) in emit_read16() 414 emit_read32(struct sljit_compiler *compiler, sljit_s32 src, uint32_t k) in emit_read32() 519 emit_xcall(struct sljit_compiler *compiler, bpfjit_hint_t hints, in emit_xcall() 653 emit_cop(struct sljit_compiler *compiler, bpfjit_hint_t hints, in emit_cop() 802 emit_pkt_read(struct sljit_compiler *compiler, bpfjit_hint_t hints, in emit_pkt_read() 937 emit_memload(struct sljit_compiler *compiler, in emit_memload() [all …]
|
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
H A D | sljitNativePPC_common.c | 121 #define C(c) (reg_map[c] << 6) argument 245 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() 325 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() 595 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() 659 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context() 672 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return() 865 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 inp_flags, sljit_s32 re… in getput_arg_fast() 964 static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_s32 inp_flags, sljit_s32 reg, sl… in getput_arg() 1127 static SLJIT_INLINE sljit_s32 emit_op_mem2(struct sljit_compiler *compiler, sljit_s32 flags, sljit_… in emit_op_mem2() 1134 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 input_flags, in emit_op() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
H A D | mkoffload.c | 246 char c; in process() local 358 compile_native (const char *infile, const char *outfile, const char *compiler) in compile_native()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
H A D | mkoffload.cc | 247 char c; in process() local 359 compile_native (const char *infile, const char *outfile, const char *compiler, in compile_native()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcc.cc | 1379 struct compiler struct 1381 const char *suffix; /* Use this compiler for input files argument 1384 const char *spec; /* To use this compiler, run this spec. */ argument 1389 int combinable; /* If nonzero, compiler can deal with argument 1395 /* Pointer to a vector of `struct compiler' that gives the spec for argument 2327 char c = *buffer_p; in load_specs() local 2708 int i, c; in delete_if_ordinary() local 3547 int c = 0; in execute() local 4005 const char *n, *c = OFFLOAD_TARGETS; in check_offload_target_name() local 4084 const char *c, *cur, *n, *next, *end; in handle_foffload_option() local [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcc.c | 1253 struct compiler struct 1255 const char *suffix; /* Use this compiler for input files argument 1258 const char *spec; /* To use this compiler, run this spec. */ argument 1263 int combinable; /* If nonzero, compiler can deal with argument 1269 /* Pointer to a vector of `struct compiler' that gives the spec for argument 2128 char c = *buffer_p; in load_specs() local 2509 int i, c; in delete_if_ordinary() local 3339 int c = 0; in execute() local 3794 const char *c, *cur, *n, *next, *end; in handle_foffload_option() local 5301 int c; in do_spec_1() local [all …]
|