Searched refs:operand_value (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Ds390-dis.c107 union operand_value union
119 static inline union operand_value
123 union operand_value ret;
196 union operand_value val = s390_extract_operand (buffer, operand);
218 union operand_value next_op_val =
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Ds390-dis.c107 union operand_value union
119 static inline union operand_value
123 union operand_value ret;
197 union operand_value val = s390_extract_operand (buffer, operand);
219 union operand_value next_op_val =
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Ds390-dis.c107 union operand_value union
119 static inline union operand_value
123 union operand_value ret;
197 union operand_value val = s390_extract_operand (buffer, operand);
219 union operand_value next_op_val =
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Ds390-dis.c107 union operand_value union
119 static inline union operand_value
123 union operand_value ret;
197 union operand_value val = s390_extract_operand (buffer, operand);
219 union operand_value next_op_val =
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-tilegx.c393 int operand_value,
400 operand_value >>= operand->rightshift;
408 operand_value)
422 as_bad_value_out_of_range (_("operand"), operand_value, min, max,
427 return bits | operand->insert (operand_value);
391 insert_operand(tilegx_bundle_bits bits, const struct tilegx_operand *operand, int operand_value, const char *file, unsigned lineno) argument
H A Dtc-tilepro.c346 int operand_value,
353 operand_value >>= operand->rightshift;
361 operand_value)
375 as_bad_value_out_of_range (_("operand"), operand_value, min, max,
380 return bits | operand->insert (operand_value);
344 insert_operand(tilepro_bundle_bits bits, const struct tilepro_operand *operand, int operand_value, const char *file, unsigned lineno) argument
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-tilegx.c393 int operand_value,
400 operand_value >>= operand->rightshift;
408 operand_value)
422 as_bad_value_out_of_range (_("operand"), operand_value, min, max,
427 return bits | operand->insert (operand_value);
391 insert_operand(tilegx_bundle_bits bits, const struct tilegx_operand *operand, int operand_value, const char *file, unsigned lineno) argument
H A Dtc-tilepro.c346 int operand_value,
353 operand_value >>= operand->rightshift;
361 operand_value)
375 as_bad_value_out_of_range (_("operand"), operand_value, min, max,
380 return bits | operand->insert (operand_value);
344 insert_operand(tilepro_bundle_bits bits, const struct tilepro_operand *operand, int operand_value, const char *file, unsigned lineno) argument
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-tilegx.c393 int operand_value,
400 operand_value >>= operand->rightshift;
408 operand_value)
422 as_bad_value_out_of_range (_("operand"), operand_value, min, max,
427 return bits | operand->insert (operand_value);
391 insert_operand(tilegx_bundle_bits bits, const struct tilegx_operand *operand, int operand_value, const char *file, unsigned lineno) argument
H A Dtc-tilepro.c346 int operand_value,
353 operand_value >>= operand->rightshift;
361 operand_value)
375 as_bad_value_out_of_range (_("operand"), operand_value, min, max,
380 return bits | operand->insert (operand_value);
344 insert_operand(tilepro_bundle_bits bits, const struct tilepro_operand *operand, int operand_value, const char *file, unsigned lineno) argument
/netbsd-current/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeTILEGX_64.c124 int operand_value[4]; member in struct:jit_instr
618 val = inst->operand_value[i];
754 inst_buf[inst_buf_index].operand_value[0] = op0;
755 inst_buf[inst_buf_index].operand_value[1] = op1;
756 inst_buf[inst_buf_index].operand_value[2] = op2;
757 inst_buf[inst_buf_index].operand_value[3] = op3;
774 inst_buf[inst_buf_index].operand_value[0] = op0;
775 inst_buf[inst_buf_index].operand_value[1] = op1;
776 inst_buf[inst_buf_index].operand_value[2] = op2;
835 inst_buf[inst_buf_index].operand_value[
[all...]

Completed in 152 milliseconds