Home | History | Annotate | Download | only in src

Lines Matching defs:mode

125 // EncodeInstruction is then called with inst = VCD_COPY, size = 4, mode = 0.
127 // opcode 0xA3 (ADD size 1 + COPY size 4 mode 0).
134 // double-instruction opcode (say, COPY size 0 mode 0 + ADD size 0)
142 unsigned char mode) {
165 mode);
177 mode);
191 mode);
199 opcode = instruction_map_->LookupFirstOpcode(inst, 0, mode);
202 << ", mode " << mode << ", size 0" << LOG_ENDL;
228 const unsigned char mode = address_cache_.EncodeAddress(
232 EncodeInstruction(VCD_COPY, size, mode);
233 if (address_cache_.WriteAddressAsVarintForMode(mode)) {