Home
last modified time | relevance | path

Searched refs:X86CondL (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
Dguest_x86_defs.h400 X86CondL = 12, /* jump less */ enumerator
Dguest_x86_helpers.c691 case X86CondL: /* (SF xor OF) == 1 */ in x86g_calculate_condition()
832 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondL)) { in guest_x86_spechelper()
Dguest_x86_toIR.c1071 case X86CondL: return "l"; in name_X86Condcode()