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

/freebsd-13-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-13-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::__anon2740::RegisterRegisterOperands
276 info.RegisterRegisterOperands.operand1 = op1_reg;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp603 // bits(datasize) operand1 = if n == 31 then SP[] else X[n];
614 // (result, nzcv) = AddWithCarry(operand1, operand2, carry_in);
652 uint64_t operand1 = local
667 result = AddWithCarry(datasize, operand1, operand2, carry_in, proc_state);
1125 bits(datasize) operand1 = X[t];
1126 if IsZero(operand1) == iszero then
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp473 info.RegisterRegisterOperands.operand1.name,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1476 operand1 = SInt(R[n]); // operand1 = UInt(R[n]) produces the same final results
1478 result = operand1 * operand2;
1546 // operand1 = SInt(R[n]); // operand1 = UInt(R[n]) produces the same final
1548 uint64_t operand1 = local
1560 // result = operand1 * operand2;
1561 uint64_t result = operand1 * operand2;

Completed in 213 milliseconds