Searched refs:MOXIE_F3_PCREL (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | moxie-opc.c | 195 { 0x00, MOXIE_F3_PCREL,"beq" }, 196 { 0x01, MOXIE_F3_PCREL,"bne" }, 197 { 0x02, MOXIE_F3_PCREL,"blt" }, 198 { 0x03, MOXIE_F3_PCREL,"bgt" }, 199 { 0x04, MOXIE_F3_PCREL,"bltu" }, 200 { 0x05, MOXIE_F3_PCREL,"bgtu" }, 201 { 0x06, MOXIE_F3_PCREL,"bge" }, 202 { 0x07, MOXIE_F3_PCREL,"ble" }, 203 { 0x08, MOXIE_F3_PCREL,"bgeu" }, 204 { 0x09, MOXIE_F3_PCREL,"bleu" },
|
D | moxie-dis.c | 211 case MOXIE_F3_PCREL: in print_insn_moxie()
|
D | ChangeLog-2009 | 1217 * moxie-dis.c (print_insn_moxie): Disassemble MOXIE_F3_PCREL
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | moxie.h | 61 #define MOXIE_F3_PCREL 0x301 macro
|
D | ChangeLog | 1252 * moxie.h (MOXIE_F3_PCREL): Define.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-moxie.c | 522 case MOXIE_F3_PCREL: in md_assemble()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2009 | 1861 (md_assemble): Assemble MOXIE_F3_PCREL encoded instructions.
|