Searched refs:operand2 (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_loc.c | 46 uint64_t operand2; in _dwarf_loc_fill_loc() local 60 operand2 = 0; in _dwarf_loc_fill_loc() 273 operand2 = _dwarf_decode_uleb128(&p); in _dwarf_loc_fill_loc() 282 operand2 = _dwarf_decode_sleb128(&p); in _dwarf_loc_fill_loc() 296 operand2 = (Dwarf_Unsigned) (uintptr_t) p; in _dwarf_loc_fill_loc() 336 operand2 = _dwarf_decode_sleb128(&p); in _dwarf_loc_fill_loc() 346 operand2 = (Dwarf_Unsigned) (uintptr_t) p; in _dwarf_loc_fill_loc() 359 lbuf->ld_s[count].lr_number2 = operand2; in _dwarf_loc_fill_loc() 371 Dwarf_Small atom, Dwarf_Unsigned operand1, Dwarf_Unsigned operand2, in _dwarf_loc_expr_add_atom() argument 593 len = _dwarf_write_sleb128(p, pe, operand2); in _dwarf_loc_expr_add_atom()
|
/freebsd/contrib/mandoc/ |
H A D | roff.c | 2898 int mypos, operand2; in roff_evalnum() local 2925 if ( ! roff_evalpar(r, ln, v, pos, &operand2, flags)) in roff_evalnum() 2937 *res += operand2; in roff_evalnum() 2940 *res -= operand2; in roff_evalnum() 2943 *res *= operand2; in roff_evalnum() 2946 if (operand2 == 0) { in roff_evalnum() 2952 *res /= operand2; in roff_evalnum() 2955 if (operand2 == 0) { in roff_evalnum() 2961 *res %= operand2; in roff_evalnum() 2964 *res = *res < operand2; in roff_evalnum() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | EmulateInstruction.h | 220 operand2; // register containing second operand for binary op member 285 info.RegisterRegisterOperands.operand2 = op2_reg; in SetRegisterRegisterOperands()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.cpp | 646 uint64_t operand2 = imm; in EmulateADDSUBImm() local 650 operand2 = NOT(operand2); in EmulateADDSUBImm() 659 result = AddWithCarry(datasize, operand1, operand2, carry_in, proc_state); in EmulateADDSUBImm()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.cpp | 1475 operand2 = SInt(R[m]); // operand2 = UInt(R[m]) produces the same final results in EmulateMUL() 1476 result = operand1 * operand2; in EmulateMUL() 1553 uint64_t operand2 = in EmulateMUL() local 1559 uint64_t result = operand1 * operand2; in EmulateMUL() 12633 operand2 = if register_form then Shift(R[m], shift_t, shift_n, APSR.C) else imm32; in EmulateSUBSPcLrEtc() 12635 when '0000' result = R[n] AND operand2; // AND in EmulateSUBSPcLrEtc() 12636 when '0001' result = R[n] EOR operand2; // EOR in EmulateSUBSPcLrEtc() 12637 when '0010' (result, -, -) = AddWithCarry(R[n], NOT(operand2), '1'); // SUB in EmulateSUBSPcLrEtc() 12638 when '0011' (result, -, -) = AddWithCarry(NOT(R[n]), operand2, '1'); // RSB in EmulateSUBSPcLrEtc() 12639 when '0100' (result, -, -) = AddWithCarry(R[n], operand2, '0'); // ADD in EmulateSUBSPcLrEtc() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | EmulateInstruction.cpp | 483 info.RegisterRegisterOperands.operand2.name); in Dump()
|