Home | History | Annotate | Download | only in src

Lines Matching refs:mode

37 // inst (also known as instruction type), size, and mode and arriving at
47 // max_mode is the maximum value for the mode of a COPY instruction.
54 // Finds an opcode that has the given inst, size, and mode for its first
65 // of expressing all combinations of inst and mode with size=0.
69 unsigned char mode) const {
70 return first_instruction_map_.Lookup(inst, size, mode);
75 // the first opcode, and has the given inst, size, and mode for its second
85 unsigned char mode) const {
86 return second_instruction_map_.Lookup(first_opcode, inst, size, mode);
99 unsigned char mode,
101 OpcodeOrNone* opcode_slot = &first_opcodes_[inst + mode][size];
111 unsigned char mode) const {
112 int inst_mode = (inst == VCD_COPY) ? (inst + mode) : inst;
122 // mode. Since the mode is only used for COPY instructions, this number
127 // Compressing inst and mode into a single integer relies on
128 // VCD_COPY being the last instruction type. The inst+mode values are:
129 // 0 (NOOP), 1 (ADD), 2 (RUN), 3 (COPY mode 0), 4 (COPY mode 1), ...
140 // and mode.) Every element of this array is non-NULL and contains
165 unsigned char mode,
172 unsigned char mode) const;
185 // and mode.) Each element can be NULL, or can point to: