Searched refs:IVector (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | tic30.h | 205 #define IVector 0x1000 macro 572 { "trap" ,1,0x74800020,0, { IVector, 0, 0 }, Imm_None }, 573 { "trapu" ,1,0x74800020,0, { IVector, 0, 0 }, Imm_None }, 574 { "traplo" ,1,0x74810020,0, { IVector, 0, 0 }, Imm_None }, 575 { "trapls" ,1,0x74820020,0, { IVector, 0, 0 }, Imm_None }, 576 { "traphi" ,1,0x74830020,0, { IVector, 0, 0 }, Imm_None }, 577 { "traphs" ,1,0x74840020,0, { IVector, 0, 0 }, Imm_None }, 578 { "trapeq" ,1,0x74850020,0, { IVector, 0, 0 }, Imm_None }, 579 { "trapne" ,1,0x74860020,0, { IVector, 0, 0 }, Imm_None }, 580 { "traplt" ,1,0x74870020,0, { IVector, 0, 0 }, Imm_None }, [all …]
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-tic30.c | 641 current_op->op_type |= IVector; in tic30_operand() 1897 else if (insn.tm->operand_types[0] == IVector) in md_assemble() 1900 if (insn.operand_type[0]->op_type & IVector) in md_assemble()
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | tic30-dis.c | 616 else if (insn->tm->operand_types[0] & IVector) in print_branch()
|