HomeSort by: relevance | last modified time | path
    Searched defs:evex_move_r_to_b (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf64-x86-64.c 1757 static unsigned int evex_move_r_to_b (unsigned int byte1, bool copy)
2242 evex[0] = evex_move_r_to_b (evex[0], opcode == 0x69 && !move_v_r);
2246 Note that evex_move_r_to_b() set both R bits. */
4606 byte1 = evex_move_r_to_b (byte1, false);
1755 static unsigned int evex_move_r_to_b (unsigned int byte1, bool copy) function
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-x86-64.c 1745 static unsigned int evex_move_r_to_b (unsigned int byte1, bool copy)
2230 evex[0] = evex_move_r_to_b (evex[0], opcode == 0x69 && !move_v_r);
2234 Note that evex_move_r_to_b() set both R bits. */
4576 byte1 = evex_move_r_to_b (byte1, false);
1743 static unsigned int evex_move_r_to_b (unsigned int byte1, bool copy) function
  /src/external/gpl3/gdb/dist/bfd/
elf64-x86-64.c 1745 static unsigned int evex_move_r_to_b (unsigned int byte1, bool copy)
2230 evex[0] = evex_move_r_to_b (evex[0], opcode == 0x69 && !move_v_r);
2234 Note that evex_move_r_to_b() set both R bits. */
4580 byte1 = evex_move_r_to_b (byte1, false);
1743 static unsigned int evex_move_r_to_b (unsigned int byte1, bool copy) function

Completed in 23 milliseconds