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

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_loc.c45 uint64_t operand1; local
59 operand1 = 0;
182 operand1 = *p++;
186 operand1 = (int8_t) *p++;
194 operand1 = dbg->decode(&p, 2);
198 operand1 = (int16_t) dbg->decode(&p, 2);
205 operand1 = dbg->decode(&p, 4);
209 operand1 = (int32_t) dbg->decode(&p, 4);
215 operand1 = dbg->decode(&p, 8);
226 operand1
370 _dwarf_loc_expr_add_atom(Dwarf_Debug dbg, uint8_t *out, uint8_t *end, Dwarf_Small atom, Dwarf_Unsigned operand1, Dwarf_Unsigned operand2, int *length, Dwarf_Error *error) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Darm-tdep.c1642 unsigned long operand1, operand2, result = 0; local
1670 operand1 = (rn == 15) ? pc_val + 8 : read_register (rn);
1685 result = operand1 & operand2;
1689 result = operand1 ^ operand2;
1693 result = operand1 - operand2;
1697 result = operand2 - operand1;
1701 result = operand1 + operand2;
1705 result = operand1 + operand2 + c;
1709 result = operand1 - operand2 + c;
1713 result = operand2 - operand1
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h212 operand1; // register containing first operand for binary op member in struct:lldb_private::EmulateInstruction::Context::__anon1370::RegisterRegisterOperands
276 info.RegisterRegisterOperands.operand1 = op1_reg;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp606 // bits(datasize) operand1 = if n == 31 then SP[] else X[n];
617 // (result, nzcv) = AddWithCarry(operand1, operand2, carry_in);
655 uint64_t operand1 = local
670 result = AddWithCarry(datasize, operand1, operand2, carry_in, proc_state);
1132 bits(datasize) operand1 = X[t];
1133 if IsZero(operand1) == iszero then
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp473 info.RegisterRegisterOperands.operand1.name,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1483 operand1 = SInt(R[n]); // operand1 = UInt(R[n]) produces the same final results
1485 result = operand1 * operand2;
1553 // operand1 = SInt(R[n]); // operand1 = UInt(R[n]) produces the same final
1555 uint64_t operand1 = local
1567 // result = operand1 * operand2;
1568 uint64_t result = operand1 * operand2;
/freebsd-11-stable/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 208 milliseconds