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

  /external/qemu/target-i386/
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...]
exec.h 48 #define CC_SRC (env->cc_src)
279 CC_SRC = eflags & (CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C);
op_helper.c     [all...]
ops_sse.h 909 CC_SRC = comis_eflags[ret + 1];
920 CC_SRC = comis_eflags[ret + 1];
931 CC_SRC = comis_eflags[ret + 1];
942 CC_SRC = comis_eflags[ret + 1];
    [all...]
  /external/qemu/
cpu-exec.c 259 CC_SRC = env->eflags & (CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C);
    [all...]

Completed in 52 milliseconds