HomeSort by relevance Sort by last modified time
    Searched defs:operand2 (Results 1 - 6 of 6) sorted by null

  /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);
  /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...]
  /external/lldb/include/lldb/Core/
EmulateInstruction.h 211 RegisterInfo operand2; // register containing second operand for binary op member in struct:lldb_private::EmulateInstruction::Context::__anon4777::RegisterRegisterOperands
291 info.RegisterRegisterOperands.operand2 = op2_reg;
  /art/compiler/dex/
local_value_numbering.cc 1620 uint16_t operand2 = GetOperandValueWide(mir->ssa_rep->uses[2]); local
1652 uint16_t operand2 = GetOperandValue(mir->ssa_rep->uses[1]); local
1686 uint16_t operand2 = GetOperandValueWide(mir->ssa_rep->uses[2]); local
1700 uint16_t operand2 = GetOperandValue(mir->ssa_rep->uses[2]); local
1718 uint16_t operand2 = GetOperandValue(mir->ssa_rep->uses[1]); local
1745 uint16_t operand2 = gvn_->LookupValue(Instruction::CONST, mir->dalvikInsn.vC, 0, 0); local
    [all...]
  /external/chromium_org/third_party/mach_override/libudis86/
decode.h 167 struct ud_itab_entry_operand operand2; member in struct:ud_itab_entry
  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.cpp 920 operand2 = SInt(R[m]); // operand2 = UInt(R[m]) produces the same final results
921 result = operand1 * operand2;
12151 uint32_t operand2; local
    [all...]

Completed in 703 milliseconds