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

  /external/valgrind/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/VEX/priv/
guest_x86_toIR.c 3855 UChar first_opcode = getIByte(delta-1); local
    [all...]
guest_amd64_toIR.c 5346 UChar first_opcode = getUChar(delta-1); local
    [all...]

Completed in 156 milliseconds