HomeSort by relevance Sort by last modified time
    Searched refs:f_csrn (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.27/opcodes/
mep-ibld.c 770 FLD (f_csrn_lo) = ((FLD (f_csrn)) & (15));
771 FLD (f_csrn_hi) = ((UINT) (FLD (f_csrn)) >> (4));
784 FLD (f_csrn_lo) = ((FLD (f_csrn)) & (15));
785 FLD (f_csrn_hi) = ((UINT) (FLD (f_csrn)) >> (4));
    [all...]
mep-opc.h 361 long f_csrn; member in struct:cgen_fields
mep-asm.c 930 errmsg = parse_csrn (cd, strp, & mep_cgen_opval_h_csr, & fields->f_csrn);
933 errmsg = cgen_parse_unsigned_integer (cd, strp, MEP_OPERAND_CSRN_IDX, (unsigned long *) (& fields->f_csrn));
    [all...]
mep-dis.c 831 print_keyword (cd, info, & mep_cgen_opval_h_csr, fields->f_csrn, 0|(1<<CGEN_OPERAND_VIRTUAL));
834 print_normal (cd, info, fields->f_csrn, 0|(1<<CGEN_OPERAND_VIRTUAL), pc, length);
    [all...]

Completed in 111 milliseconds