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

  /external/qemu/tcg/x86_64/
tcg-target.c 271 static inline void tcg_out_modrm_offset(TCGContext *s, int opc, int r, int rm, function
398 tcg_out_modrm_offset(s, 0x8b, ret, arg1, arg2); /* movl */
400 tcg_out_modrm_offset(s, 0x8b | P_REXW, ret, arg1, arg2); /* movq */
407 tcg_out_modrm_offset(s, 0x89, arg, arg1, arg2); /* movl */
409 tcg_out_modrm_offset(s, 0x89 | P_REXW, arg, arg1, arg2); /* movq */
600 tcg_out_modrm_offset(s, 0x3b | rexw, r0, r1, 0);
654 tcg_out_modrm_offset(s, 0x03 | P_REXW, r0, r1, offsetof(CPUTLBEntry, addend) -
680 tcg_out_modrm_offset(s, 0xb6 | P_EXT, data_reg, r0, offset);
684 tcg_out_modrm_offset(s, 0xbe | P_EXT | rexw, data_reg, r0, offset);
688 tcg_out_modrm_offset(s, 0xb7 | P_EXT, data_reg, r0, offset)
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 499 static inline void tcg_out_modrm_offset(TCGContext *s, int opc, int r, function
569 tcg_out_modrm_offset(s, opc, ret, arg1, arg2);
576 tcg_out_modrm_offset(s, opc, arg, arg1, arg2);
1033 tcg_out_modrm_offset(s, OPC_CMP_GvEv + rexw, r0, r1, 0);
1044 tcg_out_modrm_offset(s, OPC_CMP_GvEv, args[addrlo_idx+1], r1, 4);
1055 tcg_out_modrm_offset(s, OPC_ADD_GvEv + P_REXW, r0, r1,
1070 tcg_out_modrm_offset(s, OPC_MOVZBL, datalo, base, ofs)
    [all...]

Completed in 50 milliseconds