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

  /external/chromium_org/v8/src/compiler/
simplified-operator-reducer-unittest.cc 137 std::ostream& operator<<(std::ostream& os, const UnaryOperator& unop) {
138 return os << unop.constructor_name;
163 const UnaryOperator& unop = GetParam(); local
165 graph()->NewNode((simplified()->*unop.constructor)(), Parameter(0)));
machine-operator-reducer-unittest.cc 210 std::ostream& operator<<(std::ostream& os, const UnaryOperator& unop) {
211 return os << unop.constructor_name;
233 const UnaryOperator unop = GetParam(); local
235 Reduce(graph()->NewNode((machine()->*unop.constructor)(), Parameter(0)));
  /external/openssl/crypto/bn/asm/
alpha-mont.pl 140 unop
  /external/chromium_org/v8/test/cctest/compiler/
test-machine-operator-reducer.cc 55 unop(NULL),
68 const Operator* unop; member in class:ReducerTester
test-js-typed-lowering.cc 22 unop(NULL),
36 const Operator* unop; member in class:JSTypedLoweringTester
104 return reduce(Unop(op, Parameter(input_type)));
116 Node* Unop(const Operator* op, Node* input) {
451 Node* convert = R.Unop(R.javascript.ToNumber(), n);
791 Node* orig = R.Unop(opnot, R.Parameter(kJSTypes[i]));
815 Node* ton = R.Unop(R.javascript.ToNumber(), p0);
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-alpha.pl 169 unop
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 28 build_call callee [|operand|] "unop" builder
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 37 build_call callee [|operand|] "unop" builder

Completed in 942 milliseconds