Home
last modified time | relevance | path

Searched refs:rexw (Results 1 – 3 of 3) sorted by relevance

/external/qemu/tcg/x86_64/
Dtcg-target.c503 int const_arg2, int rexw) in tcg_out_cmp() argument
508 tcg_out_modrm(s, 0x85 | rexw, arg1, arg1); in tcg_out_cmp()
510 if (rexw) { in tcg_out_cmp()
517 tcg_out_modrm(s, 0x01 | (ARITH_CMP << 3) | rexw, arg2, arg1); in tcg_out_cmp()
523 int label_index, int rexw) in tcg_out_brcond() argument
525 tcg_out_cmp(s, arg1, arg2, const_arg2, rexw); in tcg_out_brcond()
530 TCGArg arg1, TCGArg arg2, int const_arg2, int rexw) in tcg_out_setcond() argument
532 tcg_out_cmp(s, arg1, arg2, const_arg2, rexw); in tcg_out_setcond()
560 int addr_reg, data_reg, r0, r1, mem_index, s_bits, bswap, rexw; in tcg_out_qemu_ld() local
575 rexw = 0; in tcg_out_qemu_ld()
[all …]
/external/valgrind/main/memcheck/tests/amd64/
Dfxsave-amd64.c18 void do_fxsave ( void* p, int rexw ) { in do_fxsave() argument
19 if (rexw) { in do_fxsave()
27 void do_fxrstor ( void* p, int rexw ) { in do_fxrstor() argument
28 if (rexw) { in do_fxrstor()
90 void do_setup_then_fxsave ( void* p, int rexw ) in do_setup_then_fxsave() argument
116 do_fxsave(p, rexw); in do_setup_then_fxsave()
/external/qemu/tcg/i386/
Dtcg-target.c610 static void tcg_out_ext8s(TCGContext *s, int dest, int src, int rexw) in tcg_out_ext8s() argument
614 tcg_out_modrm(s, OPC_MOVSBL + P_REXB_RM + rexw, dest, src); in tcg_out_ext8s()
623 static inline void tcg_out_ext16s(TCGContext *s, int dest, int src, int rexw) in tcg_out_ext16s() argument
626 tcg_out_modrm(s, OPC_MOVSWL + rexw, dest, src); in tcg_out_ext16s()
648 int rexw = 0; in tgen_arithi() local
651 rexw = c & -8; in tgen_arithi()
663 tcg_out_modrm(s, OPC_GRP5 + rexw, in tgen_arithi()
679 rexw = 0; in tgen_arithi()
693 tcg_out_modrm(s, OPC_ARITH_EvIb + rexw, c, r0); in tgen_arithi()
697 if (rexw == 0 || val == (int32_t)val) { in tgen_arithi()
[all …]