Searched refs:aflag (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 90 MemOp aflag; member 252 STUB_HELPER(vmload, TCGv_env env, TCGv_i32 aflag) 254 STUB_HELPER(vmrun, TCGv_env env, TCGv_i32 aflag, TCGv_i32 pc_ofs) 255 STUB_HELPER(vmsave, TCGv_env env, TCGv_i32 aflag) 622 static void gen_lea_v_seg_dest(DisasContext *s, MemOp aflag, TCGv dest, TCGv a0, in gen_lea_v_seg_dest() argument 625 switch (aflag) { in gen_lea_v_seg_dest() 663 if (aflag == MO_64) { in gen_lea_v_seg_dest() 678 gen_lea_v_seg_dest(s, s->aflag, s->A0, a0, def_seg, ovr_seg); in gen_lea_v_seg() 713 TCGv tmp = gen_ext_tl(NULL, cpu_regs[R_ECX], s->aflag, false); in gen_op_j_ecx() 805 gen_op_add_reg(s, s->aflag, R_ESI, dshift); in gen_movs() [all …]
|
H A D | decode-new.c.inc | 1704 [0xE0] = X86_OP_ENTRYr(LOOPNE, J,b), /* implicit: CX with aflag size */ 1705 [0xE1] = X86_OP_ENTRYr(LOOPE, J,b), /* implicit: CX with aflag size */ 1706 [0xE2] = X86_OP_ENTRYr(LOOP, J,b), /* implicit: CX with aflag size */ 1707 [0xE3] = X86_OP_ENTRYr(JCXZ, J,b), /* implicit: CX with aflag size */ 2146 .disp = insn_get_addr(env, s, s->aflag) 2432 if ((s->modrm & 7) != 4 || s->aflag == MO_16) { 2671 s->aflag = (s->prefix & PREFIX_ADR ? MO_32 : MO_64); 2681 s->aflag = MO_32; 2683 s->aflag = MO_16;
|
H A D | emit.c.inc | 2374 gen_lea_v_seg_dest(s, s->aflag, s->T0, ea, -1, -1); 2417 gen_op_add_reg_im(s, s->aflag, R_ECX, -1); 2428 gen_op_add_reg_im(s, s->aflag, R_ECX, -1); 2440 gen_op_add_reg_im(s, s->aflag, R_ECX, -1);
|
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | svm_helper.c | 155 void helper_vmrun(CPUX86State *env, int aflag, int next_eip_addend) in helper_vmrun() argument 169 if (aflag == 2) { in helper_vmrun() 477 void helper_vmload(CPUX86State *env, int aflag) in helper_vmload() argument 482 if (aflag == 2) { in helper_vmload() 538 void helper_vmsave(CPUX86State *env, int aflag) in helper_vmsave() argument 543 if (aflag == 2) { in helper_vmsave()
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/ |
H A D | 0005-Replace-off64_t-stat64-with-off_t-stat.patch | 724 int aflag = 0;
|