Searched refs:subop (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/sys/arch/hppa/spmath/
H A Dfpudispatch.h6 int decode_0c(unsigned ir, unsigned class, unsigned subop, unsigned *fpregs);
7 int decode_0e(unsigned ir, unsigned class, unsigned subop, unsigned *fpregs);
H A Dfpudispatch.c98 * extract the 3 bit subop field. For all but class 1 instructions, it is
103 * extract the 2 bit subop field from class 1 instructions. It is located
116 decode_0c(unsigned ir,unsigned class,unsigned subop,unsigned fpregs[]) argument
138 switch (subop) {
195 } /* end of switch (subop) */
212 switch (subop) {
271 } /* end of switch subop */
277 switch (subop) {
322 switch (subop) {
394 decode_0e(unsigned ir,unsigned class,unsigned subop,unsigne argument
[all...]
/netbsd-current/external/historical/nawk/dist/
H A Dawkgram.y77 %type <i> subop print
352 subop: label
424 | subop '(' reg_expr comma pattern ')'
426 | subop '(' pattern comma pattern ')'
431 | subop '(' reg_expr comma pattern comma var ')'
433 | subop '(' pattern comma pattern comma var ')'
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dpru-opc.c93 #define DECLARE_FORMAT1_OPCODE(str, subop) \
95 OP_MATCH_ ## subop, OP_MASK_FMT1_OP | OP_MASK_SUBOP, 0, \
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dpru-opc.c93 #define DECLARE_FORMAT1_OPCODE(str, subop) \
95 OP_MATCH_ ## subop, OP_MASK_FMT1_OP | OP_MASK_SUBOP, 0, \
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dpru-opc.c93 #define DECLARE_FORMAT1_OPCODE(str, subop) \
95 OP_MATCH_ ## subop, OP_MASK_FMT1_OP | OP_MASK_SUBOP, 0, \
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dpru-opc.c93 #define DECLARE_FORMAT1_OPCODE(str, subop) \
95 OP_MATCH_ ## subop, OP_MASK_FMT1_OP | OP_MASK_SUBOP, 0, \
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dm32r-tdep.c402 int subop = insn & 0x0ff0; local
403 if ((subop == 0x0ec0) || (subop == 0x0fc0))
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dm32r-tdep.c399 int subop = insn & 0x0ff0; local
400 if ((subop == 0x0ec0) || (subop == 0x0fc0))
H A Dax-gdb.c1920 operation *subop = std::get<0> (m_storage).get ();
1921 if (subop->opcode () != OP_INTERNALVAR)
1925 = gdb::checked_static_cast<internalvar_operation *> (subop);
1949 operation *subop = std::get<1> (m_storage).get ();
1950 if (subop->opcode () != OP_INTERNALVAR)
1954 = gdb::checked_static_cast<internalvar_operation *> (subop);
1910 operation *subop = std::get<0> (m_storage).get (); local
1939 operation *subop = std::get<1> (m_storage).get (); local
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dsom.c4952 const int *subop;
5173 subop = comp1_opcodes;
5176 subop = comp2_opcodes;
5179 subop = comp3_opcodes;
5184 while (*subop <= (unsigned char) c)
5185 ++subop;
5186 --subop;
4951 const int *subop; local
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dsom.c4940 const int *subop;
5161 subop = comp1_opcodes;
5164 subop = comp2_opcodes;
5167 subop = comp3_opcodes;
5172 while (*subop <= (unsigned char) c)
5173 ++subop;
5174 --subop;
4939 const int *subop; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dsom.c5022 const int *subop;
5178 subop = comp1_opcodes;
5181 subop = comp2_opcodes;
5184 subop = comp3_opcodes;
5189 while (*subop <= (unsigned char) c)
5190 ++subop;
5191 --subop;
5021 const int *subop; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dsom.c4952 const int *subop;
5173 subop = comp1_opcodes;
5176 subop = comp2_opcodes;
5179 subop = comp3_opcodes;
5184 while (*subop <= (unsigned char) c)
5185 ++subop;
5186 --subop;
4951 const int *subop; local
/netbsd-current/external/bsd/pcc/dist/pcc/mip/
H A Doptim2.c547 p3->subop = revbr[p3->subop];
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmangle.c3092 enum tree_code subop = TREE_CODE (TREE_OPERAND (expr, 1)); local
3093 const char *name = OVL_OP_INFO (true, subop)->mangled_name;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.h1437 TOK subop; // which of the derived classes this is member in class:DefaultInitExp
1439 DefaultInitExp(Loc loc, TOK subop, int size);
H A Dexpression.c6665 DefaultInitExp::DefaultInitExp(Loc loc, TOK subop, int size) argument
6668 this->subop = subop;
6682 if (subop == TOKfilefullpath)
H A Dhdrgen.c3001 buf->writestring(Token::toChars(e->subop));
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dmangle.cc3263 enum tree_code subop = TREE_CODE (TREE_OPERAND (expr, 1)); local
3264 const char *name = OVL_OP_INFO (true, subop)->mangled_name;

Completed in 449 milliseconds