Home | History | Annotate | Download | only in opcodes

Lines Matching defs:bufp

86 	  unsigned char *bufp)
91 x = cgen_get_insn_value (cd, bufp, word_length);
101 cgen_put_insn_value (cd, bufp, word_length, (bfd_vma) x);
223 unsigned char *bufp = (unsigned char *) buffer + word_offset / 8;
225 insert_1 (cd, value, start, length, word_length, bufp);
378 unsigned char *bufp,
384 x = cgen_get_insn_value (cd, bufp, word_length);
471 unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
479 value = extract_1 (cd, ex_info, start, length, word_length, bufp, pc);