Searched defs:OP_MINUS (Results 1 - 1 of 1) sorted by relevance

/system/core/libacc/
H A Dacc.cpp1318 if (op != OP_MINUS) {
1334 if (! (op == OP_PLUS || (op == OP_MINUS && isPtrR0))) {
1353 case OP_MINUS:
1373 case OP_MINUS:
1426 case OP_MINUS:
1461 case OP_MINUS:
1524 case OP_MINUS:
1539 case OP_MINUS:
2615 if (op != OP_MINUS) {
2633 if (! (op == OP_PLUS || (op == OP_MINUS
4060 static const int OP_MINUS = 6; member in class:acc::Compiler
[all...]

Completed in 79 milliseconds