HomeSort by relevance Sort by last modified time
    Searched refs:OP (Results 151 - 175 of 361) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-ssa-operands.h 72 #define USE_OP_PTR(OP) (&((OP)->use_ptr))
73 #define USE_OP(OP) (USE_FROM_PTR (USE_OP_PTR (OP)))
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
token.py 60 OP = 51
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
token.py 60 OP = 51
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 60 OP = 51
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 60 OP = 51
  /toolchain/binutils/binutils-2.27/gas/config/
tc-rl78.c 788 /* Given the opcode bytes at OP, figure out which opcode it is and
795 unsigned char *op = (unsigned char *)ops;
797 if (op[0] == 0x31
798 && ((op[1] & 0x0f) == 0x05
799 || (op[1] & 0x0f) == 0x03))
802 if (op[0] == 0x31
803 && ((op[1] & 0x0f) == 0x04
804 || (op[1] & 0x0f) == 0x02))
807 if (op[0] == 0x11
808 && op[1] == 0x3
794 unsigned char *op = (unsigned char *)ops; local
1053 char * op = fragP->fr_opcode; local
1425 char * op; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/
asm0.go 731 op := &ops[i]
732 if int(op.a2) == a2 && c1[op.a1] && c3[op.a3] && (op.family == 0 || c.ctxt.Arch.Family == op.family) {
734 return op
895 ctxt.Diag("unknown op in build: %v", r)
1049 func OP(x uint32, y uint32) uint32 {
1081 func OP_RRR(op uint32, r1 uint32, r2 uint32, r3 uint32) uint32
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/mips/
asm0.go 731 op := &ops[i]
732 if int(op.a2) == a2 && c1[op.a1] && c3[op.a3] && (op.family == 0 || c.ctxt.Arch.Family == op.family) {
734 return op
895 ctxt.Diag("unknown op in build: %v", r)
1049 func OP(x uint32, y uint32) uint32 {
1081 func OP_RRR(op uint32, r1 uint32, r2 uint32, r3 uint32) uint32
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
i960.h 106 #define OP(align,lit,fp,sfr) ( align | lit | fp | sfr )
108 #define R OP( 0, 0, 0, 0 )
109 #define RS OP( 0, 0, 0, SFR )
110 #define RL OP( 0, LIT, 0, 0 )
111 #define RSL OP( 0, LIT, 0, SFR )
112 #define F OP( 0, 0, FP, 0 )
113 #define FL OP( 0, LIT, FP, 0 )
114 #define R2 OP( 1, 0, 0, 0 )
115 #define RL2 OP( 1, LIT, 0, 0 )
116 #define F2 OP( 1, 0, FP, 0
    [all...]
m88k.h 53 #define OP 8
110 unsigned op:OP, member in struct:IR_FIELDS
423 unsigned op:OP, /* simulator version of opcode. */ member in struct:SIM_FLAGS
  /toolchain/binutils/binutils-2.27/opcodes/
v850-opc.c 28 #define OP(x) ((x & 0x3f) << 5)
29 #define OP_MASK OP (0x3f)
    [all...]
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 1272 nir_op op = vtn_nir_alu_op_for_spirv_opcode(opcode, &swap, src_alu_type, dst_alu_type); local
1897 nir_intrinsic_op op; local
2086 nir_intrinsic_op op = get_shared_nir_atomic_op(opcode); local
2128 nir_intrinsic_op op = get_ssbo_nir_atomic_op(opcode); local
2190 nir_op op; local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
dense_update_ops.cc 45 template <typename Device, typename T, DenseUpdateType OP>
80 functor::DenseUpdate<Device, T, OP> update_functor;
  /toolchain/binutils/binutils-2.27/bfd/
aout-cris.c 65 #define MY(OP) CONCAT2 (cris_aout_,OP)
aout-ns32k.c 30 #define MYNS(OP) CONCAT2 (ns32k_aout_,OP)
44 #define MY(OP) MYNS (OP)
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.h 40 CodeGenOpt::Level OP, bool is64bit);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
grammar.c 213 if (type != OP) {
219 printf("Unknown OP label %s\n",
225 if (type != OP) {
231 printf("Unknown OP label %s\n",
238 if (type != OP) {
244 printf("Unknown OP label %s\n",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
grammar.c 213 if (type != OP) {
219 printf("Unknown OP label %s\n",
225 if (type != OP) {
231 printf("Unknown OP label %s\n",
238 if (type != OP) {
244 printf("Unknown OP label %s\n",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
cleanfuture.py 162 OP = tokenize.OP
201 if not (type is OP and token == ','):
  /external/python/cpython2/Parser/
grammar.c 213 if (type != OP) {
219 printf("Unknown OP label %s\n",
225 if (type != OP) {
231 printf("Unknown OP label %s\n",
238 if (type != OP) {
244 printf("Unknown OP label %s\n",
  /external/python/cpython2/Tools/scripts/
cleanfuture.py 162 OP = tokenize.OP
201 if not (type is OP and token == ','):
  /external/python/cpython3/Parser/
grammar.c 232 if (type != OP) {
238 printf("Unknown OP label %s\n",
244 if (type != OP) {
250 printf("Unknown OP label %s\n",
257 if (type != OP) {
263 printf("Unknown OP label %s\n",
  /external/python/cpython3/Tools/scripts/
cleanfuture.py 162 OP = tokenize.OP
201 if not (type is OP and token == ','):
  /external/llvm/lib/Support/
regcomp.c 139 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd))
140 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
305 - p_ere_exp - parse one subERE, an atom possibly followed by a repetition op
400 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN);
401 assert(OP(p->strip[p->pend[backrefnum]]) != ORPAREN);
543 pos = HERE(); /* repetition op, if any, covers from here */
599 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
600 assert(OP(p->strip[p->pend[i]]) == ORPAREN)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regcomp.c 139 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd))
140 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
305 - p_ere_exp - parse one subERE, an atom possibly followed by a repetition op
400 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN);
401 assert(OP(p->strip[p->pend[backrefnum]]) != ORPAREN);
543 pos = HERE(); /* repetition op, if any, covers from here */
599 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
600 assert(OP(p->strip[p->pend[i]]) == ORPAREN)
    [all...]

Completed in 1951 milliseconds

1 2 3 4 5 67 8 91011>>