Searched refs:op (Results 101 - 125 of 1703) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_dump.c52 struct sh_op op; member in struct:dump_op
70 static void dump_op( struct sh_op op, const char *mnemonic ) argument
72 assert( op.is_reg == 0 );
74 if (op.predicated) {
77 if (op.coissue)
81 switch (op.opcode) {
83 switch (op.control) {
100 switch (op.control) {
125 assert(op.control == 0);
479 struct dump_op *op,
477 parse_op(struct dump_info *di, const uint **token, struct dump_op *op, uint num_dst, uint num_src) argument
519 dump_inst(struct dump_info *di, const unsigned **assem, struct sh_op op, const struct sh_opcode_info *info) argument
575 struct sh_op op = *(struct sh_op *) assem; local
[all...]
H A Dsvga_shader_op.c143 const struct sh_opcode_info *svga_opcode_info( uint op )
147 if (op >= sizeof( opcode_info ) / sizeof( opcode_info[0] )) {
154 info = &opcode_info[op];
159 _debug_printf("Missing information for opcode %u, '%s'\n", op,
160 opcode_info[op].mnemonic);
167 assert( op == info->svga_opcode );
/external/skia/src/animator/
H A DSkDisplayable.cpp198 for (SkOperand* op = array->begin(); op < array->end(); op++) {
202 SkDebugf("%s", op->fDisplayable->id);
205 SkDebugf("%d", op->fS32);
208 SkDebugf("%g", SkScalarToFloat(op->fScalar));
212 SkDebugf("%s", op->fString->c_str());
295 void SkDisplayable::dumpValues(const SkMemberInfo* info, SkDisplayTypes type, SkOperand op, SkOperand blankOp, argument
299 switch (op.fS32) {
309 if (op
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_op.c143 const struct sh_opcode_info *svga_opcode_info( uint op )
147 if (op >= sizeof( opcode_info ) / sizeof( opcode_info[0] )) {
154 info = &opcode_info[op];
159 _debug_printf("Missing information for opcode %u, '%s'\n", op,
160 opcode_info[op].mnemonic);
167 assert( op == info->svga_opcode );
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp205 operation op;
286 opInfo[i].op = (operation)i;
315 opInfo[prop->op].srcMods[s] |= NV50_IR_MOD_NEG;
317 opInfo[prop->op].srcMods[s] |= NV50_IR_MOD_ABS;
319 opInfo[prop->op].srcMods[s] |= NV50_IR_MOD_NOT;
321 opInfo[prop->op].srcFiles[s] |= 1 << (int)FILE_MEMORY_CONST;
323 opInfo[prop->op].srcFiles[s] |= 1 << (int)FILE_IMMEDIATE;
325 opInfo[prop->op].immdBits = 0xffffffff;
328 opInfo[prop->op].dstMods = NV50_IR_MOD_SAT;
397 return (!i->asTex() && i->op !
458 isOpSupported(operation op, DataType ty) const argument
526 isPostMultiplySupported(operation op, float f, int& e) const argument
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp205 operation op;
286 opInfo[i].op = (operation)i;
315 opInfo[prop->op].srcMods[s] |= NV50_IR_MOD_NEG;
317 opInfo[prop->op].srcMods[s] |= NV50_IR_MOD_ABS;
319 opInfo[prop->op].srcMods[s] |= NV50_IR_MOD_NOT;
321 opInfo[prop->op].srcFiles[s] |= 1 << (int)FILE_MEMORY_CONST;
323 opInfo[prop->op].srcFiles[s] |= 1 << (int)FILE_IMMEDIATE;
325 opInfo[prop->op].immdBits = 0xffffffff;
328 opInfo[prop->op].dstMods = NV50_IR_MOD_SAT;
397 return (!i->asTex() && i->op !
458 isOpSupported(operation op, DataType ty) const argument
526 isPostMultiplySupported(operation op, float f, int& e) const argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dexpr.c64 yasm_expr_create(yasm_expr_op op, yasm_expr__item *left, argument
71 ptr->op = op;
87 ptr->terms[0].data.expn->op == YASM_EXPR_IDENT) {
110 ptr->terms[1].data.expn->op == YASM_EXPR_IDENT) {
217 if (e->op != YASM_EXPR_ADD)
232 if (sube->op != YASM_EXPR_MUL || sube->numterms != 2)
289 e->op = YASM_EXPR_IDENT;
368 sube->op = YASM_EXPR_MUL;
392 switch (e->op) {
489 expr_is_constant(yasm_expr_op op, yasm_intnum *intn) argument
500 expr_can_destroy_int_left(yasm_expr_op op, yasm_intnum *intn) argument
513 expr_can_destroy_int_right(yasm_expr_op op, yasm_intnum *intn) argument
1050 yasm_expr_is_op(const yasm_expr *e, yasm_expr_op op) argument
[all...]
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djri.h411 struct java_lang_Class* (*FindClass)(JRIEnv* env, jint op, const char* a);
412 void (*Throw)(JRIEnv* env, jint op, struct java_lang_Throwable* a);
413 void (*ThrowNew)(JRIEnv* env, jint op, struct java_lang_Class* a, const char* b);
414 struct java_lang_Throwable* (*ExceptionOccurred)(JRIEnv* env, jint op);
415 void (*ExceptionDescribe)(JRIEnv* env, jint op);
416 void (*ExceptionClear)(JRIEnv* env, jint op);
417 jglobal (*NewGlobalRef)(JRIEnv* env, jint op, void* a);
418 void (*DisposeGlobalRef)(JRIEnv* env, jint op, jglobal a);
419 void* (*GetGlobalRef)(JRIEnv* env, jint op, jglobal a);
420 void (*SetGlobalRef)(JRIEnv* env, jint op, jgloba
[all...]
/external/chromium/third_party/libevent/
H A Depoll_sub.c42 epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) argument
45 return (syscall(__NR_epoll_ctl, epfd, op, fd, event));
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dwrite_from_file_operation_unittest.cc23 scoped_refptr<WriteFromFileOperation> op = new WriteFromFileOperation( local
38 op->Start();
/external/chromium_org/third_party/libevent/
H A Depoll_sub.c42 epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) argument
45 return (syscall(__NR_epoll_ctl, epfd, op, fd, event));
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Daccum.h6 * (No-op)
56 _mesa_accum(struct gl_context *ctx, GLenum op, GLfloat value);
78 _mesa_accum(struct gl_context *ctx, GLenum op, GLfloat value) argument
/external/chromium_org/third_party/re2/re2/testing/
H A Ddump.cc58 if (re->op() < 0 || re->op() >= arraysize(kOpcodeNames)) {
59 StringAppendF(s, "op%d", re->op());
61 switch (re->op()) {
72 s->append(kOpcodeNames[re->op()]);
73 if (re->op() == kRegexpLiteral && (re->parse_flags() & Regexp::FoldCase)) {
78 if (re->op() == kRegexpLiteralString && (re->parse_flags() & Regexp::FoldCase)) {
89 switch (re->op()) {
/external/kernel-headers/original/asm-x86/
H A Dpercpu_32.h100 #define percpu_to_op(op,var,val) \
106 asm(op "b %1,"__percpu_seg"%0" \
111 asm(op "w %1,"__percpu_seg"%0" \
116 asm(op "l %1,"__percpu_seg"%0" \
124 #define percpu_from_op(op,var) \
129 asm(op "b "__percpu_seg"%1,%0" \
134 asm(op "w "__percpu_seg"%1,%0" \
139 asm(op "l "__percpu_seg"%1,%0" \
/external/llvm/utils/lit/lit/
H A DShCommands.py66 def __init__(self, lhs, op, rhs):
67 assert op in (';', '&', '||', '&&')
68 self.op = op
73 return 'Seq(%r, %r, %r)' % (self.lhs, self.op, self.rhs)
79 return ((self.lhs, self.op, self.rhs) ==
80 (other.lhs, other.op, other.rhs))
84 file.write(' %s\n' % self.op)
/external/lzma/Asm/x86/
H A DAesOpt.asm55 OP_W macro op, op2
58 op @CatStr(xmm,%i), op2
63 LOAD_OP macro op:req, offs:req
64 op xmm0, [r1 + r3 offs]
67 LOAD_OP_W macro op:req, offs:req
69 OP_W op, xmm7
81 DECODE macro op:req
82 op aesdec, +16
84 op aesdec, +0
85 op aesde
[all...]
/external/mesa3d/src/mesa/main/
H A Daccum.h6 * (No-op)
56 _mesa_accum(struct gl_context *ctx, GLenum op, GLfloat value);
78 _mesa_accum(struct gl_context *ctx, GLenum op, GLfloat value) argument
/external/regex-re2/re2/testing/
H A Ddump.cc58 if (re->op() < 0 || re->op() >= arraysize(kOpcodeNames)) {
59 StringAppendF(s, "op%d", re->op());
61 switch (re->op()) {
72 s->append(kOpcodeNames[re->op()]);
73 if (re->op() == kRegexpLiteral && (re->parse_flags() & Regexp::FoldCase)) {
78 if (re->op() == kRegexpLiteralString && (re->parse_flags() & Regexp::FoldCase)) {
89 switch (re->op()) {
/external/v8/src/
H A Dlithium.cc168 void LPointerMap::RecordPointer(LOperand* op) { argument
170 if (op->IsStackSlot() && op->index() < 0) return;
171 ASSERT(!op->IsDoubleRegister() && !op->IsDoubleStackSlot());
172 pointer_operands_.Add(op);
176 void LPointerMap::RemovePointer(LOperand* op) { argument
178 if (op->IsStackSlot() && op->index() < 0) return;
179 ASSERT(!op
189 RecordUntagged(LOperand* op) argument
[all...]
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DLiveness.java241 int op = ci.byteAt(index);
242 if (op < 96)
243 if (op < 54)
244 doOpcode0_53(ci, index, op);
246 doOpcode54_95(ci, index, op);
248 if (op == Opcode.IINC) {
252 else if (op == Opcode.WIDE)
257 private void doOpcode0_53(CodeIterator ci, int pos, int op) { argument
258 switch (op) {
270 readLocal(op
299 doOpcode54_95(CodeIterator ci, int pos, int op) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_vector.cpp67 ir_rvalue *op = ir->operands[i]; local
69 while (op != NULL) {
70 switch (op->ir_type) {
72 const ir_constant *const c = op->as_constant();
77 op = NULL;
82 ir_dereference_variable *const d = (ir_dereference_variable *) op;
88 op = NULL;
93 ir_expression *const ex = (ir_expression *) op;
98 op = ex->operands[0];
103 op
[all...]
/external/mesa3d/src/glsl/
H A Dlower_vector.cpp67 ir_rvalue *op = ir->operands[i]; local
69 while (op != NULL) {
70 switch (op->ir_type) {
72 const ir_constant *const c = op->as_constant();
77 op = NULL;
82 ir_dereference_variable *const d = (ir_dereference_variable *) op;
88 op = NULL;
93 ir_expression *const ex = (ir_expression *) op;
98 op = ex->operands[0];
103 op
[all...]
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DTokenRewriteStream.js185 * the binary search. A ReplaceOp kills any previous replace op. Since
191 op;
194 op = arguments[0];
197 op = arguments[1];
204 if (searchOp.index===op.index) {
205 // now pos is the index in rewrites of first op with op.index
209 if (op instanceof trs.ReplaceOp) {
214 if (prevOp.index!==op.index) {
218 rewrites[pos] = op; // replac
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dexpr.c34 int op = pExpr->op; local
35 if( op==TK_SELECT ){
40 if( op==TK_CAST ){
45 if( (op==TK_AGG_COLUMN || op==TK_COLUMN || op==TK_REGISTER)
48 /* op==TK_REGISTER && pExpr->pTab!=0 happens when pExpr was originally
96 int op; local
99 op
378 sqlite3ExprAlloc( sqlite3 *db, int op, const Token *pToken, int dequote ) argument
426 sqlite3Expr( sqlite3 *db, int op, const char *zToken ) argument
479 sqlite3PExpr( Parse *pParse, int op, Expr *pLeft, Expr *pRight, const Token *pToken ) argument
1247 u8 op; local
1291 u8 op; local
2137 int op = IsVirtual(pTab) ? OP_VColumn : OP_Column; local
2262 int op; /* The opcode being coded */ local
3165 int op = 0; local
3285 int op = 0; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaQueryEvaluator.cpp157 bool compareValue(T a, T b, MediaFeaturePrefix op) argument
159 switch (op) {
170 static bool compareAspectRatioValue(CSSValue* value, int width, int height, MediaFeaturePrefix op) argument
174 return compareValue(width * static_cast<int>(aspectRatio->denominatorValue()), height * static_cast<int>(aspectRatio->numeratorValue()), op);
190 static bool colorMediaFeatureEval(CSSValue* value, RenderStyle*, Frame* frame, MediaFeaturePrefix op) argument
195 return numberValue(value, number) && compareValue(bitsPerComponent, static_cast<int>(number), op);
200 static bool colorIndexMediaFeatureEval(CSSValue* value, RenderStyle*, Frame*, MediaFeaturePrefix op) argument
209 return numberValue(value, number) && compareValue(0, static_cast<int>(number), op);
212 static bool monochromeMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op) argument
217 return numberValue(value, number) && compareValue(0, static_cast<int>(number), op);
246 aspectRatioMediaFeatureEval(CSSValue* value, RenderStyle*, Frame* frame, MediaFeaturePrefix op) argument
258 deviceAspectRatioMediaFeatureEval(CSSValue* value, RenderStyle*, Frame* frame, MediaFeaturePrefix op) argument
270 evalResolution(CSSValue* value, Frame* frame, MediaFeaturePrefix op) argument
318 devicePixelRatioMediaFeatureEval(CSSValue *value, RenderStyle*, Frame* frame, MediaFeaturePrefix op) argument
323 resolutionMediaFeatureEval(CSSValue* value, RenderStyle*, Frame* frame, MediaFeaturePrefix op) argument
328 gridMediaFeatureEval(CSSValue* value, RenderStyle*, Frame*, MediaFeaturePrefix op) argument
360 deviceHeightMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op) argument
376 deviceWidthMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op) argument
392 heightMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op) argument
407 widthMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op) argument
534 animationMediaFeatureEval(CSSValue* value, RenderStyle*, Frame*, MediaFeaturePrefix op) argument
543 deprecatedTransitionMediaFeatureEval(CSSValue* value, RenderStyle*, Frame* frame, MediaFeaturePrefix op) argument
554 transform2dMediaFeatureEval(CSSValue* value, RenderStyle*, Frame*, MediaFeaturePrefix op) argument
563 transform3dMediaFeatureEval(CSSValue* value, RenderStyle*, Frame* frame, MediaFeaturePrefix op) argument
[all...]

Completed in 5722 milliseconds

1234567891011>>