HomeSort by relevance Sort by last modified time
    Searched refs:insn_value (Results 1 - 25 of 32) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/opcodes/
frv-ibld.c 397 INSN_VALUE is the first base_insn_bitsize bits of the insn in host order,
422 CGEN_INSN_INT insn_value,
457 /* Does the value reside in INSN_VALUE, and at the right alignment? */
462 value = insn_value >> ((word_offset + start + 1) - length);
464 value = insn_value >> (total_length - ( word_offset + start + length));
500 INSN_VALUE is the first base_insn_bitsize bits, translated to host order.
511 CGEN_INSN_INT insn_value,
530 ex_info, insn_value, fields, pc);
885 CGEN_INSN_INT insn_value,
896 length = extract_normal (cd, ex_info, insn_value, 0, 0, 17, 1, 32, total_length, pc, & fields->f_A)
    [all...]
xc16x-ibld.c 397 INSN_VALUE is the first base_insn_bitsize bits of the insn in host order,
422 CGEN_INSN_INT insn_value,
457 /* Does the value reside in INSN_VALUE, and at the right alignment? */
462 value = insn_value >> ((word_offset + start + 1) - length);
464 value = insn_value >> (total_length - ( word_offset + start + length));
500 INSN_VALUE is the first base_insn_bitsize bits, translated to host order.
511 CGEN_INSN_INT insn_value,
530 ex_info, insn_value, fields, pc);
781 CGEN_INSN_INT insn_value,
792 length = extract_normal (cd, ex_info, insn_value, 0, 0, 15, 8, 32, total_length, pc, & fields->f_reg8)
    [all...]