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

/freebsd-9.3-release/lib/libdwarf/
H A Ddwarf_loc.c309 uint64_t operand1; local
318 operand1 = 0;
433 operand1 = *p++;
461 operand1 = dwarf_decode_uleb128(&p);
499 operand1 = dwarf_decode_sleb128(&p);
507 operand1 = dwarf_decode_uleb128(&p);
521 lbuf->ld_s[count].lr_number = operand1;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Darm-tdep.c1640 unsigned long operand1, operand2, result = 0; local
1668 operand1 = (rn == 15) ? pc_val + 8 : read_register (rn);
1683 result = operand1 & operand2;
1687 result = operand1 ^ operand2;
1691 result = operand1 - operand2;
1695 result = operand2 - operand1;
1699 result = operand1 + operand2;
1703 result = operand1 + operand2 + c;
1707 result = operand1 - operand2 + c;
1711 result = operand2 - operand1
[all...]
/freebsd-9.3-release/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 470 milliseconds