Searched refs:ISBIN (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | ir_opt.c | 6034 # define ISBIN(_e,_op) ((_e) && (_e)->tag == Iex_Binop \ in spotBitfieldAssignment() macro 6044 if (!ISBIN(e, opXOR)) goto fail; in spotBitfieldAssignment() 6054 if (!ISBIN(and, opAND)) goto v34; in spotBitfieldAssignment() 6057 if (!ISBIN(xor, opXOR)) goto v34; in spotBitfieldAssignment() 6083 if (!ISBIN(and, opAND)) goto v56; in spotBitfieldAssignment() 6086 if (!ISBIN(xor, opXOR)) goto v56; in spotBitfieldAssignment() 6112 if (!ISBIN(and, opAND)) goto v78; in spotBitfieldAssignment() 6115 if (!ISBIN(xor, opXOR)) goto v78; in spotBitfieldAssignment() 6143 if (!ISBIN(and, opAND)) goto fail; in spotBitfieldAssignment() 6146 if (!ISBIN(xor, opXOR)) goto fail; in spotBitfieldAssignment() [all …]
|