Searched refs:R_2D (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | i960.h | 78 #define R_2D(opc) ( REG_OPC(opc) | M2 ) /* 2 ops: src1/dst */ macro 293 { R_2D(0x58a), "not", I_BASE, REG, 2, { RSL,RS, 0 } }, 321 { R_2D(0x5cc), "mov", I_BASE, REG, 2, { RSL,RS, 0 } }, 322 { R_2D(0x5dc), "movl", I_BASE, REG, 2, { RL2,R2, 0 } }, 323 { R_2D(0x5ec), "movt", I_BASE, REG, 2, { RL4,R4, 0 } }, 324 { R_2D(0x5fc), "movq", I_BASE, REG, 2, { RL4,R4, 0 } }, 327 { R_2D(0x640), "spanbit", I_BASE, REG, 2, { RSL,RS, 0 } }, 328 { R_2D(0x641), "scanbit", I_BASE, REG, 2, { RSL,RS, 0 } }, 341 { R_2D(0x672), "cvtadr", I_CASIM,REG, 2, { RL, R2, 0 } }, 352 { R_2D(0x674), "cvtir", I_FP, REG, 2, { RL, F, 0 } }, [all …]
|