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

  /external/qemu/target-i386/
cc_helper.c 114 case CC_OP_LOGICB: return compute_all_logicb(env);
190 case CC_OP_LOGICB: return compute_c_logicb(env);
translate.c 212 [CC_OP_LOGICB ... CC_OP_LOGICQ] = USES_CC_DST,
970 case CC_OP_LOGICB ... CC_OP_LOGICQ:
1151 case CC_OP_LOGICB:
1255 case CC_OP_LOGICB:
    [all...]
cpu.h 636 CC_OP_LOGICB, /* modify all flags, CC_DST = res */
    [all...]

Completed in 34 milliseconds