/external/open-vcdiff/src/ |
D | instruction_map.h | 82 OpcodeOrNone LookupSecondOpcode(unsigned char first_opcode, in LookupSecondOpcode() argument 86 return second_instruction_map_.Lookup(first_opcode, inst, size, mode); in LookupSecondOpcode() 162 void Add(unsigned char first_opcode, 169 OpcodeOrNone Lookup(unsigned char first_opcode,
|
D | instruction_map.cc | 104 unsigned char first_opcode, in Add() argument 109 OpcodeOrNone**& inst_mode_array = second_opcodes_[first_opcode]; in Add() 128 unsigned char first_opcode, in Lookup() argument 136 second_opcodes_[first_opcode]; in Lookup()
|
D | instruction_map_test.cc | 172 int first_opcode = exercise_map->LookupFirstOpcode(inst1, size1, mode1); in VerifyExerciseSecondInstruction() local 173 EXPECT_NE(kNoOpcode, first_opcode); in VerifyExerciseSecondInstruction() 175 exercise_map->LookupSecondOpcode(first_opcode, in VerifyExerciseSecondInstruction()
|
/external/chromium_org/sdch/open-vcdiff/src/ |
D | instruction_map.h | 82 OpcodeOrNone LookupSecondOpcode(unsigned char first_opcode, in LookupSecondOpcode() argument 86 return second_instruction_map_.Lookup(first_opcode, inst, size, mode); in LookupSecondOpcode() 162 void Add(unsigned char first_opcode, 169 OpcodeOrNone Lookup(unsigned char first_opcode,
|
D | instruction_map.cc | 104 unsigned char first_opcode, in Add() argument 109 OpcodeOrNone**& inst_mode_array = second_opcodes_[first_opcode]; in Add() 128 unsigned char first_opcode, in Lookup() argument 136 second_opcodes_[first_opcode]; in Lookup()
|
D | instruction_map_test.cc | 172 int first_opcode = exercise_map->LookupFirstOpcode(inst1, size1, mode1); in VerifyExerciseSecondInstruction() local 173 EXPECT_NE(kNoOpcode, first_opcode); in VerifyExerciseSecondInstruction() 175 exercise_map->LookupSecondOpcode(first_opcode, in VerifyExerciseSecondInstruction()
|
/external/chromium/sdch/open-vcdiff/src/ |
D | instruction_map.h | 82 OpcodeOrNone LookupSecondOpcode(unsigned char first_opcode, in LookupSecondOpcode() argument 86 return second_instruction_map_.Lookup(first_opcode, inst, size, mode); in LookupSecondOpcode() 162 void Add(unsigned char first_opcode, 169 OpcodeOrNone Lookup(unsigned char first_opcode,
|
D | instruction_map.cc | 104 unsigned char first_opcode, in Add() argument 109 OpcodeOrNone**& inst_mode_array = second_opcodes_[first_opcode]; in Add() 128 unsigned char first_opcode, in Lookup() argument 136 second_opcodes_[first_opcode]; in Lookup()
|
D | instruction_map_test.cc | 172 int first_opcode = exercise_map->LookupFirstOpcode(inst1, size1, mode1); in VerifyExerciseSecondInstruction() local 173 EXPECT_NE(kNoOpcode, first_opcode); in VerifyExerciseSecondInstruction() 175 exercise_map->LookupSecondOpcode(first_opcode, in VerifyExerciseSecondInstruction()
|
/external/valgrind/main/VEX/useful/ |
D | hd_fpu.c | 689 Addr do_one_insn_fp ( Addr r_eip, UChar first_opcode ) in do_one_insn_fp() argument 721 if (first_opcode == 0xD8) { in do_one_insn_fp() 821 if (first_opcode == 0xD9) { in do_one_insn_fp() 1115 if (first_opcode == 0xDA) { in do_one_insn_fp() 1255 if (first_opcode == 0xDB) { in do_one_insn_fp() 1339 if (first_opcode == 0xDC) { in do_one_insn_fp() 1419 if (first_opcode == 0xDD) { in do_one_insn_fp() 1541 if (first_opcode == 0xDE) { in do_one_insn_fp() 1597 if (first_opcode == 0xDF) { in do_one_insn_fp() 1700 (UInt)first_opcode, (UInt)modrm ); in do_one_insn_fp()
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
D | mux_client_for_testing.py | 292 first_opcode = None 298 if not first_opcode: 309 first_opcode = opcode 333 return first_opcode, message
|
/external/valgrind/main/VEX/priv/ |
D | guest_x86_toIR.c | 3768 UChar first_opcode = getIByte(delta-1); in dis_FPU() local 3773 if (first_opcode == 0xD8) { in dis_FPU() 3908 if (first_opcode == 0xD9) { in dis_FPU() 4420 if (first_opcode == 0xDA) { in dis_FPU() 4584 if (first_opcode == 0xDB) { in dis_FPU() 4787 if (first_opcode == 0xDC) { in dis_FPU() 4894 if (first_opcode == 0xDD) { in dis_FPU() 5112 if (first_opcode == 0xDE) { in dis_FPU() 5265 if (first_opcode == 0xDF) { in dis_FPU()
|
D | guest_amd64_toIR.c | 5023 UChar first_opcode = getUChar(delta-1); in dis_FPU() local 5028 if (first_opcode == 0xD8) { in dis_FPU() 5171 if (first_opcode == 0xD9) { in dis_FPU() 5669 if (first_opcode == 0xDA) { in dis_FPU() 5803 if (first_opcode == 0xDB) { in dis_FPU() 6020 if (first_opcode == 0xDC) { in dis_FPU() 6128 if (first_opcode == 0xDD) { in dis_FPU() 6389 if (first_opcode == 0xDE) { in dis_FPU() 6510 if (first_opcode == 0xDF) { in dis_FPU()
|