Searched refs:ISBIN (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | ir_opt.c | 6033 # define ISBIN(_e,_op) ((_e) && (_e)->tag == Iex_Binop \ in spotBitfieldAssignment() macro 6043 if (!ISBIN(e, opXOR)) goto fail; in spotBitfieldAssignment() 6053 if (!ISBIN(and, opAND)) goto v34; in spotBitfieldAssignment() 6056 if (!ISBIN(xor, opXOR)) goto v34; in spotBitfieldAssignment() 6082 if (!ISBIN(and, opAND)) goto v56; in spotBitfieldAssignment() 6085 if (!ISBIN(xor, opXOR)) goto v56; in spotBitfieldAssignment() 6111 if (!ISBIN(and, opAND)) goto v78; in spotBitfieldAssignment() 6114 if (!ISBIN(xor, opXOR)) goto v78; in spotBitfieldAssignment() 6142 if (!ISBIN(and, opAND)) goto fail; in spotBitfieldAssignment() 6145 if (!ISBIN(xor, opXOR)) goto fail; in spotBitfieldAssignment() [all …]
|