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

1 2

  /src/tests/lib/libc/regex/
debug.c 95 sop opnd; local
114 opnd = OPND(*s);
121 if (strchr("\\|()^$.[+*?{}!<> ", (char)opnd) != NULL)
122 fprintf(d, "\\%c", (char)opnd);
124 fprintf(d, "%s", regchar((char)opnd));
142 fprintf(d, "[(%u)", opnd);
146 fprintf(d, "(\\<%u>", opnd);
149 fprintf(d, "<%u>\\)", opnd);
153 if (OP(*(s+opnd)) != O_PLUS
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFMIPeephole.cpp 92 MachineOperand &opnd = CopyMI->getOperand(1); local
94 if (!opnd.isReg())
100 Register Reg = opnd.getReg();
117 MachineOperand &opnd = PhiMI->getOperand(i); local
119 if (!opnd.isReg())
122 MachineInstr *PhiDef = MRI->getVRegDef(opnd.getReg());
518 MachineOperand &opnd = DefMI->getOperand(i); local
519 if (!opnd.isReg()) {
524 MachineInstr *PhiDef = MRI->getVRegDef(opnd.getReg());
  /src/external/gpl3/binutils/dist/bfd/
elfxx-ia64.c 556 enum ia64_opnd opnd;
561 opnd = IA64_OPND_NIL;
573 opnd = IA64_OPND_IMM14;
576 case R_IA64_PCREL21F: opnd = IA64_OPND_TGT25; break;
577 case R_IA64_PCREL21M: opnd = IA64_OPND_TGT25b; break;
578 case R_IA64_PCREL60B: opnd = IA64_OPND_TGT64; break;
581 opnd = IA64_OPND_TGT25c;
596 opnd = IA64_OPND_IMM22;
608 opnd = IA64_OPND_IMMU64;
672 switch (opnd)
555 enum ia64_opnd opnd; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-aarch64-ginsn.c 52 /* Get the DWARF register number for the given OPND. If OPND is an address,
53 the returned register is the base register. If OPND spans multiple
57 ginsn_dw2_regnum (aarch64_opnd_info *opnd)
62 opnd_class = aarch64_get_operand_class (opnd->type);
67 dw2reg_num = opnd->reg.regno + 64;
70 dw2reg_num = opnd->reglist.first_regno + 64;
73 dw2reg_num = opnd->addr.base_regno;
79 if (aarch64_zero_register_p (opnd))
84 dw2reg_num = opnd->reg.regno
109 aarch64_opnd_info *dst, *opnd; local
662 aarch64_opnd_info *opnd = NULL; local
732 aarch64_opnd_info *opnd; local
    [all...]
tc-aarch64.h 59 enum aarch64_opnd opnd; member in struct:aarch64_fix
143 (FIX)->tc_fix_data.opnd = AARCH64_OPND_NIL; }
tc-ia64.h 92 enum ia64_opnd opnd; member in struct:ia64_fix
151 #define TC_INIT_FIX_DATA(f) { f->tc_fix_data.opnd = 0; }
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-ia64.c 556 enum ia64_opnd opnd;
561 opnd = IA64_OPND_NIL;
573 opnd = IA64_OPND_IMM14;
576 case R_IA64_PCREL21F: opnd = IA64_OPND_TGT25; break;
577 case R_IA64_PCREL21M: opnd = IA64_OPND_TGT25b; break;
578 case R_IA64_PCREL60B: opnd = IA64_OPND_TGT64; break;
581 opnd = IA64_OPND_TGT25c;
596 opnd = IA64_OPND_IMM22;
608 opnd = IA64_OPND_IMMU64;
672 switch (opnd)
555 enum ia64_opnd opnd; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64-ginsn.c 52 /* Get the DWARF register number for the given OPND. If OPND is an address,
53 the returned register is the base register. If OPND spans multiple
57 ginsn_dw2_regnum (aarch64_opnd_info *opnd)
62 opnd_class = aarch64_get_operand_class (opnd->type);
67 dw2reg_num = opnd->reg.regno + 64;
70 dw2reg_num = opnd->reglist.first_regno + 64;
73 dw2reg_num = opnd->addr.base_regno;
79 if (aarch64_zero_register_p (opnd))
84 dw2reg_num = opnd->reg.regno
109 aarch64_opnd_info *dst, *opnd; local
662 aarch64_opnd_info *opnd = NULL; local
732 aarch64_opnd_info *opnd; local
    [all...]
tc-aarch64.h 59 enum aarch64_opnd opnd; member in struct:aarch64_fix
143 (FIX)->tc_fix_data.opnd = AARCH64_OPND_NIL; }
tc-ia64.h 92 enum ia64_opnd opnd; member in struct:ia64_fix
151 #define TC_INIT_FIX_DATA(f) { f->tc_fix_data.opnd = 0; }
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-scopedtables.h 42 struct { enum tree_code op; tree opnd; } unary; member in struct:hashable_expr::__anon13974::__anon13976
gimple-predicate-analysis.cc 450 tree opnd = gimple_phi_arg_def (phi, i); local
451 gimple *opnd_def = SSA_NAME_DEF_STMT (opnd);
518 tree opnd = gimple_phi_arg_def (phi, i); local
519 if (TREE_CODE (opnd) == SSA_NAME)
521 gimple *def = SSA_NAME_DEF_STMT (opnd);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-scopedtables.h 42 struct { enum tree_code op; tree opnd; } unary; member in struct:hashable_expr::__anon16395::__anon16397
gimple-predicate-analysis.cc 546 tree opnd = gimple_phi_arg_def (phi, i); local
547 gimple *opnd_def = SSA_NAME_DEF_STMT (opnd);
595 tree opnd = gimple_phi_arg_def (phi, i); local
597 if (TREE_CODE (opnd) == SSA_NAME)
599 gimple *def = SSA_NAME_DEF_STMT (opnd);
605 else if (!eval (opnd))
631 if (!eval (opnd))
  /src/external/gpl3/gdb/dist/bfd/
elfxx-ia64.c 556 enum ia64_opnd opnd;
561 opnd = IA64_OPND_NIL;
573 opnd = IA64_OPND_IMM14;
576 case R_IA64_PCREL21F: opnd = IA64_OPND_TGT25; break;
577 case R_IA64_PCREL21M: opnd = IA64_OPND_TGT25b; break;
578 case R_IA64_PCREL60B: opnd = IA64_OPND_TGT64; break;
581 opnd = IA64_OPND_TGT25c;
596 opnd = IA64_OPND_IMM22;
608 opnd = IA64_OPND_IMMU64;
672 switch (opnd)
555 enum ia64_opnd opnd; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-ia64.c 556 enum ia64_opnd opnd;
561 opnd = IA64_OPND_NIL;
573 opnd = IA64_OPND_IMM14;
576 case R_IA64_PCREL21F: opnd = IA64_OPND_TGT25; break;
577 case R_IA64_PCREL21M: opnd = IA64_OPND_TGT25b; break;
578 case R_IA64_PCREL60B: opnd = IA64_OPND_TGT64; break;
581 opnd = IA64_OPND_TGT25c;
596 opnd = IA64_OPND_IMM22;
608 opnd = IA64_OPND_IMMU64;
672 switch (opnd)
555 enum ia64_opnd opnd; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FixupLEAs.cpp 259 MachineOperand &opnd = MI.getOperand(i); local
260 if (opnd.isReg() && opnd.getReg() == p.getReg()) {
261 if (opnd.isDef())
  /src/lib/libcompat/regexp/
regexp.c 84 /* definition number opnd? meaning */
695 reginsert(op, opnd)
697 char *opnd;
711 while (src > opnd)
714 place = opnd; /* Op node, where operand used to be. */
950 char *opnd; local
952 opnd = OPERAND(scan);
954 if (*opnd != *reginput)
956 len = strlen(opnd);
957 if (len > 1 && strncmp(opnd, reginput
1104 char *opnd; local
    [all...]
  /src/external/bsd/less/dist/
regexp.c 80 /* definition number opnd? meaning */
628 reginsert(op, opnd)
630 char *opnd;
644 while (src > opnd)
647 place = opnd; /* Op node, where operand used to be. */
872 register char *opnd; local
874 opnd = OPERAND(scan);
876 if (*opnd != *reginput)
878 len = (int) strlen(opnd);
879 if (len > 1 && strncmp(opnd, reginput, len) != 0
1036 register char *opnd; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-gen.c 976 operand *opnd;
979 for (i = 0, opnd = operands; i < num; ++i, ++opnd)
981 opnd->has_inserter = opnd->inserter[0] != '0';
982 opnd->has_extractor = opnd->extractor[0] != '0';
992 operand *opnd;
1002 for (i = 0, opnd = operands; i < num; ++i, ++opnd)
975 operand *opnd; local
991 operand *opnd; local
1036 operand *opnd; local
1093 operand *opnd; local
    [all...]
aarch64-asm.c 2669 const aarch64_operand *opnd; local
2678 opnd = &aarch64_operands[type];
2679 if (operand_has_inserter (opnd)
2680 && !aarch64_insert_operand (opnd, info, &inst->value, inst,
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-gen.c 976 operand *opnd;
979 for (i = 0, opnd = operands; i < num; ++i, ++opnd)
981 opnd->has_inserter = opnd->inserter[0] != '0';
982 opnd->has_extractor = opnd->extractor[0] != '0';
992 operand *opnd;
1002 for (i = 0, opnd = operands; i < num; ++i, ++opnd)
975 operand *opnd; local
991 operand *opnd; local
1036 operand *opnd; local
1093 operand *opnd; local
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-gen.c 957 operand *opnd;
960 for (i = 0, opnd = operands; i < num; ++i, ++opnd)
962 opnd->has_inserter = opnd->inserter[0] != '0';
963 opnd->has_extractor = opnd->extractor[0] != '0';
973 operand *opnd;
983 for (i = 0, opnd = operands; i < num; ++i, ++opnd)
956 operand *opnd; local
972 operand *opnd; local
1017 operand *opnd; local
1074 operand *opnd; local
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
aarch64-gen.c 973 operand *opnd;
976 for (i = 0, opnd = operands; i < num; ++i, ++opnd)
978 opnd->has_inserter = opnd->inserter[0] != '0';
979 opnd->has_extractor = opnd->extractor[0] != '0';
989 operand *opnd;
999 for (i = 0, opnd = operands; i < num; ++i, ++opnd)
972 operand *opnd; local
988 operand *opnd; local
1032 operand *opnd; local
1090 operand *opnd; local
    [all...]
aarch64-asm.c 2679 const aarch64_operand *opnd; local
2688 opnd = &aarch64_operands[type];
2689 if (operand_has_inserter (opnd)
2690 && !aarch64_insert_operand (opnd, info, &inst->value, inst,

Completed in 50 milliseconds

1 2