Searched refs:compiler (Results 51 - 75 of 1382) sorted by relevance

1234567891011>>

/external/pcre/dist2/src/sljit/
H A DsljitNativeMIPS_64.c2 * Stack-less Just-In-Time compiler
29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm) argument
38 return push_inst(compiler, ORI | SA(0) | TA(dst_ar) | IMM(imm), dst_ar);
41 return push_inst(compiler, ADDIU | SA(0) | TA(dst_ar) | IMM(imm), dst_ar);
44 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(imm >> 16), dst_ar));
45 return (imm & 0xffff) ? push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(imm), dst_ar) : SLJIT_SUCCESS;
79 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(uimm >> 48), dst_ar));
81 FAIL_IF(push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(uimm >> 32), dst_ar));
88 FAIL_IF(push_inst(compiler, ins | TA(dst_ar) | DA(dst_ar), dst_ar));
89 return !(imm & 0xffff) ? SLJIT_SUCCESS : push_inst(compiler, OR
160 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, sljit_s32 dst, sljit_s32 src1, sljit_sw src2) argument
439 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value) argument
[all...]
H A DsljitNativeARM_32.c2 * Stack-less Just-In-Time compiler
129 static sljit_s32 push_cpool(struct sljit_compiler *compiler) argument
138 if (compiler->last_label && compiler->last_label->size == compiler->size)
139 compiler->last_label->size += compiler->cpool_fill + (CONST_POOL_ALIGNMENT - 1) + 1;
141 SLJIT_ASSERT(compiler->cpool_fill > 0 && compiler->cpool_fill <= CPOOL_SIZE);
142 inst = (sljit_uw*)ensure_buf(compiler, sizeo
167 push_inst(struct sljit_compiler *compiler, sljit_uw inst) argument
181 push_inst_with_literal(struct sljit_compiler *compiler, sljit_uw inst, sljit_uw literal) argument
231 push_inst_with_unique_literal(struct sljit_compiler *compiler, sljit_uw inst, sljit_uw literal) argument
251 prepare_blx(struct sljit_compiler *compiler) argument
259 emit_blx(struct sljit_compiler *compiler) argument
318 resolve_const_pool_index(struct sljit_compiler *compiler, struct future_patch **first_patch, sljit_uw cpool_current_index, sljit_uw *cpool_start_address, sljit_uw *buf_ptr) argument
373 push_inst(struct sljit_compiler *compiler, sljit_uw inst) argument
384 emit_imm(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) argument
556 sljit_generate_code(struct sljit_compiler *compiler) argument
828 sljit_emit_enter(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) argument
869 sljit_set_context(struct sljit_compiler *compiler, sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) argument
884 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) argument
986 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, sljit_s32 dst, sljit_s32 src1, sljit_s32 src2) argument
1178 generate_int(struct sljit_compiler *compiler, sljit_s32 reg, sljit_uw imm, sljit_s32 positive) argument
1289 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_uw imm) argument
1320 emit_set_delta(struct sljit_compiler *compiler, sljit_s32 dst, sljit_s32 reg, sljit_sw value) argument
1336 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 inp_flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) argument
1459 getput_arg(struct sljit_compiler *compiler, sljit_s32 inp_flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) argument
1586 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) argument
1595 emit_op_mem2(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg1, sljit_sw arg1w, sljit_s32 arg2, sljit_sw arg2w) argument
1602 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 inp_flags, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) argument
1807 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) argument
1869 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) argument
1932 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) argument
1986 sljit_emit_op_custom(struct sljit_compiler *compiler, void *instruction, sljit_s32 size) argument
2043 emit_fop_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) argument
2107 sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) argument
2128 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) argument
2152 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) argument
2170 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) argument
2218 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) argument
2279 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) argument
2302 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) argument
2384 sljit_emit_label(struct sljit_compiler *compiler) argument
2400 sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) argument
2441 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 src, sljit_sw srcw) argument
2478 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw, sljit_s32 type) argument
2531 sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) argument
[all...]
/external/protobuf/src/
H A DMakefile.am46 google/protobuf/compiler/plugin.proto
144 google/protobuf/compiler/code_generator.h \
145 google/protobuf/compiler/command_line_interface.h \
146 google/protobuf/compiler/importer.h \
147 google/protobuf/compiler/parser.h \
148 google/protobuf/compiler/plugin.h \
149 google/protobuf/compiler/plugin.pb.h \
150 google/protobuf/compiler/cpp/cpp_generator.h \
151 google/protobuf/compiler/csharp/csharp_generator.h \
152 google/protobuf/compiler/cshar
[all...]
/external/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c116 char *const compiler = "/usr/bin/cc"; local
122 FORK(execv(compiler, argv);)
129 char *const compiler = "/usr/bin/cc"; local
130 char *const argv[] = {compiler, "-c", file, 0};
136 FORK(execve(compiler, argv, envp);)
143 char *const compiler = "cc"; local
144 char *const argv[] = {compiler, "-c", file, 0};
149 FORK(execvp(compiler, argv);)
156 char *const compiler = "cc"; local
157 char *const argv[] = {compiler, "
169 char *const compiler = "cc"; local
183 char *const compiler = "/usr/bin/cc"; local
197 char *const compiler = "/usr/bin/cc"; local
209 char *const compiler = "cc"; local
221 char *const compiler = "/usr/bin/cc"; local
234 char *const compiler = "cc"; local
252 char *const compiler = "cc"; local
[all...]
/external/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_source_generator_base.cc33 #include <google/protobuf/compiler/code_generator.h>
34 #include <google/protobuf/compiler/plugin.h>
40 #include <google/protobuf/compiler/csharp/csharp_source_generator_base.h>
41 #include <google/protobuf/compiler/csharp/csharp_helpers.h>
42 #include <google/protobuf/compiler/csharp/csharp_names.h>
43 #include <google/protobuf/compiler/csharp/csharp_options.h>
47 namespace compiler { namespace in namespace:google::protobuf
71 } // namespace compiler
H A Dcsharp_enum.h36 #include <google/protobuf/compiler/code_generator.h>
37 #include <google/protobuf/compiler/csharp/csharp_source_generator_base.h>
41 namespace compiler { namespace in namespace:google::protobuf
58 } // namespace compiler
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DAttributeIterator.java24 import org.apache.xpath.compiler.Compiler;
39 * @param compiler A reference to the Compiler that contains the op map.
45 AttributeIterator(Compiler compiler, int opPos, int analysis) argument
48 super(compiler, opPos, analysis);
/external/python/cpython2/Tools/compiler/
H A Ddemo.py5 This script demonstrates use of the visitor interface of the compiler
9 import compiler namespace
32 ast = compiler.parse(buf)
33 compiler.walk(ast, mf)
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DPsuedoNames.java21 package org.apache.xpath.compiler;
/external/emma/core/java12/com/vladium/jcd/compiler/
H A DIClassFormatOutput.java9 package com.vladium.jcd.compiler;
/external/freetype/builds/windows/
H A Dw32-lcc.mk18 include $(TOP_DIR)/builds/compiler/win-lcc.mk
/external/kernel-headers/original/uapi/linux/
H A Divtvfb.h25 #include <linux/compiler.h>
H A Duio.h13 #include <linux/compiler.h>
/external/ltp/testcases/kernel/device-drivers/base/tbase/
H A Dtbase.mod.c22 #include <linux/compiler.h>
/external/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/
H A Dtmod.mod.c22 #include <linux/compiler.h>
/external/mesa3d/src/compiler/glsl/tests/
H A Dwarnings-test5 compiler=./glsl_compiler
12 $compiler --just-log --version 150 "$test" > "$test.out" 2>&1
/external/syslinux/com32/elflink/ldlinux/
H A Dadv.c36 #include <klibc/compiler.h>
/external/syslinux/com32/include/
H A Dfcntl.h9 #include <klibc/compiler.h>
H A Dilog2.h35 #include <klibc/compiler.h>
/external/syslinux/com32/include/sys/
H A Dbitops.h37 #include <klibc/compiler.h>
/external/v8/src/compiler/mips/
H A Dinstruction-scheduler-mips.cc5 #include "src/compiler/instruction-scheduler.h"
9 namespace compiler { namespace in namespace:v8::internal
24 } // namespace compiler
/external/v8/src/compiler/mips64/
H A Dinstruction-scheduler-mips64.cc5 #include "src/compiler/instruction-scheduler.h"
9 namespace compiler { namespace in namespace:v8::internal
24 } // namespace compiler
/external/v8/src/compiler/
H A Dstore-store-elimination.h8 #include "src/compiler/common-operator.h"
9 #include "src/compiler/js-graph.h"
14 namespace compiler { namespace in namespace:v8::internal
21 } // namespace compiler
/external/v8/src/compiler/x87/
H A Dinstruction-scheduler-x87.cc5 #include "src/compiler/instruction-scheduler.h"
9 namespace compiler { namespace in namespace:v8::internal
24 } // namespace compiler
/external/webrtc/tools/ubsan/
H A Dvptr_blacklist.txt19 src:*/third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc
20 src:*/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc

Completed in 2060 milliseconds

1234567891011>>