OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitCode
(Results
1 - 7
of
7
) sorted by null
/external/gemmlowp/meta/generators/
cc_emitter.py
58
self.
EmitCode
('%s %s %s' % (operand_1, op, operand_2))
61
self.
EmitCode
('%s(%s)' % (function, ', '.join(map(str, params))))
63
def
EmitCode
(self, code):
140
self.
EmitCode
('break')
neon_emitter.py
175
def
EmitCode
(self, code):
/external/llvm/include/llvm/Bitcode/
BitstreamWriter.h
181
///
EmitCode
- Emit the specified code.
182
void
EmitCode
(unsigned Val) {
207
EmitCode
(bitc::ENTER_SUBBLOCK);
239
EmitCode
(bitc::END_BLOCK);
309
EmitCode
(Abbrev);
420
EmitCode
(bitc::UNABBREV_RECORD);
477
EmitCode
(bitc::DEFINE_ABBREV);
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitstreamWriter.h
162
///
EmitCode
- Emit the specified code.
163
void
EmitCode
(unsigned Val) {
197
EmitCode
(bitc::ENTER_SUBBLOCK);
238
EmitCode
(bitc::END_BLOCK);
306
EmitCode
(Abbrev);
398
EmitCode
(bitc::UNABBREV_RECORD);
457
EmitCode
(bitc::DEFINE_ABBREV);
/external/v8/src/wasm/
wasm-module-builder.cc
97
void WasmFunctionBuilder::
EmitCode
(const byte* code, uint32_t code_size) {
131
EmitCode
(code, sizeof(code));
141
EmitCode
(code, sizeof(code));
wasm-module-builder.h
125
void
EmitCode
(const byte* code, uint32_t code_size);
/external/v8/src/asmjs/
asm-wasm-builder.cc
537
current_function_builder_->
EmitCode
(code, sizeof(code));
580
current_function_builder_->
EmitCode
(code, sizeof(code));
588
current_function_builder_->
EmitCode
(code, sizeof(code));
594
current_function_builder_->
EmitCode
(code, sizeof(code));
597
current_function_builder_->
EmitCode
(code, sizeof(code));
605
current_function_builder_->
EmitCode
(code, sizeof(code));
614
current_function_builder_->
EmitCode
(code, sizeof(code));
622
current_function_builder_->
EmitCode
(code, sizeof(code));
[
all
...]
Completed in 277 milliseconds