Searched refs:AllReg (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dtic30.h210 #define GAddr2 GAddr1 | AllReg
214 #define AllReg Reg | DPReg | OtherReg macro
248 { "absi" ,2,0x00800000,AddressMode, { GAddr2, AllReg, 0 }, Imm_SInt },
249 { "addc" ,2,0x01000000,AddressMode, { GAddr2, AllReg, 0 }, Imm_SInt },
250 { "addc3" ,3,0x20000000,AddressMode, { TAddr1|AllReg, TAddr2|AllReg, AllReg }, Imm_None },
253 { "addi" ,2,0x02000000,AddressMode, { GAddr2, AllReg, 0 }, Imm_SInt },
254 { "addi3" ,3,0x21000000,AddressMode, { TAddr1|AllReg, TAddr2|AllReg, AllRe
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dtic30.h210 #define GAddr2 GAddr1 | AllReg
214 #define AllReg Reg | DPReg | OtherReg macro
248 { "absi" ,2,0x00800000,AddressMode, { GAddr2, AllReg, 0 }, Imm_SInt },
249 { "addc" ,2,0x01000000,AddressMode, { GAddr2, AllReg, 0 }, Imm_SInt },
250 { "addc3" ,3,0x20000000,AddressMode, { TAddr1|AllReg, TAddr2|AllReg, AllReg }, Imm_None },
253 { "addi" ,2,0x02000000,AddressMode, { GAddr2, AllReg, 0 }, Imm_SInt },
254 { "addi3" ,3,0x21000000,AddressMode, { TAddr1|AllReg, TAddr2|AllReg, AllRe
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic30.c436 if (insn.operand_type[addr_insn]->op_type & (AllReg))
464 if (insn.operand_type[1]->op_type & (AllReg))
476 if (insn.operand_type[1]->op_type & (AllReg))
621 if ((insn.tm->operand_types[0] & (AllReg | Disp)) == (AllReg | Disp))
623 if (insn.operand_type[0]->op_type & (AllReg))
648 if (insn.operand_type[1]->op_type & (AllReg))
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-tic30.c1616 if (insn.operand_type[addr_insn]->op_type & (AllReg))
1646 if (insn.operand_type[1]->op_type & (AllReg))
1658 if (insn.operand_type[1]->op_type & (AllReg))
1830 if ((insn.tm->operand_types[0] & (AllReg | Disp))
1831 == (AllReg | Disp))
1833 if (insn.operand_type[0]->op_type & (AllReg))
1861 if (insn.operand_type[1]->op_type & (AllReg))

Completed in 132 milliseconds