HomeSort by relevance Sort by last modified time
    Searched refs:first_opcode (Results 1 - 6 of 6) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
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.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_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/valgrind/main/VEX/priv/
guest_amd64_toIR.c 4891 UChar first_opcode = getUChar(delta-1); local
    [all...]
guest_x86_toIR.c 3744 UChar first_opcode = getIByte(delta-1); local
    [all...]

Completed in 612 milliseconds