HomeSort by relevance Sort by last modified time
    Searched defs:EmitCode (Results 1 - 5 of 5) 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));

Completed in 1464 milliseconds