Searched refs:IntPtrSub (Results 1 – 6 of 6) sorted by relevance
111 Node* CodeStubAssembler::IntPtrSub(Node* a, Node* b) { in IntPtrSub() function in v8::internal::compiler::CodeStubAssembler112 return raw_assembler_->IntPtrSub(a, b); in IntPtrSub()
55 Node* IntPtrSub(Node* a, Node* b);
90 Node* IntPtrSub(Node* a, Node* b);
369 Node* InterpreterAssembler::IntPtrSub(Node* a, Node* b) { in IntPtrSub() function in v8::internal::compiler::InterpreterAssembler370 return raw_assembler_->IntPtrSub(a, b); in IntPtrSub()
476 TARGET_TEST_F(InterpreterAssemblerTest, IntPtrSub) { in TARGET_TEST_F() argument481 Node* add = m.IntPtrSub(a, b); in TARGET_TEST_F()
4812 output = m.IntPtrSub(output, elem_size); in TEST()