Searched refs:operand2 (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/lib/libdwarf/
H A Ddwarf_loc.c310 uint64_t operand2; local
319 operand2 = 0;
508 operand2 = dwarf_decode_sleb128(&p);
522 lbuf->ld_s[count].lr_number2 = operand2;
/freebsd-10.3-release/contrib/gdb/gdb/
H A Darm-tdep.c1640 unsigned long operand1, operand2, result = 0; local
1674 operand2 = ((immval >> rotate) | (immval << (32 - rotate)))
1678 operand2 = shifted_reg_val (this_instr, c, pc_val, status);
1683 result = operand1 & operand2;
1687 result = operand1 ^ operand2;
1691 result = operand1 - operand2;
1695 result = operand2 - operand1;
1699 result = operand1 + operand2;
1703 result = operand1 + operand2 + c;
1707 result = operand1 - operand2
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DEmulateInstruction.h211 RegisterInfo operand2; // register containing second operand for binary op member in struct:lldb_private::EmulateInstruction::Context::__anon3687::RegisterRegisterOperands
291 info.RegisterRegisterOperands.operand2 = op2_reg;
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp948 operand2 = SInt(R[m]); // operand2 = UInt(R[m]) produces the same final results
949 result = operand1 * operand2;
1024 // operand2 = SInt(R[m]); // operand2 = UInt(R[m]) produces the same final results
1025 uint64_t operand2 = ReadRegisterUnsigned (eRegisterKindDWARF, dwarf_r0 + m, 0, &success);
1029 // result = operand1 * operand2;
1030 uint64_t result = operand1 * operand2;
12108 operand2 = if register_form then Shift(R[m], shift_t, shift_n, APSR.C) else imm32;
12110 when �0000� result = R[n] AND operand2; // AN
12179 uint32_t operand2; local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DEmulateInstruction.cpp543 info.RegisterRegisterOperands.operand2.name);
/freebsd-10.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c3866 rtx operand1, operand2;
3870 operand2 = operand_subword_force (dest, WORDS_BIG_ENDIAN != 0,
3873 emit_move_insn (operand2, GEN_INT (c2));
3856 rtx operand1, operand2; local

Completed in 138 milliseconds