Lines Matching refs:operand1

84     Dwarf_Unsigned operand1, operand2;
112 operand1 = 0;
166 operand1 = _dwarf_decode_u_leb128(loc_ptr, &leb128_length);
203 operand1 = atom - DW_OP_lit0;
207 READ_UNALIGNED(dbg, operand1, Dwarf_Unsigned,
214 operand1 = *(Dwarf_Small *) loc_ptr;
220 operand1 = *(Dwarf_Sbyte *) loc_ptr;
221 SIGN_EXTEND(operand1,1);
227 READ_UNALIGNED(dbg, operand1, Dwarf_Unsigned, loc_ptr, 2);
233 READ_UNALIGNED(dbg, operand1, Dwarf_Unsigned, loc_ptr, 2);
234 SIGN_EXTEND(operand1,2);
240 READ_UNALIGNED(dbg, operand1, Dwarf_Unsigned, loc_ptr, 4);
246 READ_UNALIGNED(dbg, operand1, Dwarf_Unsigned, loc_ptr, 4);
247 SIGN_EXTEND(operand1,4);
253 READ_UNALIGNED(dbg, operand1, Dwarf_Unsigned, loc_ptr, 8);
259 READ_UNALIGNED(dbg, operand1, Dwarf_Unsigned, loc_ptr, 8);
265 operand1 = _dwarf_decode_u_leb128(loc_ptr, &leb128_length);
271 operand1 = _dwarf_decode_s_leb128(loc_ptr, &leb128_length);
277 operand1 = _dwarf_decode_s_leb128(loc_ptr, &leb128_length);
314 operand1 = _dwarf_decode_s_leb128(loc_ptr, &leb128_length);
321 operand1 = _dwarf_decode_u_leb128(loc_ptr, &leb128_length);
335 operand1 = *(Dwarf_Small *) loc_ptr;
347 operand1 = *(Dwarf_Small *) loc_ptr;
356 operand1 = *(Dwarf_Small *) loc_ptr;
374 operand1 = _dwarf_decode_u_leb128(loc_ptr, &leb128_length);
395 READ_UNALIGNED(dbg, operand1, Dwarf_Unsigned, loc_ptr, 2);
401 operand1 = _dwarf_decode_u_leb128(loc_ptr, &leb128_length);
411 READ_UNALIGNED(dbg, operand1, Dwarf_Unsigned, loc_ptr, 2);
417 READ_UNALIGNED(dbg, operand1, Dwarf_Unsigned, loc_ptr, 4);
422 READ_UNALIGNED(dbg, operand1, Dwarf_Unsigned, loc_ptr,
434 operand1 = _dwarf_decode_u_leb128(loc_ptr, &leb128_length);
445 operand1 = _dwarf_decode_u_leb128(loc_ptr, &leb128_length);
449 /* Second operand is block of 'operand1' bytes of stuff. */
454 offset = offset + operand1;
455 loc_ptr = loc_ptr + operand1;
467 curr_loc->lc_number = operand1;