Searched refs:op (Results 226 - 250 of 1253) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dm68k-tdep.c161 /* Convert to TYPE. This should be a no-op if TYPE is equivalent to
184 /* Convert from TYPE. This should be a no-op if TYPE is equivalent
518 int op;
523 op = read_memory_unsigned_integer (pc, 2);
525 if (op == P_LINKW_FP || op == P_LINKL_FP || op == P_PEA_FP)
529 if (op == P_LINKW_FP)
537 op = read_memory_unsigned_integer (pc + 4, 2);
538 if (op
513 int op; local
612 int op; local
706 unsigned int op; local
731 int op; local
[all...]
H A Dfrv-tdep.c600 LONGEST op; local
604 op = extract_signed_integer (buf, sizeof buf);
642 if ((op & 0x01d80000) == 0x00180000 /* Conditional branches and Call */
643 || (op & 0x01f80000) == 0x00300000 /* Jump and Link */
644 || (op & 0x01f80000) == 0x00100000 /* Return from Trap, Trap */
645 || (op & 0x01f80000) == 0x00700000) /* Trap immediate */
657 else if ((op & 0x7ffc0fc0) == 0x04080100
658 || (op & 0x7ffc0000) == 0x04c80000)
669 else if ((op & 0x7fffffff) == 0x04881000)
682 else if ((op
[all...]
/openbsd-current/gnu/gcc/gcc/config/score/
H A Dscore-protos.h41 int score_extra_constraint (rtx op, char c);
81 void score_print_operand (FILE *file, rtx op, int letter);
86 enum machine_mode score_select_cc_mode (enum rtx_code op, rtx x, rtx y);
/openbsd-current/sys/arch/sparc64/stand/ofwboot/
H A Dnet.c83 net_open(struct of_dev *op) argument
92 if ((netdev_sock = netif_open(op)) < 0) {
109 net_close(struct of_dev *op) argument
/openbsd-current/usr.sbin/mopd/mopchk/
H A Dmopchk.c58 int op, i; local
67 while ((op = getopt(argc, argv, "av")) != -1) {
68 switch (op) {
/openbsd-current/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h41 VarSetOperationType op = eVarSetOperationAssign) override;
67 Status SetSubValue(const ExecutionContext *exe_ctx, VarSetOperationType op,
78 Status SetArgs(const Args &args, VarSetOperationType op);
/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueFileColonLine.cpp50 VarSetOperationType op) {
52 switch (op) {
127 error = OptionValue::SetValueFromString(value, op);
49 SetValueFromString(llvm::StringRef value, VarSetOperationType op) argument
H A DOptionValueFileSpec.cpp50 VarSetOperationType op) {
52 switch (op) {
79 error = OptionValue::SetValueFromString(value, op);
49 SetValueFromString(llvm::StringRef value, VarSetOperationType op) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dmmix.c1152 mmix_select_cc_mode (op, x, y)
1153 RTX_CODE op;
1163 if (op == ORDERED || op == UNORDERED || op == UNGE
1164 || op == UNGT || op == UNLE || op == UNLT)
1167 if (op == EQ || op
2457 const char *op = "SET"; local
[all...]
/openbsd-current/gnu/gcc/gcc/config/avr/
H A Davr-protos.h68 extern const char *out_movqi_r_mr (rtx insn, rtx op[], int *l);
69 extern const char *out_movqi_mr_r (rtx insn, rtx op[], int *l);
70 extern const char *out_movhi_r_mr (rtx insn, rtx op[], int *l);
71 extern const char *out_movhi_mr_r (rtx insn, rtx op[], int *l);
72 extern const char *out_movsi_r_mr (rtx insn, rtx op[], int *l);
73 extern const char *out_movsi_mr_r (rtx insn, rtx op[], int *l);
111 extern int byte_immediate_operand (rtx op, enum machine_mode mode);
116 extern int call_insn_operand (rtx op, enum machine_mode mode);
/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Ddevclnt.h141 * op operation to perform
142 * arg parameter depending on op
157 DevError angel_DeviceControl(DeviceID devID, DeviceControl op, void *arg);
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-h8300.c160 pseudo-op name without dot
161 function to call to execute this pseudo-op
462 parse_exp (char *src, struct h8_op *op) argument
468 expression (&op->exp);
469 if (op->exp.X_op == O_absent)
474 return skip_colonthing (src, &op->mode);
570 get_operand (char **ptr, struct h8_op *op, int direction) argument
577 op->mode = 0;
606 /* Even sicker. We encode two registers into op->reg. One
608 register to save; we also set the high bit in op
1065 op_type op = this_try->opcode->args.nib[i]; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dv850.h88 i |= (op & ((1 << o->bits) - 1)) << o->shift;
90 this structure, and op is the opcode value; this assumes twos
101 (unsigned long instruction, long op, const char ** errmsg);
107 op = o->bits == -1 ? ((i) & o->shift) : ((i) >> o->shift) & ((1 << o->bits) - 1);
109 op = (op << (32 - o->bits)) >> (32 - o->bits);
110 (i is the instruction, o is a pointer to this structure, and op
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dv850-dis.c54 struct v850_opcode *op = (struct v850_opcode *)v850_opcodes; local
88 while (op->name)
90 if ((op->mask & insn) == op->opcode
91 && (op->processors & target_processor))
98 (*info->fprintf_func) (info->stream, "%s\t", op->name);
99 /*fprintf (stderr, "match: mask: %x insn: %x, opcode: %x, name: %s\n", op->mask, insn, op->opcode, op->name );*/
101 memop = op
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-h8300.c145 pseudo-op name without dot
146 function to call to execute this pseudo-op
443 parse_exp (char *src, struct h8_op *op) argument
449 expression (&op->exp);
450 if (op->exp.X_op == O_absent)
455 return skip_colonthing (src, &op->mode);
551 get_operand (char **ptr, struct h8_op *op, int direction) argument
558 op->mode = 0;
587 /* Even sicker. We encode two registers into op->reg. One
589 register to save; we also set the high bit in op
1047 op_type op = this_try->opcode->args.nib[i]; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dv850.h88 i |= (op & ((1 << o->bits) - 1)) << o->shift;
90 this structure, and op is the opcode value; this assumes twos
101 (unsigned long instruction, long op, const char ** errmsg);
107 op = o->bits == -1 ? ((i) & o->shift) : ((i) >> o->shift) & ((1 << o->bits) - 1);
109 op = (op << (32 - o->bits)) >> (32 - o->bits);
110 (i is the instruction, o is a pointer to this structure, and op
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dv850-dis.c51 struct v850_opcode * op = (struct v850_opcode *) v850_opcodes; local
85 while (op->name)
87 if ((op->mask & insn) == op->opcode
88 && (op->processors & target_processor))
95 (*info->fprintf_func) (info->stream, "%s\t", op->name);
97 memop = op->memop;
111 for (opindex_ptr = op->operands, opnum = 1;
352 op++;
/openbsd-current/sys/arch/arm64/arm64/
H A Dsys_machdep.c58 syscallarg(int) op;
63 switch(SCARG(uap, op)) {
/openbsd-current/sys/arch/m88k/include/
H A Dcmmu.h101 #define dma_cachectl(pa, s, op) (cmmu->dma_cachectl)(pa, s, op)
102 #define dma_cachectl_local(pa, s, op) (cmmu->dma_cachectl_local)(pa, s, op)
/openbsd-current/usr.sbin/amd/amd/
H A Defs_ops.c81 efs_lookuppn(am_node *mp, char *fname, int *error_return, int op) argument
/openbsd-current/sys/arch/powerpc64/powerpc64/
H A Dsys_machdep.c58 syscallarg(int) op;
63 switch(SCARG(uap, op)) {
/openbsd-current/sys/arch/sparc64/sparc64/
H A Dsys_machdep.c60 syscallarg(int) op;
65 switch(SCARG(uap, op)) {
/openbsd-current/gnu/gcc/gcc/config/s390/
H A Ds390.c1035 /* Return the part of op which has a value different from def.
1037 Use this function only if you already know that op really
1041 s390_extract_part (rtx op, enum machine_mode mode, int def) argument
1053 value = (unsigned HOST_WIDE_INT) INTVAL (op);
1069 s390_single_part (rtx op, argument
1080 if (GET_CODE (op) != CONST_INT)
1086 value = (unsigned HOST_WIDE_INT) INTVAL (op);
1207 rtx op, clob, tem; local
1243 op = gen_rtx_SET (VOIDmode, dst, gen_rtx_fmt_ee (code, wmode, src1, src2));
1245 emit_insn (gen_rtx_PARALLEL (VOIDmode, gen_rtvec (2, op, clo
1817 s390_decompose_shift_count(rtx op, rtx *base, HOST_WIDE_INT *offset) argument
1851 s390_legitimate_address_without_index_p(rtx op) argument
1869 s390_mem_constraint(const char *str, rtx op) argument
2327 tls_symbolic_operand(rtx op) argument
2354 symbolic_reference_mentioned_p(rtx op) argument
2384 tls_symbolic_reference_mentioned_p(rtx op) argument
2417 legitimate_pic_operand_p(rtx op) argument
2432 legitimate_constant_p(rtx op) argument
2530 legitimate_reload_constant_p(rtx op) argument
2584 s390_preferred_reload_class(rtx op, enum reg_class class) argument
2781 legitimate_la_operand_p(rtx op) argument
4399 print_shift_count_operand(FILE *file, rtx op) argument
8219 rtx op[MAX_ARGS], pat; local
8297 rtx op[2]; local
8360 rtx op[7]; local
8448 rtx op[10]; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.c296 call_operand (op, mode)
297 rtx op;
300 if (mode != GET_MODE (op) && mode != VOIDmode)
303 return (GET_CODE (op) == SYMBOL_REF || GET_CODE (op) == REG
304 || (GET_CODE (op) == SUBREG && GET_CODE (XEXP (op, 0)) == REG));
310 sdata_symbolic_operand (op, mode)
311 rtx op;
314 switch (GET_CODE (op))
1032 unsigned HOST_WIDE_INT op = INTVAL (rop); local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.c1009 output_far_jump (insn, op) member in struct:__anon5971
1011 rtx op;
1013 struct { rtx lab, reg, op; } this;
1085 this.op = op;
1856 rtx op = XEXP (set_src, 0);
1857 len += shift_insns[INTVAL (XEXP (op, 1))] + 1;
1858 op = XEXP (XEXP (op, 0), 0);
1859 return len + shift_insns[INTVAL (XEXP (op,
1850 rtx op = XEXP (set_src, 0); local
7796 rtx op[4]; local
7866 rtx op = gen_rtx_fmt_e (code, SFmode, op1); local
7880 rtx op = gen_rtx_fmt_ee (code, SFmode, op1, op2); local
8010 cmpsi_operand(rtx op, enum machine_mode mode) argument
[all...]

Completed in 183 milliseconds

1234567891011>>