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

  /external/qemu/target-i386/
cc_helper_template.h 59 src1 = CC_SRC;
60 src2 = CC_DST - CC_SRC;
74 src1 = CC_SRC;
83 src1 = CC_SRC;
84 src2 = CC_DST - CC_SRC - 1;
98 src1 = CC_SRC;
107 src1 = CC_DST + CC_SRC;
108 src2 = CC_SRC;
122 src1 = CC_DST + CC_SRC;
123 src2 = CC_SRC;
    [all...]
mem_helper.c 58 CC_SRC = eflags;
84 CC_SRC = eflags;
int_helper.c 194 CC_SRC = eflags;
218 CC_SRC = eflags;
245 CC_SRC = eflags;
275 CC_SRC = eflags;
367 CC_SRC = r1;
378 CC_SRC = ((int64_t)r1 != ((int64_t)r0 >> 63));
387 CC_SRC = ((int64_t)r1 != ((int64_t)r0 >> 63));
cc_helper.c 79 return CC_SRC;
84 return CC_SRC & CC_C;
seg_helper.c     [all...]
ops_sse.h 1005 CC_SRC = comis_eflags[ret + 1];
1016 CC_SRC = comis_eflags[ret + 1];
1027 CC_SRC = comis_eflags[ret + 1];
1038 CC_SRC = comis_eflags[ret + 1];
    [all...]
cpu.h 609 CC_OP_EFLAGS, /* all cc are explicitly computed, CC_SRC = flags */
611 CC_OP_MULB, /* modify all flags, C, O = (CC_SRC != 0) */
616 CC_OP_ADDB, /* modify all flags, CC_DST = res, CC_SRC = src1 */
621 CC_OP_ADCB, /* modify all flags, CC_DST = res, CC_SRC = src1 */
626 CC_OP_SUBB, /* modify all flags, CC_DST = res, CC_SRC = src1 */
631 CC_OP_SBBB, /* modify all flags, CC_DST = res, CC_SRC = src1 */
641 CC_OP_INCB, /* modify all flags except, CC_DST = res, CC_SRC = C */
646 CC_OP_DECB, /* modify all flags except, CC_DST = res, CC_SRC = C */
651 CC_OP_SHLB, /* modify all flags, CC_DST = res, CC_SRC.msb = C */
656 CC_OP_SARB, /* modify all flags, CC_DST = res, CC_SRC.lsb = C *
745 target_ulong cc_src; member in struct:CPUX86State
    [all...]
fpu_helper.c 389 CC_SRC = eflags;
400 CC_SRC = eflags;
  /external/qemu/
cpu-exec.c 261 CC_SRC = env->eflags & (CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C);
    [all...]

Completed in 102 milliseconds