Home
last modified time | relevance | path

Searched defs:compiler (Results 1 – 25 of 49) sorted by relevance

12

/netbsd/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitLir.c441 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_compiler(struct sljit_compiler *compiler) in sljit_free_compiler()
528 static void* ensure_buf(struct sljit_compiler *compiler, sljit_uw size) in ensure_buf()
547 static void* ensure_abuf(struct sljit_compiler *compiler, sljit_uw size) in ensure_abuf()
582 static SLJIT_INLINE void reverse_buf(struct sljit_compiler *compiler) in reverse_buf()
598 static SLJIT_INLINE void set_emit_enter(struct sljit_compiler *compiler, in set_emit_enter()
615 static SLJIT_INLINE void set_set_context(struct sljit_compiler *compiler, in set_set_context()
765 #define sljit_verbose_reg(compiler, r) \ argument
775 #define sljit_verbose_param(compiler, p, i) \ argument
799 #define sljit_verbose_fparam(compiler, p, i) \ argument
1596 #define SELECT_FOP1_OPERATION_WITH_CHECKS(compiler, op, dst, dstw, src, srcw) \ argument
[all …]
H A DsljitNativeX86_32.c31 static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_sw imm) in emit_do_imm()
68 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
222 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
266 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return()
328 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_s32 size, in emit_x86_instruction()
495 static SLJIT_INLINE sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 type) in call_with_args()
533 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter()
564 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_s3… in sljit_emit_fast_return()
H A DsljitNativeX86_64.c31 static sljit_s32 emit_load_imm64(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in emit_load_imm64()
70 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
227 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
251 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return()
326 static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, slji… in emit_do_imm32()
341 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_s32 size, in emit_x86_instruction()
550 static SLJIT_INLINE sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 type) in call_with_args()
586 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter()
623 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_s3… in sljit_emit_fast_return()
686 static sljit_s32 emit_mov_int(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_int()
H A DsljitNativeARM_32.c130 static sljit_s32 push_cpool(struct sljit_compiler *compiler) in push_cpool()
168 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_uw inst) in push_inst()
252 static SLJIT_INLINE sljit_s32 prepare_blx(struct sljit_compiler *compiler) in prepare_blx()
260 static SLJIT_INLINE sljit_s32 emit_blx(struct sljit_compiler *compiler) in emit_blx()
374 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_uw inst) in push_inst()
566 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code()
880 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
921 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
1275 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_uw imm) in load_immediate()
1402 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 inp_flags, in emit_op()
[all …]
H A DsljitNativeARM_64.c129 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst()
209 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code()
425 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw simm) in load_immediate()
921 static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, in getput_arg()
1067 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
1155 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
1250 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0()
1282 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1()
1434 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2()
1531 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
[all …]
H A DsljitNativeSPARC_common.c190 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_s32 delay_slot) in push_inst()
279 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code()
438 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
462 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
648 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, in emit_op()
777 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0()
823 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1()
891 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2()
945 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
1027 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1_cmp()
[all …]
H A DsljitNativeX86_common.c613 #define EMIT_MOV(compiler, dst, dstw, src, srcw) \ argument
639 static sljit_s32 emit_mov(struct sljit_compiler *compiler, in emit_mov()
1088 static sljit_s32 emit_not_with_flags(struct sljit_compiler *compiler, in emit_not_with_flags()
1436 static sljit_s32 emit_cum_binary(struct sljit_compiler *compiler,
1552 static sljit_s32 emit_non_cum_binary(struct sljit_compiler *compiler,
1634 static sljit_s32 emit_mul(struct sljit_compiler *compiler,
1764 static sljit_s32 emit_lea_binary(struct sljit_compiler *compiler,
1821 static sljit_s32 emit_cmp_binary(struct sljit_compiler *compiler,
1872 static sljit_s32 emit_test_binary(struct sljit_compiler *compiler,
1982 static sljit_s32 emit_shift(struct sljit_compiler *compiler,
[all …]
H A DsljitNativeARM_T2_32.c185 static sljit_s32 push_inst16(struct sljit_compiler *compiler, sljit_ins inst) in push_inst16()
197 static sljit_s32 push_inst32(struct sljit_compiler *compiler, sljit_ins inst) in push_inst32()
345 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code()
488 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_uw imm) in load_immediate()
1043 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
1086 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
1149 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0()
1223 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1()
1340 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2()
1397 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
[all …]
H A DsljitNativeMIPS_common.c201 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_s32 delay_slot) in push_inst()
357 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code()
543 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
599 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
876 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, in emit_op()
1011 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0()
1061 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1()
1162 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2()
1242 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
1342 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1_cmp()
[all …]
H A DsljitNativeTILEGX_64.c332 static sljit_s32 push_inst_debug(struct sljit_compiler *compiler, sljit_ins ins, int line) in push_inst_debug()
343 static sljit_s32 push_inst_nodebug(struct sljit_compiler *compiler, sljit_ins ins) in push_inst_nodebug()
354 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst()
626 static sljit_s32 update_buffer(struct sljit_compiler *compiler) in update_buffer()
738 static sljit_s32 flush_buffer(struct sljit_compiler *compiler) in flush_buffer()
872 static sljit_s32 push_0_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int line) in push_0_buffer()
998 SLJIT_API_FUNC_ATTRIBUTE void * sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code()
1122 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm) in load_immediate()
1177 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
1227 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
[all …]
H A DsljitNativePPC_common.c245 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()
1134 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 input_flags, in emit_op()
1263 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0()
1313 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1()
1468 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2()
1689 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
1876 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1_cmp()
[all …]
H A DsljitNativeSPARC_32.c29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw imm) in load_immediate()
40 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
144 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const()
H A DsljitNativePPC_32.c31 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in load_immediate()
46 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
233 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw i… in emit_const()
H A DsljitNativeMIPS_32.c31 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm) in load_immediate()
71 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
417 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const()
H A DsljitNativeMIPS_64.c31 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm) in load_immediate()
162 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
511 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const()
H A DsljitNativePPC_64.c46 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in load_immediate()
150 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
373 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw i… in emit_const()
/netbsd/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c67 #define CHECK(compiler) \ argument
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
3010 struct sljit_compiler* compiler; in test34() local
3127 struct sljit_compiler* compiler; in test35() local
[all …]
/netbsd/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c115 char *const compiler = "/usr/bin/cc"; in call_execv() local
128 char *const compiler = "/usr/bin/cc"; in call_execve() local
142 char *const compiler = "cc"; in call_execvp() local
155 char *const compiler = "cc"; in call_execvP() local
168 char *const compiler = "cc"; in call_execvpe() local
182 char *const compiler = "/usr/bin/cc"; in call_exect() local
196 char *const compiler = "/usr/bin/cc"; in call_execl() local
208 char *const compiler = "cc"; in call_execlp() local
220 char *const compiler = "/usr/bin/cc"; in call_execle() local
233 char *const compiler = "cc"; in call_posix_spawn() local
[all …]
/netbsd/sys/net/
H A Dbpfjit.c298 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()
965 emit_memstore(struct sljit_compiler *compiler, in emit_memstore()
996 emit_msh(struct sljit_compiler *compiler, bpfjit_hint_t hints, in emit_msh()
[all …]
/netbsd/external/gpl3/gcc/dist/libcc1/
H A Dcompiler.hh27 class compiler class
30 explicit compiler (bool v) in compiler() function in cc1_plugin::compiler
H A Dcompiler.cc31 make_regexp (const std::string &triplet_regexp, const char *compiler) in make_regexp()
/netbsd/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-c-symbols.c487 generate_vla_size (compile_instance *compiler, in generate_vla_size()
541 generate_c_for_for_one_variable (compile_instance *compiler, in generate_c_for_for_one_variable()
610 generate_c_for_variable_locations (compile_instance *compiler, in generate_c_for_variable_locations()
/netbsd/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-c-symbols.c487 generate_vla_size (compile_instance *compiler, in generate_vla_size()
541 generate_c_for_for_one_variable (compile_instance *compiler, in generate_c_for_for_one_variable()
610 generate_c_for_variable_locations (compile_instance *compiler, in generate_c_for_variable_locations()
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DThinLTO.rst44 .. _compiler: target
/netbsd/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcc1.cc75 class compiler class
80 compiler (libcc1 *self) : self_ (self) in compiler() function in libcc1::compiler
335 make_regexp (const char *triplet_regexp, const char *compiler) in make_regexp()
436 std::string compiler; in libcc1_set_arguments() local

12