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

/haiku-fatelf/src/bin/gdb/gdb/
H A Darm-tdep.c1614 unsigned long operand1, operand2, result = 0; local
1642 operand1 = (rn == 15) ? pc_val + 8 : read_register (rn);
1657 result = operand1 & operand2;
1661 result = operand1 ^ operand2;
1665 result = operand1 - operand2;
1669 result = operand2 - operand1;
1673 result = operand1 + operand2;
1677 result = operand1 + operand2 + c;
1681 result = operand1 - operand2 + c;
1685 result = operand2 - operand1
[all...]
H A Dcris-tdep.c1930 as 5f0d 0c00 30b9 when compiled with -fpic. Since PC is operand1 it
1934 /* The offset is an indirection of the contents of the operand1 register. */
1969 /* If the PC is operand1 (base) the address used is the address after
1999 /* The prefix value is one dereference of the contents of the operand1
3053 unsigned long operand1; local
3072 operand1 = inst_env->reg[cris_get_operand1 (inst)];
3078 operand1 = do_sign_or_zero_extend (operand1, &inst);
3082 add_sub_cmp_and_or_move_action (inst, inst_env, operand2, operand1);
3211 unsigned long operand1; local
3289 unsigned long operand1; local
3329 unsigned long operand1; local
[all...]
/haiku-fatelf/headers/libs/udis86/libudis86/
H A Ddecode.h261 struct ud_itab_entry_operand operand1; member in struct:ud_itab_entry
/haiku-fatelf/src/libs/udis86/
H A Ddecode.c702 enum ud_operand_code mop1t = u->itab_entry->operand1.type;
707 unsigned int mop1s = u->itab_entry->operand1.size;

Completed in 162 milliseconds