HomeSort by relevance Sort by last modified time
    Searched refs:first_opcode (Results 1 - 5 of 5) 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...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic30.c 305 char first_opcode[256]; local
335 op = &first_opcode[0];
383 parallel_insn = malloc (strlen (first_opcode) + strlen (first_operands)
386 first_opcode, second_opcode,
680 char first_opcode[6] = {0}; local
706 first_opcode[char_ptr++] = ch;
714 debug ("first_opcode = %s\n", first_opcode);
716 sprintf (token, "q_%s_%s", second_opcode, first_opcode);
    [all...]
tc-alpha.c 1065 find_opcode_match (const struct alpha_opcode *first_opcode,
1070 const struct alpha_opcode *opcode = first_opcode;
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_toIR.c 3855 UChar first_opcode = getIByte(delta-1); local
    [all...]
guest_amd64_toIR.c 5399 UChar first_opcode = getUChar(delta-1); local
    [all...]

Completed in 239 milliseconds