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

  /external/valgrind/main/VEX/priv/
guest_x86_defs.h 387 X86CondZ = 4, /* zero */
guest_x86_helpers.c 663 case X86CondZ: /* ZF == 1 */
811 if (isU32(cc_op, X86G_CC_OP_ADDL) && isU32(cond, X86CondZ)) {
821 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondZ)) {
    [all...]
guest_x86_toIR.c     [all...]

Completed in 1449 milliseconds