HomeSort by: relevance | last modified time | path
    Searched defs:operand_value (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
s390-dis.c 114 union operand_value union
126 static inline union operand_value
130 union operand_value ret;
237 union operand_value value = s390_extract_operand (buffer, operand);
267 union operand_value val = s390_extract_operand (buffer, operand);
358 union operand_value insn_opval;
  /src/external/gpl3/binutils.old/dist/opcodes/
s390-dis.c 114 union operand_value union
126 static inline union operand_value
130 union operand_value ret;
237 union operand_value value = s390_extract_operand (buffer, operand);
267 union operand_value val = s390_extract_operand (buffer, operand);
358 union operand_value insn_opval;
  /src/external/gpl3/gdb/dist/opcodes/
s390-dis.c 114 union operand_value union
126 static inline union operand_value
130 union operand_value ret;
237 union operand_value value = s390_extract_operand (buffer, operand);
267 union operand_value val = s390_extract_operand (buffer, operand);
361 union operand_value insn_opval;
  /src/external/gpl3/gdb.old/dist/opcodes/
s390-dis.c 114 union operand_value union
126 static inline union operand_value
130 union operand_value ret;
204 union operand_value val = s390_extract_operand (buffer, operand);
227 union operand_value next_op_val =
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeTILEGX_64.c 124 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[0] = op0
    [all...]

Completed in 17 milliseconds