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

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

Completed in 182 milliseconds