Home
last modified time | relevance | path

Searched refs:rA (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td380 defm NAND8: XForm_6r<31, 476, (outs g8rc:$rA), (ins g8rc:$rS, g8rc:$rB),
381 "nand", "$rA, $rS, $rB", IIC_IntSimple,
382 [(set i64:$rA, (not (and i64:$rS, i64:$rB)))]>;
383 defm AND8 : XForm_6r<31, 28, (outs g8rc:$rA), (ins g8rc:$rS, g8rc:$rB),
384 "and", "$rA, $rS, $rB", IIC_IntSimple,
385 [(set i64:$rA, (and i64:$rS, i64:$rB))]>;
387 defm ANDC8: XForm_6r<31, 60, (outs g8rc:$rA), (ins g8rc:$rS, g8rc:$rB),
388 "andc", "$rA, $rS, $rB", IIC_IntSimple,
389 [(set i64:$rA, (and i64:$rS, (not i64:$rB)))]>;
391 defm OR8 : XForm_6r<31, 444, (outs g8rc:$rA), (ins g8rc:$rS, g8rc:$rB),
[all …]
DPPCInstrInfo.td1343 def TWI : DForm_base<3, (outs), (ins u5imm:$to, gprc:$rA, s16imm:$imm),
1344 "twi $to, $rA, $imm", IIC_IntTrapW, []>;
1345 def TW : XForm_1<31, 4, (outs), (ins u5imm:$to, gprc:$rA, gprc:$rB),
1346 "tw $to, $rA, $rB", IIC_IntTrapW, []>;
1347 def TDI : DForm_base<2, (outs), (ins u5imm:$to, g8rc:$rA, s16imm:$imm),
1348 "tdi $to, $rA, $imm", IIC_IntTrapD, []>;
1349 def TD : XForm_1<31, 68, (outs), (ins u5imm:$to, g8rc:$rA, g8rc:$rB),
1350 "td $to, $rA, $rB", IIC_IntTrapD, []>;
1648 def ADDI : DForm_2<14, (outs gprc:$rD), (ins gprc_nor0:$rA, s16imm:$imm),
1649 "addi $rD, $rA, $imm", IIC_IntSimple,
[all …]
DPPCInstrAltivec.td255 (ins u5imm:$ZERO, u5imm:$STRM, gprc:$rA, gprc:$rB),
256 "dst $rA, $rB, $STRM", IIC_LdStLoad /*FIXME*/, []>,
259 (ins u5imm:$ONE, u5imm:$STRM, gprc:$rA, gprc:$rB),
260 "dstt $rA, $rB, $STRM", IIC_LdStLoad /*FIXME*/, []>,
263 (ins u5imm:$ZERO, u5imm:$STRM, gprc:$rA, gprc:$rB),
264 "dstst $rA, $rB, $STRM", IIC_LdStLoad /*FIXME*/, []>,
267 (ins u5imm:$ONE, u5imm:$STRM, gprc:$rA, gprc:$rB),
268 "dststt $rA, $rB, $STRM", IIC_LdStLoad /*FIXME*/, []>,
272 (ins u5imm:$ZERO, u5imm:$STRM, g8rc:$rA, gprc:$rB),
273 "dst $rA, $rB, $STRM", IIC_LdStLoad /*FIXME*/, []>,
[all …]
/external/skia/experimental/Intersection/
DCubeRoot.cpp242 static double TestCubeRootf(const char* szName, cuberootfnf cbrt, double rA, double rB, int rN) in TestCubeRootf() argument
246 float dd = float((rB-rA) / N); in TestCubeRootf()
250 float d = (float) rA; in TestCubeRootf()
254 for(d=(float) rA, i=0; i<N; i++, d += dd) in TestCubeRootf()
264 for(d=(float) rA, i=0; i<N; i++, d += dd) in TestCubeRootf()
291 static double TestCubeRootd(const char* szName, cuberootfnd cbrt, double rA, double rB, int rN) in TestCubeRootd() argument
295 double dd = (rB-rA) / N; in TestCubeRootd()
302 for(d=rA, i=0; i<N; i++, d += dd) in TestCubeRootd()
312 for(d=rA, i=0; i<N; i++, d += dd) in TestCubeRootd()
/external/chromium_org/third_party/skia/experimental/Intersection/
DCubeRoot.cpp242 static double TestCubeRootf(const char* szName, cuberootfnf cbrt, double rA, double rB, int rN) in TestCubeRootf() argument
246 float dd = float((rB-rA) / N); in TestCubeRootf()
250 float d = (float) rA; in TestCubeRootf()
254 for(d=(float) rA, i=0; i<N; i++, d += dd) in TestCubeRootf()
264 for(d=(float) rA, i=0; i<N; i++, d += dd) in TestCubeRootf()
291 static double TestCubeRootd(const char* szName, cuberootfnd cbrt, double rA, double rB, int rN) in TestCubeRootd() argument
295 double dd = (rB-rA) / N; in TestCubeRootd()
302 for(d=rA, i=0; i<N; i++, d += dd) in TestCubeRootd()
312 for(d=rA, i=0; i<N; i++, d += dd) in TestCubeRootd()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_util.cpp180 for (Range *rA = this->head; rA; rA = rA->next) in overlaps()
182 if (rB->bgn < rA->end && in overlaps()
183 rB->end > rA->bgn) in overlaps()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir_util.cpp180 for (Range *rA = this->head; rA; rA = rA->next) in overlaps()
182 if (rB->bgn < rA->end && in overlaps()
183 rB->end > rA->bgn) in overlaps()
/external/valgrind/main/VEX/priv/
Dguest_ppc_toIR.c1551 static IRExpr* ea_rA_idxd ( UInt rA, UInt rB ) in ea_rA_idxd() argument
1554 vassert(rA < 32); in ea_rA_idxd()
1556 return binop(mkSzOp(ty, Iop_Add8), getIReg(rA), getIReg(rB)); in ea_rA_idxd()
1560 static IRExpr* ea_rA_simm ( UInt rA, UInt simm16 ) in ea_rA_simm() argument
1563 vassert(rA < 32); in ea_rA_simm()
1564 return binop(mkSzOp(ty, Iop_Add8), getIReg(rA), in ea_rA_simm()
1569 static IRExpr* ea_rAor0 ( UInt rA ) in ea_rAor0() argument
1572 vassert(rA < 32); in ea_rAor0()
1573 if (rA == 0) { in ea_rAor0()
1576 return getIReg(rA); in ea_rAor0()
[all …]
Dhost_mips_defs.c2506 UInt rA, idx, r_dst; in doAMode_IR() local
2510 rA = iregNo(am->Mam.IR.base, mode64); in doAMode_IR()
2528 p = mkFormI(p, opc1, rA, r_dst, idx); in doAMode_IR()
2546 UInt rA, rB, r_dst; in doAMode_RR() local
2549 rA = iregNo(am->Mam.RR.base, mode64); in doAMode_RR()
2571 p = mkFormR(p, 0, rA, rB, rA, 0, 45); in doAMode_RR()
2572 p = mkFormI(p, opc1, rA, r_dst, 0); in doAMode_RR()
2573 p = mkFormR(p, 0, rA, rB, rA, 0, 47); in doAMode_RR()
2578 p = mkFormR(p, 0, rA, rB, rA, 0, 33); in doAMode_RR()
2579 p = mkFormI(p, opc1, rA, r_dst, 0); in doAMode_RR()
[all …]
Dhost_arm_isel.c1952 HReg tLo, tHi, rA; in iselInt64Expr_wrk() local
1954 rA = iselIntExpr_R(env, e->Iex.Load.addr); in iselInt64Expr_wrk()
1958 tHi, ARMAMode1_RI(rA, 4))); in iselInt64Expr_wrk()
1960 tLo, ARMAMode1_RI(rA, 0))); in iselInt64Expr_wrk()
5712 HReg rDhi, rDlo, rA; in iselStmt() local
5714 rA = iselIntExpr_R(env, stmt->Ist.Store.addr); in iselStmt()
5716 ARMAMode1_RI(rA,4))); in iselStmt()
5718 ARMAMode1_RI(rA,0))); in iselStmt()
6093 HReg rA = iselIntExpr_R(env, stmt->Ist.LLSC.addr); in iselStmt() local
6101 addInstr(env, mk_iMOVds_RR(hregARM_R4(), rA)); in iselStmt()
[all …]
Dguest_arm_toIR.c10919 UInt rD = 99, rN = 99, rM = 99, rA = 99; in decode_V6MEDIA_instruction() local
10925 rA = INSNT1(15,12); in decode_V6MEDIA_instruction()
10928 if (!isBadRegT(rD) && !isBadRegT(rN) && !isBadRegT(rM) && rA != 13) in decode_V6MEDIA_instruction()
10935 rA = INSNA(15,12); in decode_V6MEDIA_instruction()
10947 IRExpr* rAe = rA == 15 ? mkU32(0) in decode_V6MEDIA_instruction()
10948 : (isT ? getIRegT(rA) : getIRegA(rA)); in decode_V6MEDIA_instruction()
10957 if (rA == 15) { in decode_V6MEDIA_instruction()
10962 nCC(conq), rD, rN, rM, rA ); in decode_V6MEDIA_instruction()
12334 UInt rD = 99, rN = 99, rM = 99, rA = 99; in decode_V6MEDIA_instruction() local
12343 rA = INSNT1(15,12); in decode_V6MEDIA_instruction()
[all …]
Dhost_amd64_isel.c3766 HReg rA = iselIntExpr_R(env, e->Iex.Load.addr); in iselDVecExpr_wrk() local
3767 AMD64AMode* am0 = AMD64AMode_IR(0, rA); in iselDVecExpr_wrk()
3768 AMD64AMode* am16 = AMD64AMode_IR(16, rA); in iselDVecExpr_wrk()
4333 HReg rA = iselIntExpr_R(env, stmt->Ist.Store.addr); in iselStmt() local
4334 AMD64AMode* am0 = AMD64AMode_IR(0, rA); in iselStmt()
4335 AMD64AMode* am16 = AMD64AMode_IR(16, rA); in iselStmt()
Dhost_x86_isel.c3905 HReg vHi, vLo, rA; in iselStmt() local
3907 rA = iselIntExpr_R(env, stmt->Ist.Store.addr); in iselStmt()
3909 Xalu_MOV, X86RI_Reg(vLo), X86AMode_IR(0, rA))); in iselStmt()
3911 Xalu_MOV, X86RI_Reg(vHi), X86AMode_IR(4, rA))); in iselStmt()
Dhost_ppc_defs.c3364 UInt rA, idx; in doAMode_IR() local
3368 rA = iregNo(am->Pam.IR.base, mode64); in doAMode_IR()
3377 p = mkFormD(p, opc1, rSD, rA, idx); in doAMode_IR()
3384 UInt rA, rB; in doAMode_RR() local
3387 rA = iregNo(am->Pam.RR.base, mode64); in doAMode_RR()
3390 p = mkFormX(p, opc1, rSD, rA, rB, opc2, 0); in doAMode_RR()
Dhost_arm64_isel.c6760 HReg rA = iselIntExpr_R(env, stmt->Ist.LLSC.addr); in iselStmt() local
6769 addInstr(env, ARM64Instr_MovI(hregARM64_X4(), rA)); in iselStmt()
/external/neven/Embedded/common/src/b_BasicEm/
DMath.h181 const int16 *x2A, int16 col2A, int16 *rA );
185 const int16 *x2A, int16 row2A, int16 *rA );
DMath.c1048 …ltiplyFlt16( const int16 *x1A, int16 row1A, int16 col1A, const int16 *x2A, int16 col2A, int16 *rA ) in bbs_matMultiplyFlt16() argument
1071 *rA++ = ( sumL + ( 1 << 14 ) ) >> 15; /* round result to 1.15 */ in bbs_matMultiplyFlt16()
1075 else mmul( ( int16* ) x1A, row1A, col1A, ( int16* ) x2A, col1A, col2A, rA ); in bbs_matMultiplyFlt16()
1102 *rA++ = ( sumL + ( 1 << 14 ) ) >> 15; /* round result to 1.15 */ in bbs_matMultiplyFlt16()
1123 *rA++ = ( sumL + ( 1 << 14 ) ) >> 15; /* round result to 1.15 */ in bbs_matMultiplyFlt16()
1132 const int16 *x2A, int16 col2A, int16 *rA ) in bbs_matMultiplyTranspFlt16() argument
1156 *rA++ = ( sumL + ( 1 << 14 ) ) >> 15; /* round result to 1.15 */ in bbs_matMultiplyTranspFlt16()
1167 uint16 bbs_matTrans( int16 *xA, int16 rowA, int16 colA, int16 *rA ) in bbs_matTrans() argument
1177 *rA++ = *sL; in bbs_matTrans()
/external/chromium_org/native_client_sdk/src/doc/reference/sandbox_internals/
Darm-32-bit-sandbox.rst212 numbered registers for the sake of discussion. ``rA`` is the register
219 bic rA, #0xC0000000
220 ldr rD, [rA]
222 The first instruction, ``bic``, clears the top two bits of ``rA``. In
223 this case, that means that the value in ``rA`` is forced to an address
234 ``rA`` here is simply broken, so we are free to do whatever we want to
240 program could set up carefully-crafted values in ``rA``, and then jump
250 tst rA, #0xC0000000
251 ldreq rD, [rA]
253 The first instruction, ``tst``, performs a bitwise-\ ``AND`` of ``rA``
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
Drtasm_ppc.c708 ppc_stvx(struct ppc_function *p, uint vR, uint rA, uint rB) in ppc_stvx() argument
710 emit_x(p, 31, vR, rA, rB, 231, "stvx\tv%u, r%u, r%u\n"); in ppc_stvx()
715 ppc_lvx(struct ppc_function *p, uint vR, uint rA, uint rB) in ppc_lvx() argument
717 emit_x(p, 31, vR, rA, rB, 103, "lvx\tv%u, r%u, r%u\n"); in ppc_lvx()
722 ppc_lvewx(struct ppc_function *p, uint vR, uint rA, uint rB) in ppc_lvewx() argument
724 emit_x(p, 31, vR, rA, rB, 71, "lvewx\tv%u, r%u, r%u\n"); in ppc_lvewx()
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_ppc.c708 ppc_stvx(struct ppc_function *p, uint vR, uint rA, uint rB) in ppc_stvx() argument
710 emit_x(p, 31, vR, rA, rB, 231, "stvx\tv%u, r%u, r%u\n"); in ppc_stvx()
715 ppc_lvx(struct ppc_function *p, uint vR, uint rA, uint rB) in ppc_lvx() argument
717 emit_x(p, 31, vR, rA, rB, 103, "lvx\tv%u, r%u, r%u\n"); in ppc_lvx()
722 ppc_lvewx(struct ppc_function *p, uint vR, uint rA, uint rB) in ppc_lvewx() argument
724 emit_x(p, 31, vR, rA, rB, 71, "lvewx\tv%u, r%u, r%u\n"); in ppc_lvewx()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_gl0_kdt_dur.pkb370 E*-� &�y�(�Gԁ�v�}Pڼ���F�ؖ�@���F�]���{�� ������y� o �rA��^M�X׺{��+���~�?%\� `��{T�:q�İw �…
411 �yh$[�X<`x����$v�m��,;������P҇̀�ɮw�H ����m��\*KR_�+]�rA��\�X �5�Ć��k��Z�5�͠|#l �K6,ŐfO2�H;…
Dde-DE_kdt_g2p.pkb32 1H�9rA�ڈ�$Ye��#g)#R�I.��*S��2�$��������������� �%����z���mO�&�rP����� ������@������…
/external/chromium_org/third_party/sqlite/src/src/
Dvdbe.c1235 double rA; /* Real value of left operand */ in sqlite3VdbeExec() local
1269 rA = sqlite3VdbeRealValue(pIn1); in sqlite3VdbeExec()
1272 case OP_Add: rB += rA; break; in sqlite3VdbeExec()
1273 case OP_Subtract: rB -= rA; break; in sqlite3VdbeExec()
1274 case OP_Multiply: rB *= rA; break; in sqlite3VdbeExec()
1277 if( rA==(double)0 ) goto arithmetic_result_is_null; in sqlite3VdbeExec()
1278 rB /= rA; in sqlite3VdbeExec()
1282 iA = (i64)rA; in sqlite3VdbeExec()
/external/srec/config/en.us/dictionary/
Dlarge.ok915 amore @m{rA
2511 bellafiore bel@fE{rA
7001 damore d@m{rA
7316 defiore defE{rA
7370 delatorre del@t{rA
7586 desirae dez@rA
7782 difiore dEfE{rA
7893 disarray dis@rA
10384 fiore fE{rA
12837 harare h@r)rA
[all …]
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c62508 double rA; /* Real value of left operand */
63558 double rA; /* Real value of left operand */
63593 u.af.rA = sqlite3VdbeRealValue(pIn1);
63596 case OP_Add: u.af.rB += u.af.rA; break;
63597 case OP_Subtract: u.af.rB -= u.af.rA; break;
63598 case OP_Multiply: u.af.rB *= u.af.rA; break;
63601 if( u.af.rA==(double)0 ) goto arithmetic_result_is_null;
63602 u.af.rB /= u.af.rA;
63606 u.af.iA = (i64)u.af.rA;

12