Home
last modified time | relevance | path

Searched refs:ivc2 (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/cpu/
Dmep-ivc2.cpu33 (define-pmacro ivc2-core-isa () (ISA ext_core1))
34 (define-pmacro ivc2-16-isa () (ISA ext_cop1_16))
35 (define-pmacro ivc2-32-isa () (ISA ext_cop1_32))
36 (define-pmacro ivc2-48-isa () (ISA ext_cop1_48))
37 (define-pmacro ivc2-64-isa () (ISA ext_cop1_64))
38 (define-pmacro all-ivc2-isas () (ISA ext_core1,ext_cop1_16,ext_cop1_32,ext_cop1_48,ext_cop1_64))
39 (define-pmacro ivc2-p0s-isa () (ISA ext_cop1_16))
40 (define-pmacro ivc2-p0-isa () (ISA ext_cop1_48))
41 (define-pmacro ivc2-p0s-p0-isa () (ISA ext_cop1_16,ext_cop1_48))
42 (define-pmacro ivc2-p1-isa () (ISA ext_cop1_64))
[all …]
Dmep-ext-cop.cpu24 (include "mep-ivc2.cpu")
Dmep.opc1439 int ivc2 = 0;
1459 ivc2 = 1;
1468 if (ivc2)
1470 /* ivc2 has its own way of selecting its functions. */
1485 if (ivc2)
1510 if (ivc2)
DChangeLog93 * mep-ivc2.cpu: Likewise.
/toolchain/binutils/binutils-2.25/opcodes/
Dmep-dis.c634 int ivc2 = 0; in mep_print_insn() local
654 ivc2 = 1; in mep_print_insn()
663 if (ivc2) in mep_print_insn()
680 if (ivc2) in mep_print_insn()
705 if (ivc2) in mep_print_insn()