HomeSort by: relevance | last modified time | path
    Searched defs:op_type (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/sys/arch/ia64/disasm/
disasm_extract.c 1803 op_type(struct asm_inst *i, int op, enum asm_oper_type ot) function
2266 op_type(i, 1, ASM_OPER_PR);
2272 op_type(i, 1, ASM_OPER_PR_ROT);
2277 op_type(i, 2, ot);
2305 op_type(i, 2, ASM_OPER_AREG);
2328 op_type(i, 3, ASM_OPER_AREG);
2403 op_type(i, 4, ASM_OPER_AREG);
2405 op_type(i, 5, ASM_OPER_AREG);
2409 op_type(i, 4, ASM_OPER_AREG);
2495 op_type(i, 2, ASM_OPER_AREG)
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
conn.c 537 meta_op_type op_type = META_OP_REQUIRE_SINGLE; local
602 op_type = META_OP_REQUIRE_ALL;
614 op_type = META_OP_ALLOW_MULTIPLE;
625 if ( op_type == META_OP_REQUIRE_ALL ) {
689 if ( op_type == META_OP_REQUIRE_SINGLE ) {
  /src/external/gpl3/binutils/dist/gas/config/
xtensa-relax.h 94 typedef enum op_type enum
tc-d10v.c 486 int op_type,
493 shift = d10v_operands[op_type].shift;
497 bits = d10v_operands[op_type].bits;
500 if (check_range (value, bits, d10v_operands[op_type].flags))
1497 int op_type; local
1507 op_type = fixP->fx_r_type;
1508 if (op_type & 2048)
1510 op_type -= 2048;
1511 if (op_type & 1024)
1513 op_type -= 1024
    [all...]
tc-z8k.c 187 } op_type; typedef in typeref:struct:z8k_op
730 get_operands (const opcode_entry_type *opcode, char *op_end, op_type *operand)
858 get_specific (opcode_entry_type *opcode, op_type *operands)
tc-m32r.c 2326 operatorT op_type;
2370 op_type = O_PIC_reloc;
2375 op_type = O_PIC_reloc;
2380 op_type = O_PIC_reloc;
2390 exprP->X_op = op_type;
2319 operatorT op_type; local
tc-tic30.c 207 unsigned op_type; member in struct:__anon10110
430 current_op->op_type = Direct;
553 current_op->op_type = Indirect;
564 current_op->op_type = ARn;
566 current_op->op_type = Rn;
568 current_op->op_type = DPReg;
570 current_op->op_type = OtherReg;
617 current_op->op_type = Disp | Abs24 | Imm16 | Imm24;
619 current_op->op_type |= IVector;
868 if ((p_insn.operand_type[count][i]->op_type
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
cgen-opc.c 561 enum cgen_operand_type op_type = opinst->op_type;
562 if (op_type == CGEN_OPERAND_NIL)
565 indices[i] = (*cd->get_int_operand) (cd, op_type, fields);
557 enum cgen_operand_type op_type = opinst->op_type; local
  /src/external/gpl3/binutils.old/dist/gas/config/
xtensa-relax.h 94 typedef enum op_type enum
tc-d10v.c 486 int op_type,
493 shift = d10v_operands[op_type].shift;
497 bits = d10v_operands[op_type].bits;
500 if (check_range (value, bits, d10v_operands[op_type].flags))
1497 int op_type; local
1507 op_type = fixP->fx_r_type;
1508 if (op_type & 2048)
1510 op_type -= 2048;
1511 if (op_type & 1024)
1513 op_type -= 1024
    [all...]
tc-z8k.c 187 } op_type; typedef in typeref:struct:z8k_op
730 get_operands (const opcode_entry_type *opcode, char *op_end, op_type *operand)
858 get_specific (opcode_entry_type *opcode, op_type *operands)
tc-m32r.c 2326 operatorT op_type;
2370 op_type = O_PIC_reloc;
2375 op_type = O_PIC_reloc;
2380 op_type = O_PIC_reloc;
2390 exprP->X_op = op_type;
2319 operatorT op_type; local
tc-tic30.c 207 unsigned op_type; member in struct:__anon11582
430 current_op->op_type = Direct;
553 current_op->op_type = Indirect;
564 current_op->op_type = ARn;
566 current_op->op_type = Rn;
568 current_op->op_type = DPReg;
570 current_op->op_type = OtherReg;
617 current_op->op_type = Disp | Abs24 | Imm16 | Imm24;
619 current_op->op_type |= IVector;
868 if ((p_insn.operand_type[count][i]->op_type
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
cgen-opc.c 561 enum cgen_operand_type op_type = opinst->op_type;
562 if (op_type == CGEN_OPERAND_NIL)
565 indices[i] = (*cd->get_int_operand) (cd, op_type, fields);
557 enum cgen_operand_type op_type = opinst->op_type; local
  /src/external/gpl3/gdb.old/dist/opcodes/
cgen-opc.c 561 enum cgen_operand_type op_type = opinst->op_type;
562 if (op_type == CGEN_OPERAND_NIL)
565 indices[i] = (*cd->get_int_operand) (cd, op_type, fields);
557 enum cgen_operand_type op_type = opinst->op_type; local
  /src/external/gpl3/gdb.old/dist/sim/cr16/
interp.c 115 uint32_t i, opn = 0, start_bit = 0, op_type = 0; local
123 if (s[opn].op_type == dummy) break;
125 op_type = s[opn].op_type;
127 op_size = cr16_optab[op_type].bit_size;
129 switch (op_type)
320 if (op_type == uimm4_1)
325 if ((op_type == pregr) || (op_type == pregrp))
  /src/external/gpl3/gdb/dist/opcodes/
cgen-opc.c 561 enum cgen_operand_type op_type = opinst->op_type;
562 if (op_type == CGEN_OPERAND_NIL)
565 indices[i] = (*cd->get_int_operand) (cd, op_type, fields);
557 enum cgen_operand_type op_type = opinst->op_type; local
  /src/external/gpl3/gdb/dist/sim/cr16/
interp.c 115 uint32_t i, opn = 0, start_bit = 0, op_type = 0; local
123 if (s[opn].op_type == dummy) break;
125 op_type = s[opn].op_type;
127 op_size = cr16_optab[op_type].bit_size;
129 switch (op_type)
320 if (op_type == uimm4_1)
325 if ((op_type == pregr) || (op_type == pregrp))
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
conn.c 1041 meta_op_type op_type = META_OP_REQUIRE_SINGLE; local
1213 op_type = META_OP_REQUIRE_ALL;
1225 op_type = META_OP_ALLOW_MULTIPLE;
1236 if ( op_type == META_OP_REQUIRE_ALL ) {
1321 if ( op_type == META_OP_REQUIRE_SINGLE ) {
  /src/bin/test/
test.c 105 short op_num, op_type; member in struct:t_op
353 if (op != NULL && op->op_type == UNOP)
375 if (op != NULL && op->op_type == BINOP)
473 if (t_wp_op && t_wp_op->op_type == UNOP) {
480 if (t_lex(t_wp[1]), t_wp_op && t_wp_op->op_type == BINOP) {
825 if (!((op->op_type == UNOP && isoperand()) ||
846 return op->op_type == BINOP && (t[0] != ')' || t[1] != '\0');
  /src/external/gpl3/gcc/dist/gcc/
recog.h 39 enum op_type { enum
363 enum op_type operand_type[MAX_RECOG_OPERANDS];
  /src/external/gpl3/gcc.old/dist/gcc/
recog.h 36 enum op_type { enum
341 enum op_type operand_type[MAX_RECOG_OPERANDS];
  /src/external/gpl3/binutils/dist/include/opcode/
cr16.h 244 operand_type op_type; member in struct:__anon10628
crx.h 248 operand_type op_type; member in struct:__anon10641
  /src/external/gpl3/binutils.old/dist/include/opcode/
cr16.h 244 operand_type op_type; member in struct:__anon12092

Completed in 40 milliseconds

1 2 3