HomeSort by relevance Sort by last modified time
    Searched refs:Int64Sub (Results 1 - 5 of 5) sorted by null

  /external/v8/src/compiler/
raw-machine-assembler.h 337 Node* Int64Sub(Node* a, Node* b) {
338 return AddNode(machine()->Int64Sub(), a, b);
352 Node* Int64Neg(Node* a) { return Int64Sub(Int64Constant(0), a); }
machine-operator.h 270 const Operator* Int64Sub();
opcodes.h 414 V(Int64Sub) \
machine-operator.cc 116 V(Int64Sub, Operator::kNoProperties, 2, 0, 1) \
    [all...]
wasm-compiler.cc 612 op = m->Int64Sub();
    [all...]

Completed in 229 milliseconds