| /netbsd-src/sys/arch/hppa/spmath/ |
| H A D | fpudispatch.c | 116 decode_0c(unsigned ir,unsigned class,unsigned subop,unsigned fpregs[]) in decode_0c() argument 138 switch (subop) { in decode_0c() 212 switch (subop) { in decode_0c() 277 switch (subop) { in decode_0c() 322 switch (subop) { in decode_0c() 394 decode_0e(unsigned ir,unsigned class,unsigned subop,unsigned fpregs[]) in decode_0e() argument 415 switch (subop) { in decode_0e() 475 switch (subop) { in decode_0e() 539 switch (subop) { in decode_0e() 565 switch (subop) { in decode_0e()
|
| H A D | fpudispatch.h | 6 int decode_0c(unsigned ir, unsigned class, unsigned subop, unsigned *fpregs); 7 int decode_0e(unsigned ir, unsigned class, unsigned subop, unsigned *fpregs);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
| H A D | ARCInstrFormats.td | 246 // |B[2-0] | 0| 0| 1| 0| 1| 1| 1| 1| F|B[5-3] |C |subop | 247 class F32_SOP_RR<bits<5> major, bits<6> subop, bit F, dag outs, dag ins, 261 let Inst{5-0} = subop; 269 // |B[2-0] | 0| 0| subop| F|B[5-3] |C |A | 270 class F32_DOP_RR<bits<5> major, bits<6> subop, bit F, dag outs, dag ins, 280 let Inst{21-16} = subop; 290 // |B[2-0] | 1| 1| subop| F|B[5-3] |C |A | 291 class F32_DOP_CC_RR<bits<5> major, bits<6> subop, bit F, dag outs, dag ins, 301 let Inst{21-16} = subop; 312 // |B[2-0] | 0| 1| subop| F|B[5-3] |U6 |A | [all …]
|
| H A D | ARCInstrInfo.td | 174 multiclass ArcSpecialDOPInst<bits<6> subop, string opasm, bit F> { 175 def _rr : F32_DOP_RR<0b00100, subop, F, (outs), (ins GPR32:$B, GPR32:$C), 179 def _ru6 : F32_DOP_RU6<0b00100, subop, F, (outs), (ins GPR32:$B, i32imm:$U6), 183 def _rlimm : F32_DOP_RLIMM<0b00100, subop, F, (outs), 190 multiclass ArcUnaryInst<bits<5> major, bits<6> subop, 192 def _rr : F32_SOP_RR<major, subop, 0, (outs GPR32:$B), (ins GPR32:$C), 195 def _f_rr : F32_SOP_RR<major, subop, 1, (outs GPR32:$B), (ins GPR32:$C),
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | pru-opc.c | 93 #define DECLARE_FORMAT1_OPCODE(str, subop) \ argument 95 OP_MATCH_ ## subop, OP_MASK_FMT1_OP | OP_MASK_SUBOP, 0, \
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | pru-opc.c | 93 #define DECLARE_FORMAT1_OPCODE(str, subop) \ argument 95 OP_MATCH_ ## subop, OP_MASK_FMT1_OP | OP_MASK_SUBOP, 0, \
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | som.c | 4936 const int *subop; in som_set_reloc_info() local 5092 subop = comp1_opcodes; in som_set_reloc_info() 5095 subop = comp2_opcodes; in som_set_reloc_info() 5098 subop = comp3_opcodes; in som_set_reloc_info() 5103 while (*subop <= (unsigned char) c) in som_set_reloc_info() 5104 ++subop; in som_set_reloc_info() 5105 --subop; in som_set_reloc_info()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | som.c | 4951 const int *subop; in som_set_reloc_info() local 5172 subop = comp1_opcodes; in som_set_reloc_info() 5175 subop = comp2_opcodes; in som_set_reloc_info() 5178 subop = comp3_opcodes; in som_set_reloc_info() 5183 while (*subop <= (unsigned char) c) in som_set_reloc_info() 5184 ++subop; in som_set_reloc_info() 5185 --subop; in som_set_reloc_info()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | expression.h | 1437 TOK subop; // which of the derived classes this is 1439 DefaultInitExp(Loc loc, TOK subop, int size);
|
| H A D | expression.c | 6665 DefaultInitExp::DefaultInitExp(Loc loc, TOK subop, int size) in DefaultInitExp() argument 6668 this->subop = subop; in DefaultInitExp() 6682 if (subop == TOKfilefullpath) in resolveLoc()
|
| H A D | hdrgen.c | 3001 buf->writestring(Token::toChars(e->subop)); in visit()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
| H A D | optim2.c | 547 p3->subop = revbr[p3->subop]; in codemove()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | mangle.cc | 3263 enum tree_code subop = TREE_CODE (TREE_OPERAND (expr, 1)); in write_expression() local 3264 const char *name = OVL_OP_INFO (true, subop)->mangled_name; in write_expression()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | mangle.c | 3092 enum tree_code subop = TREE_CODE (TREE_OPERAND (expr, 1)); in write_expression() local 3093 const char *name = OVL_OP_INFO (true, subop)->mangled_name; in write_expression()
|