Home
last modified time | relevance | path

Searched refs:first_opcode (Results 1 – 13 of 13) sorted by relevance

/external/open-vcdiff/src/
Dinstruction_map.h82 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,
Dinstruction_map.cc104 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()
Dinstruction_map_test.cc172 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/
Dinstruction_map.h82 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,
Dinstruction_map.cc104 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()
Dinstruction_map_test.cc172 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/
Dinstruction_map.h82 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,
Dinstruction_map.cc104 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()
Dinstruction_map_test.cc172 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/
Dhd_fpu.c689 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/
Dmux_client_for_testing.py292 first_opcode = None
298 if not first_opcode:
309 first_opcode = opcode
333 return first_opcode, message
/external/valgrind/main/VEX/priv/
Dguest_x86_toIR.c3768 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()
Dguest_amd64_toIR.c5023 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()