HomeSort by relevance Sort by last modified time
    Searched full:operand2 (Results 1 - 25 of 40) sorted by null

1 2

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
boolcond.py 130 operand2 = stack.pop()
137 subexpr = [operand1, operator, operand2]
139 subexpr = ["(", operand1, operator, operand2, ")"]
199 operand2 = stack.pop()
202 stack.append(operand1 or operand2)
204 stack.append(operand1 and operand2)
206 stack.append(operand1 ^ operand2)
208 stack.append(operand1 == operand2)
210 stack.append(operand1 != operand2)
constraint.py 141 operand2 = self._sym_to_text[sym_type + qpol.QPOL_CEXPR_SYM_TARGET]
144 stack.append([operand1, operator, operand2])
155 operand2 = "<empty set>"
157 operand2 = names[0]
159 operand2 = "{{ {0} }}".format(' '.join(names))
161 stack.append([operand1, operator, operand2])
175 operand2 = stack.pop()
182 stack.append([operand1, operator, operand2])
184 stack.append(["(", operand1, operator, operand2, ")"])
  /external/skia/src/animator/
SkScript.cpp     [all...]
  /external/v8/src/interpreter/
bytecode-pipeline.cc 34 uint32_t operand1, uint32_t operand2) {
39 operands_[2] = operand2;
43 uint32_t operand1, uint32_t operand2,
49 operands_[2] = operand2;
bytecode-array-builder.cc 114 uint32_t operand1, uint32_t operand2,
116 DCHECK(OperandsAreValid(bytecode, 4, operand0, operand1, operand2, operand3));
117 BytecodeNode node(bytecode, operand0, operand1, operand2, operand3);
123 uint32_t operand1, uint32_t operand2) {
124 DCHECK(OperandsAreValid(bytecode, 3, operand0, operand1, operand2));
125 BytecodeNode node(bytecode, operand0, operand1, operand2);
681 uint32_t operand2, uint32_t operand3) const {
686 uint32_t operands[] = {operand0, operand1, operand2, operand3};
bytecode-pipeline.h 147 uint32_t operand2);
149 uint32_t operand2, uint32_t operand3);
bytecode-array-builder.h 308 uint32_t operand2, uint32_t operand3);
310 uint32_t operand2);
321 uint32_t operand2 = 0, uint32_t operand3 = 0) const;
  /external/v8/test/unittests/interpreter/
bytecode-array-writer-unittest.cc 38 uint32_t operand2,
41 uint32_t operand2, uint32_t operand3,
88 uint32_t operand1, uint32_t operand2,
90 BytecodeNode node(bytecode, operand0, operand1, operand2);
95 uint32_t operand1, uint32_t operand2,
98 BytecodeNode node(bytecode, operand0, operand1, operand2, operand3);
bytecodes-unittest.cc 31 uint32_t operand2 = Register(i).ToOperand(); local
32 Register reg2 = Register::FromOperand(operand2);
  /external/google-breakpad/src/processor/
postfix_evaluator-inl.h 104 ValueType operand2 = ValueType(); local
105 if (!PopValues(&operand1, &operand2)) {
115 result = operand1 + operand2;
118 result = operand1 - operand2;
121 result = operand1 * operand2;
124 result = operand1 / operand2;
127 result = operand1 % operand2;
131 operand1 & (static_cast<ValueType>(-1) ^ (operand2 - 1));
  /external/ltrace/sysdeps/linux-gnu/arm/
trace.c 173 uint32_t operand1, operand2, result = 0; local
211 operand2 = (((immval >> rotate)
217 (proc, this_instr, c, pc, &operand2) < 0)
223 result = operand1 & operand2;
227 result = operand1 ^ operand2;
231 result = operand1 - operand2;
235 result = operand2 - operand1;
239 result = operand1 + operand2;
243 result = operand1 + operand2 + c;
247 result = operand1 - operand2 + c
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fpieee.h 145 _FPIEEE_VALUE Operand2;
  /external/libunwind/src/dwarf/
Gexpr.c 193 unw_word_t operand1 = 0, operand2 = 0, tmp1, tmp2, tmp3, end_addr; local
260 &operand2, arg)) < 0)
303 (int) operand1, (unsigned long) operand2);
307 push (tmp1 + operand2);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
neon-cov.s 18 .macro regn3_1 op operand2 vtype
19 \op\vtype d0,q0,\operand2
22 .macro regl3_1 op operand2 vtype
23 \op\vtype q0,d0,\operand2
26 .macro regw3_1 op operand2 vtype
27 \op\vtype q0,q0,\operand2
  /external/elfutils/lib/
color.c 170 E (o1, operand2),
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugFrame.cpp 88 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) {
91 Instructions.back().Ops.push_back(Operand2);
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 253 operand2_type::value_type* str, const operand2_type& /*operand2*/) {\
257 const operand2_type::value_type* str, const operand2_type& /*operand2*/) {\
    [all...]
  /external/vixl/src/vixl/a64/
logic-a64.cc 1270 uint64_t operand2 = ~src2.Uint(vform, i); local
1286 uint64_t operand2 = src2.Uint(vform, i); local
1302 uint64_t operand2 = dst.Uint(vform, i); local
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h 218 const operand2_type& /*operand2*/) {\
223 const operand2_type& /*operand2*/) {\
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 247 const operand2_type& /*operand2*/) {\
252 const operand2_type& /*operand2*/) {\
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 218 const operand2_type& /*operand2*/) {\
223 const operand2_type& /*operand2*/) {\
    [all...]
  /external/aac/libFDK/src/
dct.cpp 143 /* This method is better for ARM926, that uses operand2 shifted right by 1 always */
  /toolchain/binutils/binutils-2.25/cpu/
cris.cpu     [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 4042 Operand operand2 = BuildFastArrayOperand( local
    [all...]
  /art/compiler/utils/arm/
assembler_thumb2.cc     [all...]

Completed in 864 milliseconds

1 2