OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_opcode
(Results
1 - 5
of
5
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
instruction_map.cc
104
unsigned char
first_opcode
,
109
OpcodeOrNone**& inst_mode_array = second_opcodes_[
first_opcode
];
128
unsigned char
first_opcode
,
136
second_opcodes_[
first_opcode
];
instruction_map.h
82
OpcodeOrNone LookupSecondOpcode(unsigned char
first_opcode
,
86
return second_instruction_map_.Lookup(
first_opcode
, inst, size, mode);
162
void Add(unsigned char
first_opcode
,
169
OpcodeOrNone Lookup(unsigned char
first_opcode
,
instruction_map_test.cc
172
int
first_opcode
= exercise_map->LookupFirstOpcode(inst1, size1, mode1);
local
173
EXPECT_NE(kNoOpcode,
first_opcode
);
175
exercise_map->LookupSecondOpcode(
first_opcode
,
/external/valgrind/main/VEX/priv/
guest_amd64_toIR.c
4835
UChar
first_opcode
= getUChar(delta-1);
local
[
all
...]
guest_x86_toIR.c
3745
UChar
first_opcode
= getIByte(delta-1);
local
[
all
...]
Completed in 198 milliseconds