/toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/ |
fdpic6.s | 4 .weak WF0 21 call WF0
|
fdpic-pie-6.d | 59 [0-9a-f ]+: R_FRV_FUNCDESC_VALUE WF0
|
fdpic-shared-6.d | 59 [0-9a-f ]+: R_FRV_FUNCDESC_VALUE WF0
|
/toolchain/binutils/binutils-2.25/opcodes/ |
d10v-opc.c | 171 { "abs", SHORT_2, 1, EITHER, PAR|WF0, 0x4607, 0x7e1f, { RDST } }, 172 { "abs", SHORT_2, 1, IU, PAR|WF0, 0x5607, 0x7eff, { ADST } }, 200 { "btsti", SHORT_2, 1, IU, PAR|WF0, 0xe01, 0x7e01, { RSRC2, UNUM4 } }, 202 { "cmp", SHORT_2, 1, EITHER, PAR|WF0, 0x600, 0x7e01, { RSRC2, RSRC } }, 203 { "cmp", SHORT_2, 1, IU, PAR|WF0, 0x1603, 0x7eef, { ASRC2, ASRC } }, 204 { "cmpeq", SHORT_2, 1, EITHER, PAR|WF0, 0x400, 0x7e01, { RSRC2, RSRC } }, 205 { "cmpeq", SHORT_2, 1, IU, PAR|WF0, 0x1403, 0x7eef, { ASRC2, ASRC } }, 207 { "cmpeqi.s", SHORT_2, 1, EITHER, PAR|WF0, 0x401, 0x7e01, { RSRC2, NUM4 } }, 210 { "cmpi.s", SHORT_2, 1, EITHER, PAR|WF0, 0x601, 0x7e01, { RSRC2, NUM4 } }, 212 { "cmpu", SHORT_2, 1, EITHER, PAR|WF0, 0x4600, 0x7e01, { RSRC2, RSRC } } [all...] |
/toolchain/binutils/binutils-2.25/include/opcode/ |
d10v.h | 79 #define WF0 128 /* modifies f0 */
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-d10v.c | 797 else if (op->exec_type & WF0) 942 else if (op->exec_type & WF0) [all...] |