/netbsd/external/gpl3/gdb/dist/gdb/ |
H A D | xtensa-tdep.c | 2127 opclass = c0opc_rfwo; in call0_classify_opcode() 2129 opclass = c0opc_rfwu; in call0_classify_opcode() 2136 opclass = c0opc_flow; in call0_classify_opcode() 2141 opclass = c0opc_add; in call0_classify_opcode() 2143 opclass = c0opc_and; in call0_classify_opcode() 2147 opclass = c0opc_addi; in call0_classify_opcode() 2149 opclass = c0opc_sub; in call0_classify_opcode() 2152 opclass = c0opc_mov; in call0_classify_opcode() 2168 return opclass; in call0_classify_opcode() 2186 switch (opclass) in call0_track_op() [all …]
|
/netbsd/external/gpl3/gdb.old/dist/gdb/ |
H A D | xtensa-tdep.c | 2127 opclass = c0opc_rfwo; in call0_classify_opcode() 2129 opclass = c0opc_rfwu; in call0_classify_opcode() 2136 opclass = c0opc_flow; in call0_classify_opcode() 2141 opclass = c0opc_add; in call0_classify_opcode() 2143 opclass = c0opc_and; in call0_classify_opcode() 2147 opclass = c0opc_addi; in call0_classify_opcode() 2149 opclass = c0opc_sub; in call0_classify_opcode() 2152 opclass = c0opc_mov; in call0_classify_opcode() 2168 return opclass; in call0_classify_opcode() 2186 switch (opclass) in call0_track_op() [all …]
|
/netbsd/lib/libpuffs/ |
H A D | opdump.c | 172 int opclass, isvn = 0; in puffsdump_req() local 175 opclass = PUFFSOP_OPCLASS(preq->preq_opclass); in puffsdump_req() 176 switch (opclass) { in puffsdump_req() 199 mydprintf("unhandled opclass %d\n", opclass); in puffsdump_req() 212 opclass, PUFFSOP_WANTREPLY(preq->preq_opclass) ? "" : " (FAF)", in puffsdump_req()
|
/netbsd/sys/arch/m68k/fpsp/ |
H A D | bugfix.sa | 216 * Check for opclass 0. If not, go and check for opclass 2 and sgl. 219 andi.w #$E000,d0 ;strip all but opclass 220 bne op2sgl ;not opclass 0, check op2 247 * We have the opclass 0 situation. 258 bfins d0,CMDREG1B(a6){0:6} ;opclass 2, extended 352 bfins d0,CMDREG1B(a6){0:6} ;opclass 2, extended 373 * Check for opclass 2 and single size. If not both, exit. 377 andi.w #$FC00,d0 ;strip all but opclass and size 378 cmpi.w #$4400,d0 ;test for opclass 2 and size=sgl 476 * We have the opclass 2 single source situation. [all …]
|
H A D | get_op.sa | 49 * - For unnormormalized numbers (opclass 0, 2, or 3) the 406 * CASE opclass 0x0 unsupp 410 * CASE opclass 0x0 unimp 417 * CASE opclass 011 unsupp 442 bsr uni_inst ;call if unimp (opclass 0x0) 446 bne.b bit_set ;branch if set (opclass 011) 447 bsr uns_opx ;call if opclass 0x0 450 bsr uns_op3 ;opclass 011 468 * CASE opclass 011 unsupp 480 * CASE opclass 0x0 unsupp [all …]
|
H A D | util.sa | 43 * g_opcls: returns the opclass of the float instruction. 114 * This entry point used by x_ovfl. (opclass 0 and 2) 185 * This entry point used by x_ovfl. (opclass 3 only) 351 * case opclass = 011 (move out) 354 * case opclass = 0x0 371 bsr.w g_opcls ;get opclass in d0{2:0} 372 cmp.w #$0003,d0 ;check for opclass 011 376 * For move out instructions (opclass 011) the destination format 447 * g_opcls --- put opclass in d0{2:0} 453 clr.l d0 ;if E3, only opclass 0x0 is possible [all …]
|
H A D | x_store.sa | 105 bsr.l g_opcls ;returns opclass in d0 107 beq opc011 ;branch if opclass 3
|
H A D | x_operr.sa | 52 * On opclass = 011 fmove.(b,w,l) that causes a conversion 98 * Check if this is an opclass 3 instruction.
|
H A D | x_ovfl.sa | 193 bsr.l g_opcls ;returns opclass in d0
|
/netbsd/sys/arch/alpha/alpha/ |
H A D | fp_complete.c | 551 insn.float_detail.src, insn.float_detail.opclass); in print_fp_instruction() 591 if (inst.float_detail.opclass == 11) in alpha_fp_interpret() 593 else if (inst.float_detail.opclass & ~3) { in alpha_fp_interpret() 598 sfc.i = (*swfp_s[inst.float_detail.opclass])( in alpha_fp_interpret() 605 if (inst.float_detail.opclass >= 12) in alpha_fp_interpret() 606 (*swfp_cvt[inst.float_detail.opclass - 12])( in alpha_fp_interpret() 610 if (inst.float_detail.opclass == 11) in alpha_fp_interpret() 615 .opclass])(tfa.i, tfb.i); in alpha_fp_interpret()
|
H A D | db_instruction.h | 189 opclass : 4, member
|
/netbsd/external/gpl3/gdb/dist/opcodes/ |
H A D | mcore-dis.c | 121 if (mcore_table[i].inst == (inst & imsk[mcore_table[i].opclass])) in print_insn_mcore() 132 switch (mcore_table[i].opclass) in print_insn_mcore()
|
H A D | mcore-opc.h | 37 mcore_opclass opclass; member
|
/netbsd/external/gpl3/binutils.old/dist/opcodes/ |
H A D | mcore-dis.c | 121 if (mcore_table[i].inst == (inst & imsk[mcore_table[i].opclass])) in print_insn_mcore() 132 switch (mcore_table[i].opclass) in print_insn_mcore()
|
H A D | mcore-opc.h | 37 mcore_opclass opclass; member
|
/netbsd/external/gpl3/binutils/dist/opcodes/ |
H A D | mcore-dis.c | 121 if (mcore_table[i].inst == (inst & imsk[mcore_table[i].opclass])) in print_insn_mcore() 132 switch (mcore_table[i].opclass) in print_insn_mcore()
|
H A D | mcore-opc.h | 37 mcore_opclass opclass; member
|
/netbsd/external/gpl3/gdb.old/dist/opcodes/ |
H A D | mcore-dis.c | 121 if (mcore_table[i].inst == (inst & imsk[mcore_table[i].opclass])) in print_insn_mcore() 132 switch (mcore_table[i].opclass) in print_insn_mcore()
|
H A D | mcore-opc.h | 37 mcore_opclass opclass; member
|
/netbsd/external/gpl3/gcc/dist/gcc/config/h8300/ |
H A D | h8300.c | 2309 if (opclass == 0) in h8300_classify_operand() 2310 opclass = &dummy; in h8300_classify_operand() 2314 *opclass = H8OP_IMMEDIATE; in h8300_classify_operand() 2335 *opclass = H8OP_MEM_ABSOLUTE; in h8300_classify_operand() 2340 *opclass = H8OP_MEM_COMPLEX; in h8300_classify_operand() 2345 *opclass = H8OP_MEM_COMPLEX; in h8300_classify_operand() 2350 *opclass = H8OP_MEM_BASE; in h8300_classify_operand() 2355 *opclass = H8OP_REGISTER; in h8300_classify_operand() 2386 switch (opclass) in h8300_unary_length() 2416 switch (opclass) in h8300_short_immediate_length() [all …]
|
H A D | h8300.cc | 2228 if (opclass == 0) in h8300_classify_operand() 2229 opclass = &dummy; in h8300_classify_operand() 2233 *opclass = H8OP_IMMEDIATE; in h8300_classify_operand() 2254 *opclass = H8OP_MEM_ABSOLUTE; in h8300_classify_operand() 2259 *opclass = H8OP_MEM_COMPLEX; in h8300_classify_operand() 2264 *opclass = H8OP_MEM_COMPLEX; in h8300_classify_operand() 2269 *opclass = H8OP_MEM_BASE; in h8300_classify_operand() 2274 *opclass = H8OP_REGISTER; in h8300_classify_operand() 2305 switch (opclass) in h8300_unary_length() 2335 switch (opclass) in h8300_short_immediate_length() [all …]
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/h8300/ |
H A D | h8300.c | 2309 if (opclass == 0) in h8300_classify_operand() 2310 opclass = &dummy; in h8300_classify_operand() 2314 *opclass = H8OP_IMMEDIATE; in h8300_classify_operand() 2335 *opclass = H8OP_MEM_ABSOLUTE; in h8300_classify_operand() 2340 *opclass = H8OP_MEM_COMPLEX; in h8300_classify_operand() 2345 *opclass = H8OP_MEM_COMPLEX; in h8300_classify_operand() 2350 *opclass = H8OP_MEM_BASE; in h8300_classify_operand() 2355 *opclass = H8OP_REGISTER; in h8300_classify_operand() 2386 switch (opclass) in h8300_unary_length() 2416 switch (opclass) in h8300_short_immediate_length() [all …]
|
/netbsd/sys/arch/m68k/060sp/dist/ |
H A D | changes | 49 3) For an opclass three FP instruction where the effective addressing
|
H A D | pfpsp.s | 1256 # Separate packed opclass two instructions. 1441 bfextu EXC_CMDREG(%a6){&0:&6},%d0 # extract opclass,src fmt 3169 # although packed opclass three operations can take operand error 3273 # _dmem_write_{byte,word,long}() - store data to mem (opclass 3) # 3274 # store_dreg_{b,w,l}() - store data to data regfile (opclass 3) # 3285 # - The fsave frame contains the adjusted src op for opclass 0,2 # 3294 # For opclass 3 instructions, the 060 doesn't store the default # 3572 # store_fpreg() - store opclass 0 or 2 result to FP regfile # 3576 # fout() - emulate an opclass 3 instruction # 3586 # - The fsave frame contains the adjusted src op for opclass 0,2 # [all …]
|
/netbsd/sys/fs/puffs/ |
H A D | puffs_msgif.c | 291 puffs_msg_setinfo(struct puffs_msgpark *park, int opclass, int type, in puffs_msg_setinfo() argument 295 park->park_preq->preq_opclass = PUFFSOP_OPCLASS(opclass); in puffs_msg_setinfo()
|