/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/chromium_org/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/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/useful/ |
hd_fpu.c | 689 Addr do_one_insn_fp ( Addr r_eip, UChar first_opcode ) 721 if (first_opcode == 0xD8) { 773 panic("do_one_insn_fp: first_opcode == 0xD8"); 821 if (first_opcode == 0xD9) { 872 panic("do_one_insn_fp: first_opcode == 0xD9"); 1115 if (first_opcode == 0xDA) { [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
mux_client_for_testing.py | 292 first_opcode = None 298 if not first_opcode: 309 first_opcode = opcode 333 return first_opcode, message
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_tabl.cpp | 342 // are enough to define OpcodeInfo::all opcodes and the 'first_opcode' 347 #define DEFINE_ALU_OPCODES( opc_ext, opcode_starts_from, first_opcode, def_use ) \ 363 {OpcodeInfo::all, {first_opcode, _r}, {r_m8, r8}, def_use },\ [all...] |
/external/valgrind/main/VEX/priv/ |
guest_amd64_toIR.c | 5023 UChar first_opcode = getUChar(delta-1); local [all...] |
guest_x86_toIR.c | 3768 UChar first_opcode = getIByte(delta-1); local [all...] |