Home
last modified time | relevance | path

Searched refs:DEFBYTE (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/courgette/
Dassembly_program.cc27 DEFBYTE, // DEFBYTE <value> - emit a byte literal. enumerator
86 explicit ByteInstruction(uint8 value) : Instruction(DEFBYTE, value) {} in ByteInstruction()
150 if (instruction->op() != DEFBYTE) // Will be in byte_instruction_cache_. in ~AssemblyProgram()
415 case DEFBYTE: { in Encode()