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

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_loc.c46 uint64_t operand2; local
60 operand2 = 0;
273 operand2 = _dwarf_decode_uleb128(&p);
282 operand2 = _dwarf_decode_sleb128(&p);
291 * and a pointer to the block in the operand2.
296 operand2 = (Dwarf_Unsigned) (uintptr_t) p;
336 operand2 = _dwarf_decode_sleb128(&p);
346 operand2 = (Dwarf_Unsigned) (uintptr_t) p;
359 lbuf->ld_s[count].lr_number2 = operand2;
371 Dwarf_Small atom, Dwarf_Unsigned operand1, Dwarf_Unsigned operand2,
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
1676 operand2 = ((immval >> rotate) | (immval << (32 - rotate)))
1680 operand2 = shifted_reg_val (this_instr, c, pc_val, status);
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
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Droff.c2409 int mypos, operand2; local
2436 if ( ! roff_evalpar(r, ln, v, pos, &operand2, flags))
2448 *res += operand2;
2451 *res -= operand2;
2454 *res *= operand2;
2457 if (operand2 == 0) {
2463 *res /= operand2;
2466 if (operand2 == 0) {
2472 *res %= operand2;
2475 *res = *res < operand2;
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h214 operand2; // register containing second operand for binary op member in struct:lldb_private::EmulateInstruction::Context::__anon1370::RegisterRegisterOperands
277 info.RegisterRegisterOperands.operand2 = op2_reg;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp607 // bits(datasize) operand2 = imm;
612 // operand2 = NOT(operand2);
617 // (result, nzcv) = AddWithCarry(operand1, operand2, carry_in);
657 uint64_t operand2 = imm; local
661 operand2 = NOT(operand2);
670 result = AddWithCarry(datasize, operand1, operand2, carry_in, proc_state);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1484 operand2 = SInt(R[m]); // operand2 = UInt(R[m]) produces the same final results
1485 result = operand1 * operand2;
1560 // operand2 = SInt(R[m]); // operand2 = UInt(R[m]) produces the same final
1562 uint64_t operand2 =
1567 // result = operand1 * operand2;
1568 uint64_t result = operand1 * operand2;
12675 operand2 = if register_form then Shift(R[m], shift_t, shift_n, APSR.C) else imm32;
12677 when '0000' result = R[n] AND operand2; // AN
12746 uint32_t operand2; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp474 info.RegisterRegisterOperands.operand2.name);
/freebsd-11-stable/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 157 milliseconds