Searched refs:op1 (Results 1 - 25 of 92) sorted by relevance

1234

/external/valgrind/main/none/tests/s390x/
H A Dcds.c15 quad_word op1 = op1_init; local
19 quad_word op1_before = op1;
23 printf("before op1 = (%#lx, %#lx)\n", op1.high, op1.low);
31 "stmg %%r0,%%r1,%1\n" // store r0,r1 to op1
35 : "=d" (cc), "+QS" (op1), "+QS" (op2), "+QS" (op3)
39 printf("after op1 = (%#lx, %#lx)\n", op1.high, op1
95 quad_word op1, op3; local
[all...]
H A Dcds.stdout.exp1 before op1 = (0x44556677, 0x111111118899aabb)
4 after op1 = (0x44556677, 0x111111118899aabb)
8 before op1 = (0x1000000000000000, 0)
11 after op1 = (0x1000000080000000, 0x1)
H A Dcs.stdout.exp1 before op1 = 0x10000000
4 after op1 = 0x10000000
8 before op1 = 0x10000000
11 after op1 = 0x20000000
H A Dcsg.stdout.exp1 before op1 = 0x1000000000000000
4 after op1 = 0x1000000000000000
8 before op1 = 0x1000000000000000
11 after op1 = 0x2000000000000000
H A Dcs.c8 register int32_t op1 asm("8") = op1_init;
14 printf("before op1 = %#x\n", op1);
22 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
26 printf("after op1 = %#x\n", op1);
39 if (op1 != op2) {
H A Dcsg.c8 register int64_t op1 asm("8") = op1_init;
14 printf("before op1 = %#lx\n", op1);
22 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
26 printf("after op1 = %#lx\n", op1);
39 if (op1 != op2) {
H A Dcdsg.stdout.exp1 before op1 = (0x11223344556677, 0x8899aabbccddeeff)
4 after op1 = (0x11223344556677, 0x8899aabbccddeeff)
8 before op1 = (0x8000000000000000, 0)
11 after op1 = (0, 0x1)
15 before op1 = (0, 0x1)
18 after op1 = (0x1, 0)
H A Dcdsg.c28 printf("before op1 = (%#lx, %#lx)\n", _op1.high, _op1.low);
44 printf("after op1 = (%#lx, %#lx)\n", _op1.high, _op1.low);
84 quad_word op1, op2, op3; local
86 // op1 == op2
87 op1.high = 0x0011223344556677ull;
88 op1.low = 0x8899aabbccddeeffull;
89 op2 = op1;
91 test(op1, op2, op3, 0);
93 // op1 != op2 (only MSB differs)
94 op1
[all...]
H A Dopcodes.h19 #define RIL_RI(op1,r1,op2,i2) \
20 ".short 0x" #op1 #r1 #op2 "\n\t" \
22 #define RIE_RRI0(op1,r1,r3,i2,u0,op2) \
23 ".short 0x" #op1 #r1 #r3 "\n\t" \
26 #define SIY_IRD(op1,i2,b1,dl1,dh1,op2) \
27 ".short 0x" #op1 #i2 "\n\t" \
29 #define RXY_RRRD(op1,r1,x2,b2,dl2,dh2,op2) \
30 ".short 0x" #op1 #r1 #x2 "\n\t" \
32 #define RIL_RU(op1,r1,op2,i2) \
33 ".short 0x" #op1 #r
[all...]
/external/valgrind/main/memcheck/tests/s390x/
H A Dcds.c13 quad_word op1 = op1_init; local
21 "stmg %%r0,%%r1,%1\n" // store r0,r1 to op1
23 : "=d" (cc), "+QS" (op1), "+QS" (op2), "+QS" (op3)
43 quad_word op1, op3; local
46 // op1 undefined
47 op1 = make_undefined();
50 test(op1, op2, op3); // complaint
55 quad_word op1, op3; local
58 op1.high = op1
66 quad_word op1, op3; local
[all...]
H A Dcdsg.c25 "stmg %%r0,%%r1,%1\n" // store r0,r1 to op1
34 quad_word op1, op2, op3; local
36 // op1 undefined
39 test(op1, op2, op3); // complaint
44 quad_word op1, op2, op3; local
46 op1.high = op1.low = 42;
49 test(op1, op2, op3); // complaint
54 quad_word op1, op2, op3; local
56 op1
[all...]
H A Dcs.c8 register int32_t op1 asm("8") = op1_init;
18 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
25 int op1, op2, op3; local
27 test(op1, 0x10000000, 0x12345678); // complaint
H A Dcsg.c8 register int64_t op1 asm("8") = op1_init;
18 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
25 int64_t op1, op2, op3; local
27 test(op1, 0x1000000000000000ull, 0x1234567887654321ull); // complaint
/external/valgrind/main/VEX/test/
H A Dtest-amd64-muldiv.h2 void glue(glue(test_, OP), b)(int64 op0, int64 op1) argument
6 s1 = op1;
20 void glue(glue(test_, OP), w)(int64 op0h, int64 op0, int64 op1) argument
23 s1 = op1;
38 void glue(glue(test_, OP), l)(int64 op0h, int64 op0, int64 op1) argument
41 s1 = op1;
56 void glue(glue(test_, OP), q)(int64 op0h, int64 op0, int64 op1) argument
59 s1 = op1;
H A Dtest-i386-muldiv.h2 void glue(glue(test_, OP), b)(int op0, int op1) argument
6 s1 = op1;
20 void glue(glue(test_, OP), w)(int op0h, int op0, int op1) argument
23 s1 = op1;
38 void glue(glue(test_, OP), l)(int op0h, int op0, int op1) argument
41 s1 = op1;
/external/valgrind/main/none/tests/mips32/
H A Dround.c201 int FCSRRoundingMode(flt_round_op_t op1) argument
215 switch(op1) {
218 printf("%s %lf %lf\n", flt_round_op_names[op1], fd_d, fs_f[i]);
222 printf("%s %lf %d\n", flt_round_op_names[op1], fd_d, fs_w[i]);
226 printf("%s %f %lf\n", flt_round_op_names[op1], fd_f, fs_d[i]);
230 printf("%s %f %d\n", flt_round_op_names[op1], fd_f, fs_w[i]);
234 printf("%s %d %f\n", flt_round_op_names[op1], fd_w, fs_f[i]);
238 printf("%s %d %lf\n", flt_round_op_names[op1], fd_w, fs_d[i]);
252 flt_round_op_t op1; local
262 for (op1
[all...]
/external/javassist/src/main/javassist/compiler/ast/
H A DStmnt.java45 public static Stmnt make(int op, ASTree op1, ASTree op2, ASTree op3) { argument
46 return new Stmnt(op, op1, new ASTList(op2, new ASTList(op3)));
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dintnum.c425 wordptr op1, op2 = NULL; local
431 op1 = intnum_tobv(op1static, acc);
446 BitVector_add(result, op1, op2, &carry);
449 BitVector_sub(result, op1, op2, &carry);
452 BitVector_Multiply(result, op1, op2);
455 /* TODO: make sure op1 and op2 are unsigned */
461 BitVector_Divide(result, op1, op2, spare);
469 BitVector_Divide(result, op1, op2, spare);
472 /* TODO: make sure op1 and op2 are unsigned */
478 BitVector_Divide(spare, op1, op
615 wordptr op1, op2; local
779 wordptr op1 = op1static, op2; local
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_s390_toIR.c166 binop(IROp kind, IRExpr *op1, IRExpr *op2) argument
168 return IRExpr_Binop(kind, op1, op2);
173 triop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3) argument
175 return IRExpr_Triop(kind, op1, op2, op3);
180 qop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3, IRExpr *op4) argument
182 return IRExpr_Qop(kind, op1, op2, op3, op4);
695 s390_call_calculate_icc(UInt m, UInt opc, IRTemp op1, IRTemp op2) argument
701 dep1 = s390_cc_widen(op1, True);
706 dep1 = s390_cc_widen(op1, False);
2179 IRTemp op1 local
2195 IRTemp op1 = newTemp(Ity_I64); local
2211 IRTemp op1 = newTemp(Ity_I64); local
2259 IRTemp op1 = newTemp(Ity_I32); local
2275 IRTemp op1 = newTemp(Ity_I32); local
2291 IRTemp op1 = newTemp(Ity_I64); local
2307 IRTemp op1 = newTemp(Ity_I64); local
2323 IRTemp op1 = newTemp(Ity_I32); local
2340 IRTemp op1 = newTemp(Ity_I64); local
2391 IRTemp op1 = newTemp(Ity_I32); local
2408 IRTemp op1 = newTemp(Ity_I64); local
2425 IRTemp op1 = newTemp(Ity_I32); local
2441 IRTemp op1 = newTemp(Ity_I32); local
2457 IRTemp op1 = newTemp(Ity_I32); local
2474 IRTemp op1 = newTemp(Ity_I64); local
2523 IRTemp op1 = newTemp(Ity_I32); local
2540 IRTemp op1 = newTemp(Ity_I32); local
2556 IRTemp op1 = newTemp(Ity_I64); local
2572 IRTemp op1 = newTemp(Ity_I64); local
2620 IRTemp op1 = newTemp(Ity_I32); local
2636 IRTemp op1 = newTemp(Ity_I32); local
2652 IRTemp op1 = newTemp(Ity_I64); local
2668 IRTemp op1 = newTemp(Ity_I64); local
2684 IRTemp op1 = newTemp(Ity_I32); local
2701 IRTemp op1 = newTemp(Ity_I64); local
2750 IRTemp op1 = newTemp(Ity_I32); local
2769 IRTemp op1 = newTemp(Ity_I64); local
2789 IRTemp op1 = newTemp(Ity_I32); local
2808 IRTemp op1 = newTemp(Ity_I64); local
2828 IRTemp op1 = newTemp(Ity_I32); local
2845 IRTemp op1 = newTemp(Ity_I64); local
2896 IRTemp op1 = newTemp(Ity_I32); local
2913 IRTemp op1 = newTemp(Ity_I32); local
2928 IRTemp op1 = newTemp(Ity_I32); local
2944 IRTemp op1 = newTemp(Ity_I64); local
2992 IRTemp op1 = newTemp(Ity_I32); local
3008 IRTemp op1 = newTemp(Ity_I32); local
3024 IRTemp op1 = newTemp(Ity_I64); local
3040 IRTemp op1 = newTemp(Ity_I8); local
3056 IRTemp op1 = newTemp(Ity_I8); local
3072 IRTemp op1 = newTemp(Ity_I32); local
3088 IRTemp op1 = newTemp(Ity_I16); local
3104 IRTemp op1 = newTemp(Ity_I16); local
3120 IRTemp op1 = newTemp(Ity_I32); local
3136 IRTemp op1 = newTemp(Ity_I16); local
3152 IRTemp op1 = newTemp(Ity_I16); local
3477 IRTemp op1 = newTemp(Ity_I32); local
3490 IRTemp op1 = newTemp(Ity_I64); local
3503 IRTemp op1 = newTemp(Ity_I64); local
3516 IRTemp op1 = newTemp(Ity_I32); local
3529 IRTemp op1 = newTemp(Ity_I32); local
3542 IRTemp op1 = newTemp(Ity_I64); local
3555 IRTemp op1 = newTemp(Ity_I64); local
3568 IRTemp op1 = newTemp(Ity_I32); local
3582 IRTemp op1 = newTemp(Ity_I64); local
3596 IRTemp op1 = newTemp(Ity_I32); local
3610 IRTemp op1 = newTemp(Ity_I64); local
3624 IRTemp op1 = newTemp(Ity_I64); local
3638 IRTemp op1 = newTemp(Ity_I32); local
3662 IRTemp op1 = newTemp(Ity_I64); local
3686 IRTemp op1 = newTemp(Ity_I32); local
3712 IRTemp op1 = newTemp(Ity_I64); local
3738 IRTemp op1 = newTemp(Ity_I32); local
3762 IRTemp op1 = newTemp(Ity_I64); local
3786 IRTemp op1 = newTemp(Ity_I32); local
3811 IRTemp op1 = newTemp(Ity_I64); local
3836 IRTemp op1 = newTemp(Ity_I32); local
3849 IRTemp op1 = newTemp(Ity_I32); local
3862 IRTemp op1 = newTemp(Ity_I64); local
3875 IRTemp op1 = newTemp(Ity_I32); local
3889 IRTemp op1 = newTemp(Ity_I64); local
3903 IRTemp op1 = newTemp(Ity_I16); local
3917 IRTemp op1 = newTemp(Ity_I32); local
3931 IRTemp op1 = newTemp(Ity_I64); local
3945 IRTemp op1 = newTemp(Ity_I32); local
3959 IRTemp op1 = newTemp(Ity_I64); local
3973 IRTemp op1 = newTemp(Ity_I32); local
3986 IRTemp op1 = newTemp(Ity_I32); local
3999 IRTemp op1 = newTemp(Ity_I32); local
4012 IRTemp op1 = newTemp(Ity_I32); local
4026 IRTemp op1 = newTemp(Ity_I32); local
4039 IRTemp op1 = newTemp(Ity_I64); local
4052 IRTemp op1 = newTemp(Ity_I64); local
4065 IRTemp op1 = newTemp(Ity_I32); local
4078 IRTemp op1 = newTemp(Ity_I32); local
4091 IRTemp op1 = newTemp(Ity_I64); local
4104 IRTemp op1 = newTemp(Ity_I64); local
4117 IRTemp op1 = newTemp(Ity_I32); local
4131 IRTemp op1 = newTemp(Ity_I64); local
4145 IRTemp op1 = newTemp(Ity_I8); local
4159 IRTemp op1 = newTemp(Ity_I8); local
4173 IRTemp op1 = newTemp(Ity_I32); local
4187 IRTemp op1 = newTemp(Ity_I64); local
4201 IRTemp op1 = newTemp(Ity_I16); local
4215 IRTemp op1 = newTemp(Ity_I32); local
4229 IRTemp op1 = newTemp(Ity_I64); local
4243 IRTemp op1 = newTemp(Ity_I64); local
4257 IRTemp op1 = newTemp(Ity_I32); local
4271 IRTemp op1 = newTemp(Ity_I64); local
4285 IRTemp op1 = newTemp(Ity_I32); local
4309 IRTemp op1 = newTemp(Ity_I64); local
4333 IRTemp op1 = newTemp(Ity_I32); local
4358 IRTemp op1 = newTemp(Ity_I64); local
4383 IRTemp op1 = newTemp(Ity_I32); local
4407 IRTemp op1 = newTemp(Ity_I64); local
4431 IRTemp op1 = newTemp(Ity_I32); local
4456 IRTemp op1 = newTemp(Ity_I64); local
4481 IRTemp op1 = newTemp(Ity_I32); local
4543 IRTemp op1 = newTemp(Ity_I32); local
4605 IRTemp op1 = newTemp(Ity_I32); local
4667 IRTemp op1 = newTemp(Ity_I32); local
4680 IRTemp op1 = newTemp(Ity_I32); local
4693 IRTemp op1 = newTemp(Ity_I32); local
4706 IRTemp op1 = newTemp(Ity_I32); local
4730 IRTemp op1 = newTemp(Ity_I32); local
4750 IRTemp op1 = newTemp(Ity_I64); local
4802 IRTemp op1 = newTemp(Ity_I32); local
4818 IRTemp op1 = newTemp(Ity_I32); local
4834 IRTemp op1 = newTemp(Ity_I64); local
4850 IRTemp op1 = newTemp(Ity_I8); local
4866 IRTemp op1 = newTemp(Ity_I8); local
4882 IRTemp op1 = newTemp(Ity_I32); local
4898 IRTemp op1 = newTemp(Ity_I32); local
5506 Int op1; local
5523 Long op1; local
5540 Long op1; local
6118 IRTemp op1 = newTemp(Ity_I32); local
6134 IRTemp op1 = newTemp(Ity_I32); local
6150 IRTemp op1 = newTemp(Ity_I32); local
6166 IRTemp op1 = newTemp(Ity_I32); local
6182 IRTemp op1 = newTemp(Ity_I32); local
6198 IRTemp op1 = newTemp(Ity_I32); local
6214 IRTemp op1 = newTemp(Ity_I64); local
6230 IRTemp op1 = newTemp(Ity_I32); local
6246 IRTemp op1 = newTemp(Ity_I64); local
6262 IRTemp op1 = newTemp(Ity_I32); local
6278 IRTemp op1 = newTemp(Ity_I64); local
6294 IRTemp op1 = newTemp(Ity_I32); local
6309 IRTemp op1 = newTemp(Ity_I64); local
6324 IRTemp op1 = newTemp(Ity_I64); local
6340 IRTemp op1 = newTemp(Ity_I32); local
6355 IRTemp op1 = newTemp(Ity_I32); local
6370 IRTemp op1 = newTemp(Ity_I64); local
6385 IRTemp op1 = newTemp(Ity_I64); local
6401 IRTemp op1 = newTemp(Ity_I32); local
6416 IRTemp op1 = newTemp(Ity_I64); local
6432 IRTemp op1 = newTemp(Ity_I32); local
6448 IRTemp op1 = newTemp(Ity_I64); local
6496 IRTemp op1 = newTemp(Ity_I32); local
6512 IRTemp op1 = newTemp(Ity_I32); local
6528 IRTemp op1 = newTemp(Ity_I64); local
6544 IRTemp op1 = newTemp(Ity_I8); local
6560 IRTemp op1 = newTemp(Ity_I8); local
6576 IRTemp op1 = newTemp(Ity_I32); local
6592 IRTemp op1 = newTemp(Ity_I16); local
6608 IRTemp op1 = newTemp(Ity_I16); local
6624 IRTemp op1 = newTemp(Ity_I32); local
6640 IRTemp op1 = newTemp(Ity_I16); local
6656 IRTemp op1 = newTemp(Ity_I16); local
7388 IRTemp op1 = newTemp(Ity_I32); local
7404 IRTemp op1 = newTemp(Ity_I64); local
7420 IRTemp op1 = newTemp(Ity_I64); local
7468 IRTemp op1 = newTemp(Ity_I32); local
7484 IRTemp op1 = newTemp(Ity_I32); local
7500 IRTemp op1 = newTemp(Ity_I64); local
7516 IRTemp op1 = newTemp(Ity_I64); local
7532 IRTemp op1 = newTemp(Ity_I32); local
7548 IRTemp op1 = newTemp(Ity_I32); local
7596 IRTemp op1 = newTemp(Ity_I32); local
7612 IRTemp op1 = newTemp(Ity_I64); local
7628 IRTemp op1 = newTemp(Ity_I64); local
7676 IRTemp op1 = newTemp(Ity_I32); local
7692 IRTemp op1 = newTemp(Ity_I32); local
7708 IRTemp op1 = newTemp(Ity_I64); local
7724 IRTemp op1 = newTemp(Ity_I64); local
7740 IRTemp op1 = newTemp(Ity_I32); local
7757 IRTemp op1 = newTemp(Ity_I64); local
7806 IRTemp op1 = newTemp(Ity_I32); local
7826 IRTemp op1 = newTemp(Ity_I64); local
7846 IRTemp op1 = newTemp(Ity_I32); local
7866 IRTemp op1 = newTemp(Ity_I64); local
8144 IRTemp op1 = newTemp(Ity_F32); local
8161 IRTemp op1 = newTemp(Ity_F64); local
8178 IRTemp op1 = newTemp(Ity_F32); local
8195 IRTemp op1 = newTemp(Ity_F64); local
8316 IRTemp op1 = newTemp(Ity_F32); local
8332 IRTemp op1 = newTemp(Ity_F64); local
8348 IRTemp op1 = newTemp(Ity_F32); local
8364 IRTemp op1 = newTemp(Ity_F64); local
8461 IRTemp op1 = newTemp(Ity_F32); local
8477 IRTemp op1 = newTemp(Ity_F64); local
8493 IRTemp op1 = newTemp(Ity_F32); local
8509 IRTemp op1 = newTemp(Ity_F64); local
8525 IRTemp op1 = newTemp(Ity_F32); local
8542 IRTemp op1 = newTemp(Ity_F64); local
8559 IRTemp op1 = newTemp(Ity_F32); local
8576 IRTemp op1 = newTemp(Ity_F64); local
8824 IRTemp op1 = newTemp(Ity_I8); local
9563 IRTemp op1 = newTemp(Ity_I64); local
9577 IRTemp op1 = newTemp(Ity_I128); local
9591 IRTemp op1 = newTemp(Ity_I64); local
9796 IRTemp op1 = newTemp(Ity_I32); local
9844 IRTemp op1 = newTemp(Ity_I64); local
9987 IRTemp op1 = newTemp(Ity_F128); local
10050 IRTemp op1 = newTemp(Ity_F32); local
10068 IRTemp op1 = newTemp(Ity_F64); local
10086 IRTemp op1 = newTemp(Ity_F128); local
10104 IRTemp op1 = newTemp(Ity_F32); local
10122 IRTemp op1 = newTemp(Ity_F64); local
10192 IRTemp op1 = newTemp(Ity_F128); local
10370 IRTemp op1 = newTemp(Ity_F128); local
10521 IRTemp op1 = newTemp(Ity_F128); local
10922 IRTemp op1 = newTemp(Ity_I8); local
10969 IRTemp op1 = newTemp(Ity_I8); local
11017 IRTemp op1 = newTemp(Ity_I16); local
11064 IRTemp op1 = newTemp(Ity_I16); local
11121 IRTemp op1 = newTemp(Ity_I8); local
11939 unsigned int op1 : 8; member in struct:__anon27374::__anon27375
12853 unsigned int op1 : 8; member in struct:__anon27388::__anon27389
12861 unsigned int op1 : 8; member in struct:__anon27388::__anon27390
12870 unsigned int op1 : 8; member in struct:__anon27388::__anon27391
12879 unsigned int op1 : 8; member in struct:__anon27388::__anon27392
12888 unsigned int op1 : 8; member in struct:__anon27388::__anon27393
12896 unsigned int op1 : 8; member in struct:__anon27388::__anon27394
12902 unsigned int op1 : 8; member in struct:__anon27388::__anon27395
12911 unsigned int op1 : 8; member in struct:__anon27388::__anon27396
12921 unsigned int op1 : 8; member in struct:__anon27388::__anon27397
12930 unsigned int op1 : 8; member in struct:__anon27388::__anon27398
12939 unsigned int op1 : 8; member in struct:__anon27388::__anon27399
12948 unsigned int op1 : 8; member in struct:__anon27388::__anon27400
12958 unsigned int op1 : 8; member in struct:__anon27388::__anon27401
12967 unsigned int op1 : 8; member in struct:__anon27388::__anon27402
13008 unsigned int op1 : 8; member in struct:__anon27388::__anon27407
[all...]
/external/chromium_org/sandbox/win/src/
H A Dpolicy_opcodes_unittest.cc88 PolicyOpcode* op1 = opcode_maker.MakeOpAlwaysFalse(kPolNone); local
89 EXPECT_EQ(EVAL_FALSE, op1->Evaluate(&ppb1, 1, NULL));
90 EXPECT_FALSE(op1->IsAction());
139 PolicyOpcode* op1 = opcode_maker.MakeOpAlwaysFalse(kPolNone); local
140 ASSERT_TRUE(NULL == op1);
169 PolicyOpcode* op1 = opcode_maker.MakeOpWStringMatch(0, txt2, 0, local
172 ASSERT_TRUE(NULL == op1);
240 PolicyOpcode* op1 = opcode_maker.MakeOpWStringMatch(0, txt2, 0, local
247 EXPECT_EQ(EVAL_TRUE, op1->Evaluate(&pp_tc1, 1, &mc1));
251 EXPECT_EQ(EVAL_FALSE, op1
339 PolicyOpcode* op1 = opcode_maker.MakeOpAction(ASK_BROKER, kPolNone); local
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_instructions.cpp43 * Breaks an ir_binop_sub expression down to add(op0, neg(op1))
48 * want to recognize add(op0, neg(op1)) or the other way around to
53 * Breaks an ir_binop_div expression down to op0 * (rcp(op1)).
77 * Breaks an ir_binop_mod expression down to (op1 * fract(op0 / op1))
81 * opportunity to do things like constant fold the (1.0 / op1) easily.
138 /* New expression for the 1.0 / op1 */
144 /* op0 / op1 -> op0 * (1.0 / op1) */
160 ir_rvalue *op0, *op1; local
[all...]
/external/mesa3d/src/glsl/
H A Dlower_instructions.cpp43 * Breaks an ir_binop_sub expression down to add(op0, neg(op1))
48 * want to recognize add(op0, neg(op1)) or the other way around to
53 * Breaks an ir_binop_div expression down to op0 * (rcp(op1)).
77 * Breaks an ir_binop_mod expression down to (op1 * fract(op0 / op1))
81 * opportunity to do things like constant fold the (1.0 / op1) easily.
138 /* New expression for the 1.0 / op1 */
144 /* op0 / op1 -> op0 * (1.0 / op1) */
160 ir_rvalue *op0, *op1; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_channel_expressions.cpp250 ir_rvalue *op1 = get_element(op_var[1], i); local
255 op1));
280 ir_rvalue *op1 = get_element(op_var[1], i); local
286 op1);
312 ir_rvalue *op1 = get_element(op_var[1], i); local
324 op1);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_channel_expressions.cpp250 ir_rvalue *op1 = get_element(op_var[1], i); local
255 op1));
280 ir_rvalue *op1 = get_element(op_var[1], i); local
286 op1);
312 ir_rvalue *op1 = get_element(op_var[1], i); local
324 op1);
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2intrp.c446 FT_Byte op1; /* first opcode byte */ local
559 op1 = cf2_cmdRETURN; /* end of buffer for subroutine */
561 op1 = cf2_cmdENDCHAR; /* end of buffer for top level charstring */
564 op1 = (FT_Byte)cf2_buf_readByte( charstring );
577 switch( op1 )
587 FT_TRACE4(( " unknown op (%d)\n", op1 ));
592 FT_TRACE4(( op1 == cf2_cmdHSTEMHM ? " hstemhm\n" : " hstem\n" ));
613 FT_TRACE4(( op1 == cf2_cmdVSTEMHM ? " vstemhm\n" : " vstem\n" ));
676 FT_Bool isX = op1 == cf2_cmdHLINETO;
707 FT_TRACE4(( op1
[all...]

Completed in 1699 milliseconds

1234