OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inst_mode
(Results
1 - 6
of
6
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
instruction_map.cc
92
for (int
inst_mode
= 0;
93
inst_mode
< num_instruction_type_modes_;
94
++
inst_mode
) {
96
delete[] second_opcodes_[opcode][
inst_mode
];
140
int
inst_mode
= (inst == VCD_COPY) ? (inst + mode) : inst;
local
141
const OpcodeOrNone* const size_array = inst_mode_array[
inst_mode
];
instruction_map.h
112
int
inst_mode
= (inst == VCD_COPY) ? (inst + mode) : inst;
local
117
return first_opcodes_[
inst_mode
][size];
/external/chromium_org/sdch/open-vcdiff/src/
instruction_map.cc
92
for (int
inst_mode
= 0;
93
inst_mode
< num_instruction_type_modes_;
94
++
inst_mode
) {
96
delete[] second_opcodes_[opcode][
inst_mode
];
140
int
inst_mode
= (inst == VCD_COPY) ? (inst + mode) : inst;
local
141
const OpcodeOrNone* const size_array = inst_mode_array[
inst_mode
];
instruction_map.h
112
int
inst_mode
= (inst == VCD_COPY) ? (inst + mode) : inst;
local
117
return first_opcodes_[
inst_mode
][size];
/external/open-vcdiff/src/
instruction_map.cc
92
for (int
inst_mode
= 0;
93
inst_mode
< num_instruction_type_modes_;
94
++
inst_mode
) {
96
delete[] second_opcodes_[opcode][
inst_mode
];
140
int
inst_mode
= (inst == VCD_COPY) ? (inst + mode) : inst;
local
141
const OpcodeOrNone* const size_array = inst_mode_array[
inst_mode
];
instruction_map.h
112
int
inst_mode
= (inst == VCD_COPY) ? (inst + mode) : inst;
local
117
return first_opcodes_[
inst_mode
][size];
Completed in 529 milliseconds