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

/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dh8300-dis.c69 for (i = 0; p->data.nib[i] != (op_type) E; i++)
89 op_type looking_for,
187 op_type x,
365 const op_type *nib = q->data.nib;
370 op_type looking_for = *nib;
390 looking_for = (op_type) ((int) looking_for & ~(int) B31);
398 looking_for = (op_type) ((int) looking_for & ~(int) B30);
406 looking_for = (op_type) ((int) looking_for & ~(int) B21);
414 looking_for = (op_type) ((int) looking_for & ~(int) B20);
421 looking_for = (op_type) ((in
[all...]
H A Darc-opc.c340 enum operand op_type = OP_NONE;
358 op_type = OP_SHIMM;
379 op_type = OP_LIMM;
432 op_type = OP_REG;
439 ls_operand[LS_DEST] = op_type;
442 ls_operand[LS_BASE] = op_type;
446 ls_operand[LS_VALUE] = op_type;
448 ls_operand[LS_OFFSET] = op_type;
451 ls_operand[LS_OFFSET] = op_type;
1086 enum operand op_type;
338 enum operand op_type = OP_NONE; local
1083 enum operand op_type; local
[all...]
H A Dcrx-dis.c125 for (i = 0; instruction->operands[i].op_type && i < MAX_OPERANDS; i++)
620 if (instruction->operands[op_index].op_type == abs16)
664 a.type = getargtype (instruction->operands[i].op_type);
665 if (instruction->operands[i].op_type == cst4
666 || instruction->operands[i].op_type == rbase_dispu4)
668 a.size = getbits (instruction->operands[i].op_type);
H A Dcgen-opc.c561 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
/macosx-10.10.1/vim-55/src/
H A Dnormal.c608 finish_op = (oap->op_type != OP_NOP);
760 if (c == Ctrl_W && !ctrl_w && oap->op_type == OP_NOP)
920 && oap->op_type == OP_NOP)
923 && oap->op_type == OP_NOP
927 && (oap->op_type != OP_NOP
1197 && !oap->op_type
1256 && oap->op_type == OP_NOP)
1316 if (oap->op_type == OP_NOP && oap->regname == 0
1353 if ( oap->op_type == OP_NOP
1423 && oap->op_type !
8454 int op_type; local
[all...]
H A Dops.c262 shift_line(oap->op_type == OP_LSHIFT, p_sr, amount, FALSE);
287 if (oap->op_type == OP_RSHIFT)
384 int left = (oap->op_type == OP_LSHIFT);
1651 && oap->op_type == OP_DELETE)
1665 && oap->op_type == OP_DELETE
1808 if (oap->op_type == OP_CHANGE)
1891 && oap->op_type == OP_CHANGE
1923 (void)del_bytes((long)n, !virtual_op, oap->op_type == OP_DELETE
1947 !virtual_op, oap->op_type == OP_DELETE
2221 static int swapchars __ARGS((int op_type, pos_
[all...]
H A Dstructs.h2140 int op_type; /* current pending operator type */ member in struct:oparg_S
H A Dex_docmd.c8314 oa.op_type = OP_DELETE;
8319 oa.op_type = OP_YANK;
8329 oa.op_type = OP_RSHIFT;
8331 oa.op_type = OP_LSHIFT;
/macosx-10.10.1/shell_cmds-179/test/
H A Dtest.c98 short op_num, op_type; member in struct:t_op
187 t_wp_op && t_wp_op->op_type == BINOP) {
196 t_wp_op && t_wp_op->op_type == BINOP) {
273 if (t_wp_op && t_wp_op->op_type == UNOP) {
289 if (t_lex(t_wp[1]), t_wp_op && t_wp_op->op_type == BINOP) {
/macosx-10.10.1/vim-55/src/proto/
H A Dops.pro28 int swapchar __ARGS((int op_type, pos_T *pos));
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dcrx.h247 operand_type op_type; member in struct:__anon7691
H A Dcgen.h763 enum cgen_operand_type op_type;
752 enum cgen_operand_type op_type; member in struct:__anon7678
H A Dh8300.h28 typedef int op_type; typedef
244 op_type nib[MAX_CODE_NIBBLES];
249 op_type nib[3];
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dconn.c1079 meta_op_type op_type = META_OP_REQUIRE_SINGLE; local
1253 op_type = META_OP_REQUIRE_ALL;
1265 op_type = META_OP_ALLOW_MULTIPLE;
1276 if ( op_type == META_OP_REQUIRE_ALL ) {
1361 if ( op_type == META_OP_REQUIRE_SINGLE ) {
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs.h807 extern int check_for_tracked_file(struct vnode *vp, time_t ctime, uint64_t op_type, void *arg);
808 extern int check_for_dataless_file(struct vnode *vp, uint64_t op_type);
H A Dhfs_vfsutils.c3518 check_for_tracked_file(struct vnode *vp, time_t ctime, uint64_t op_type, void *arg) argument
3535 error = resolve_nspace_item_ext(vp, op_type | NAMESPACE_HANDLER_SNAPSHOT_EVENT, arg);
3554 check_for_dataless_file(struct vnode *vp, uint64_t op_type) argument
3569 error = resolve_nspace_item(vp, op_type | NAMESPACE_HANDLER_NSPACE_EVENT);
3570 if (error == EDEADLK && op_type == NAMESPACE_HANDLER_WRITE_OP) {
/macosx-10.10.1/ruby-106/ruby/
H A Dinsns.def693 (rb_num_t op_type, VALUE obj, VALUE needstr)
699 enum defined_type type = (enum defined_type)op_type;
H A Dvm.inc1060 rb_num_t op_type = (rb_num_t)GET_OPERAND(1);
1071 COLLECT_USAGE_OPERAND(BIN(defined), 0, op_type);
1078 enum defined_type type = (enum defined_type)op_type;
/macosx-10.10.1/pcre-7/pcre/
H A Dpcre_compile.c2671 int repeat_type, op_type; local
3828 op_type = 0; /* Default single-char op codes */
3913 op_type = OP_NOTSTAR - OP_STAR; /* Use "not" opcodes */
3927 repeats by setting op_type to add a suitable offset into repeat_type. Note
3936 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */
3973 /* Combine the op_type with the repeat_type */
3975 repeat_type += op_type;
4014 *code++ = OP_EXACT + op_type; /* NB EXACT doesn't have repeat_type */
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_cluster.c205 static kern_return_t vfs_drt_control(void **cmapp, int op_type);
6520 vfs_drt_control(void **cmapp, int op_type) argument
6529 switch (op_type) {

Completed in 248 milliseconds