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

/freebsd-10.3-release/lib/libdwarf/
H A Ddwarf_loc.c309 uint64_t operand1; local
318 operand1 = 0;
433 operand1 = *p++;
461 operand1 = dwarf_decode_uleb128(&p);
499 operand1 = dwarf_decode_sleb128(&p);
507 operand1 = dwarf_decode_uleb128(&p);
521 lbuf->ld_s[count].lr_number = operand1;
/freebsd-10.3-release/contrib/gdb/gdb/
H A Darm-tdep.c1640 unsigned long operand1, operand2, result = 0; local
1668 operand1 = (rn == 15) ? pc_val + 8 : read_register (rn);
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 + c;
1711 result = operand2 - operand1
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DEmulateInstruction.h210 RegisterInfo operand1; // register containing first operand for binary op member in struct:lldb_private::EmulateInstruction::Context::__anon3687::RegisterRegisterOperands
290 info.RegisterRegisterOperands.operand1 = op1_reg;
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DEmulateInstruction.cpp542 info.RegisterRegisterOperands.operand1.name,
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp947 operand1 = SInt(R[n]); // operand1 = UInt(R[n]) produces the same final results
949 result = operand1 * operand2;
1019 // operand1 = SInt(R[n]); // operand1 = UInt(R[n]) produces the same final results
1020 uint64_t operand1 = ReadRegisterUnsigned (eRegisterKindDWARF, dwarf_r0 + n, 0, &success); local
1029 // result = operand1 * operand2;
1030 uint64_t result = operand1 * operand2;
/freebsd-10.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c3866 rtx operand1, operand2;
3868 operand1 = operand_subword_force (dest, WORDS_BIG_ENDIAN == 0,
3872 emit_move_insn (operand1, GEN_INT (c1));
3856 rtx operand1, operand2; local

Completed in 99 milliseconds