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

/external/libunwind/src/dwarf/
H A DGexpr.c193 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);
/external/ltrace/sysdeps/linux-gnu/arm/
H A Dtrace.c173 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
[all...]
/external/lldb/include/lldb/Core/
H A DEmulateInstruction.h211 RegisterInfo operand2; // register containing second operand for binary op member in struct:lldb_private::EmulateInstruction::Context::__anon25225::RegisterRegisterOperands
291 info.RegisterRegisterOperands.operand2 = op2_reg;
/external/chromium_org/third_party/mach_override/libudis86/
H A Ddecode.h167 struct ud_itab_entry_operand operand2; member in struct:ud_itab_entry
/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp920 operand2 = SInt(R[m]); // operand2 = UInt(R[m]) produces the same final results
921 result = operand1 * operand2;
996 // operand2 = SInt(R[m]); // operand2 = UInt(R[m]) produces the same final results
997 uint64_t operand2 = ReadRegisterUnsigned (eRegisterKindDWARF, dwarf_r0 + m, 0, &success);
1001 // result = operand1 * operand2;
1002 uint64_t result = operand1 * operand2;
12080 operand2 = if register_form then Shift(R[m], shift_t, shift_n, APSR.C) else imm32;
12082 when �0000� result = R[n] AND operand2; // AN
12151 uint32_t operand2; local
[all...]

Completed in 178 milliseconds