Searched refs:IfSet (Results 1 – 5 of 5) sorted by relevance
684 SDValue IfSet, IfClr, Cond; in performORCombine() local694 IfSet = Op0Op1; in performORCombine()711 IfSet = Op0Op0; in performORCombine()729 IfSet = Op1Op1; in performORCombine()733 IfSet = Op1Op1; in performORCombine()737 IfSet = Op1Op0; in performORCombine()741 IfSet = Op1Op0; in performORCombine()745 IfSet = Op0Op1; in performORCombine()749 IfSet = Op0Op1; in performORCombine()753 IfSet = Op0Op0; in performORCombine()[all …]
528 ; Note that IfSet and IfClr are swapped since the condition is inverted550 ; Note that IfSet and IfClr are swapped since the condition is inverted570 ; Note that IfSet and IfClr are swapped since the condition is inverted590 ; Note that IfSet and IfClr are swapped since the condition is inverted
764 ; Note that IfSet and IfClr are swapped since the condition is inverted786 ; Note that IfSet and IfClr are swapped since the condition is inverted808 ; Note that IfSet and IfClr are swapped since the condition is inverted852 ; Note that IfSet and IfClr are swapped since the condition is inverted874 ; Note that IfSet and IfClr are swapped since the condition is inverted896 ; Note that IfSet and IfClr are swapped since the condition is inverted
993 ; (vselect Mask, IfSet, IfClr) -> (BMNZ IfClr, IfSet, Mask)
552 TEST_F(WasmDecoderTest, IfSet) { in TEST_F() argument