Searched refs:MatchIntBinaryOperation (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | asm-wasm-builder.cc | 601 bool MatchIntBinaryOperation(BinaryOperation* expr, Token::Value op, in MatchIntBinaryOperation() function in v8::internal::wasm::AsmWasmBuilderImpl 632 if (MatchIntBinaryOperation(expr, Token::BIT_OR, 0)) { in MatchOr() 640 if (MatchIntBinaryOperation(expr, Token::SHR, 0)) { in MatchShr() 649 if (MatchIntBinaryOperation(expr, Token::BIT_XOR, 0xffffffff)) { in MatchXor() 654 if (MatchIntBinaryOperation(op, Token::BIT_XOR, 0xffffffff)) { in MatchXor()
|