Searched refs:operand1 (Results 1 - 9 of 9) sorted by relevance

/external/libunwind/src/dwarf/
H A DGexpr.c193 unw_word_t operand1 = 0, operand2 = 0, tmp1, tmp2, tmp3, end_addr; local
255 &operand1, arg)) < 0)
293 (int) opcode - DW_OP_breg0, (unsigned long) operand1);
298 push (tmp1 + operand1);
303 (int) operand1, (unsigned long) operand2);
305 dwarf_to_unw_regnum (operand1), &tmp1)) < 0)
327 Debug (15, "OP_regx(r%d)\n", (int) operand1);
328 *valp = dwarf_to_unw_regnum (operand1);
340 Debug (15, "OP_const(0x%lx)\n", (unsigned long) operand1);
341 push (operand1);
[all...]
/external/google-breakpad/src/processor/
H A Dpostfix_evaluator-inl.h103 ValueType operand1 = 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/
H A Dtrace.c173 uint32_t operand1, operand2, result = 0; local
204 (proc, BITS(this_instr, 16, 19), &operand1) < 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;
251 result = operand2 - operand1
[all...]
/external/v8/src/interpreter/
H A Dbytecode-array-builder.h277 void Output(Bytecode bytecode, uint32_t operand0, uint32_t operand1,
279 void Output(Bytecode bytecode, uint32_t operand0, uint32_t operand1,
281 void Output(Bytecode bytecode, uint32_t operand0, uint32_t operand1);
H A Dbytecode-array-builder.cc192 uint32_t operand1, uint32_t operand2,
194 uint32_t operands[] = {operand0, operand1, operand2, operand3};
200 uint32_t operand1, uint32_t operand2) {
201 uint32_t operands[] = {operand0, operand1, operand2};
207 uint32_t operand1) {
208 uint32_t operands[] = {operand0, operand1};
191 Output(Bytecode bytecode, uint32_t operand0, uint32_t operand1, uint32_t operand2, uint32_t operand3) argument
199 Output(Bytecode bytecode, uint32_t operand0, uint32_t operand1, uint32_t operand2) argument
206 Output(Bytecode bytecode, uint32_t operand0, uint32_t operand1) argument
/external/elfutils/lib/
H A Dcolor.c169 E (o1, operand1),
/external/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc148 InstructionOperand operand1 = g.Use(node->InputAt(1)); local
150 selector->Emit(avx_opcode, g.DefineAsRegister(node), operand0, operand1);
152 selector->Emit(sse_opcode, g.DefineSameAsFirst(node), operand0, operand1);
/external/vixl/src/vixl/a64/
H A Dlogic-a64.cc1269 uint64_t operand1 = dst.Uint(vform, i); local
1272 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2);
1285 uint64_t operand1 = dst.Uint(vform, i); local
1288 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2);
1301 uint64_t operand1 = src2.Uint(vform, i); local
1304 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2);
/external/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc988 InstructionOperand operand1 = g.Use(node->InputAt(1)); local
990 selector->Emit(avx_opcode, g.DefineAsRegister(node), operand0, operand1);
992 selector->Emit(sse_opcode, g.DefineSameAsFirst(node), operand0, operand1);

Completed in 954 milliseconds