Home
last modified time | relevance | path

Searched refs:rB (Results 1 – 22 of 22) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td359 defm NAND8: XForm_6r<31, 476, (outs g8rc:$rA), (ins g8rc:$rS, g8rc:$rB),
360 "nand", "$rA, $rS, $rB", IntSimple,
361 [(set i64:$rA, (not (and i64:$rS, i64:$rB)))]>;
362 defm AND8 : XForm_6r<31, 28, (outs g8rc:$rA), (ins g8rc:$rS, g8rc:$rB),
363 "and", "$rA, $rS, $rB", IntSimple,
364 [(set i64:$rA, (and i64:$rS, i64:$rB))]>;
365 defm ANDC8: XForm_6r<31, 60, (outs g8rc:$rA), (ins g8rc:$rS, g8rc:$rB),
366 "andc", "$rA, $rS, $rB", IntSimple,
367 [(set i64:$rA, (and i64:$rS, (not i64:$rB)))]>;
368 defm OR8 : XForm_6r<31, 444, (outs g8rc:$rA), (ins g8rc:$rS, g8rc:$rB),
[all …]
DPPCInstrInfo.td1244 def TW : XForm_1<31, 4, (outs), (ins u5imm:$to, gprc:$rA, gprc:$rB),
1245 "tw $to, $rA, $rB", IntTrapW, []>;
1248 def TD : XForm_1<31, 68, (outs), (ins u5imm:$to, g8rc:$rA, g8rc:$rB),
1249 "td $to, $rA, $rB", IntTrapD, []>;
1612 defm NAND : XForm_6r<31, 476, (outs gprc:$rA), (ins gprc:$rS, gprc:$rB),
1613 "nand", "$rA, $rS, $rB", IntSimple,
1614 [(set i32:$rA, (not (and i32:$rS, i32:$rB)))]>;
1615 defm AND : XForm_6r<31, 28, (outs gprc:$rA), (ins gprc:$rS, gprc:$rB),
1616 "and", "$rA, $rS, $rB", IntSimple,
1617 [(set i32:$rA, (and i32:$rS, i32:$rB))]>;
[all …]
DPPCInstrAltivec.td237 (ins u5imm:$ZERO, u5imm:$STRM, gprc:$rA, gprc:$rB),
238 "dst $rA, $rB, $STRM", LdStLoad /*FIXME*/, []>;
240 (ins u5imm:$ONE, u5imm:$STRM, gprc:$rA, gprc:$rB),
241 "dstt $rA, $rB, $STRM", LdStLoad /*FIXME*/, []>;
243 (ins u5imm:$ZERO, u5imm:$STRM, gprc:$rA, gprc:$rB),
244 "dstst $rA, $rB, $STRM", LdStLoad /*FIXME*/, []>;
246 (ins u5imm:$ONE, u5imm:$STRM, gprc:$rA, gprc:$rB),
247 "dststt $rA, $rB, $STRM", LdStLoad /*FIXME*/, []>;
250 (ins u5imm:$ZERO, u5imm:$STRM, g8rc:$rA, gprc:$rB),
251 "dst $rA, $rB, $STRM", LdStLoad /*FIXME*/, []>;
[all …]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_util.cpp181 for (Range *rB = iv.head; rB; rB = rB->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.cpp181 for (Range *rB = iv.head; rB; rB = rB->next) in overlaps()
182 if (rB->bgn < rA->end && in overlaps()
183 rB->end > rA->bgn) in overlaps()
/external/dropbear/libtomcrypt/testprof/
Decc_test.c35 void *modulus, *mp, *kA, *kB, *rA, *rB; in ecc_test_shamir() local
40 DO(mp_init_multi(&kA, &kB, &rA, &rB, &modulus, NULL)); in ecc_test_shamir()
67 DO(mp_read_unsigned_bin(rB, buf, sizes[x])); in ecc_test_shamir()
73 DO(ltc_mp.ecc_ptmul(rB, G, B, modulus, 1)); in ecc_test_shamir()
103 mp_clear_multi(kA, kB, rA, rB, modulus, NULL); in ecc_test_shamir()
/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/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/valgrind/main/VEX/priv/
Dguest_ppc_toIR.c1445 static IRExpr* ea_rA_idxd ( UInt rA, UInt rB ) in ea_rA_idxd() argument
1449 vassert(rB < 32); in ea_rA_idxd()
1450 return binop(mkSzOp(ty, Iop_Add8), getIReg(rA), getIReg(rB)); in ea_rA_idxd()
1475 static IRExpr* ea_rAor0_idxd ( UInt rA, UInt rB ) in ea_rAor0_idxd() argument
1478 vassert(rB < 32); in ea_rAor0_idxd()
1479 return (rA == 0) ? getIReg(rB) : ea_rA_idxd( rA, rB ); in ea_rAor0_idxd()
3005 IRTemp rB = newTemp(ty); in dis_int_arith() local
3011 assign( rB, getIReg(rB_addr) ); // XO-Form: rD, rA, rB in dis_int_arith()
3093 mkexpr(rA), mkexpr(rB) ) ); in dis_int_arith()
3096 mkexpr(rD), mkexpr(rA), mkexpr(rB) ); in dis_int_arith()
[all …]
Dhost_mips_defs.c2434 UInt rA, rB, r_dst; in doAMode_RR() local
2438 rB = iregNo(am->Mam.RR.index, mode64); in doAMode_RR()
2463 p = mkFormR(p, 0, rA, rB, rA, 0, 45); in doAMode_RR()
2470 p = mkFormR(p, 0, rA, rB, rA, 0, 33); in doAMode_RR()
Dhost_ppc_defs.c3205 UInt rA, rB; in doAMode_RR() local
3209 rB = iregNo(am->Pam.RR.index, mode64); in doAMode_RR()
3211 p = mkFormX(p, opc1, rSD, rA, rB, opc2, 0); in doAMode_RR()
/external/chromium_org/third_party/sqlite/src/src/
Dvdbe.c1236 double rB; /* Real value of right operand */ in sqlite3VdbeExec() local
1270 rB = sqlite3VdbeRealValue(pIn2); 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()
1278 rB /= rA; in sqlite3VdbeExec()
1283 iB = (i64)rB; in sqlite3VdbeExec()
1286 rB = (double)(iB % iA); in sqlite3VdbeExec()
1291 pOut->u.i = rB; in sqlite3VdbeExec()
1294 if( sqlite3IsNaN(rB) ){ in sqlite3VdbeExec()
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_kdt_posd.pkb88 …��*_L|<D��@����Y�������� ���Ɨ1��E������-�����AK-�-��nZ�.�<<͂H�D��rB����a��\���������� […
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_kdt_posp.pkb78 …���*6,�!8��H���Xa��1��9�Q��q����A�Y�lMƦ��ĊÐԠAC��7�: 4&B�'A@�l@��<x��sq���"�ǹ��8rB
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
Dvideo.rtpdump194 ��Ý]��<�RV�����rBӧ���K����2�-Z4A\S?`E_��#�&��C�#��@=��-EK�@�!Bm �{��d<�{0=x�VK{�0k���…
Dh264-svc-99-640x360.rtpdump7827 `��Z����)[�� �Y;9�ԙ��y/����rB��O?Jfja�}��DMV�S��>�\�g V�'ߘќ�ѿ �$u�W�;.;N�C����h�.�Uz�fhجԜ…
/external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
Dvideo.rtpdump194 ��Ý]��<�RV�����rBӧ���K����2�-Z4A\S?`E_��#�&��C�#��@=��-EK�@�!Bm �{��d<�{0=x�VK{�0k���…
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c62688 double rB; /* Real value of right operand */
63738 double rB; /* Real value of right operand */
63773 u.af.rB = sqlite3VdbeRealValue(pIn2);
63775 case OP_Add: u.af.rB += u.af.rA; break;
63776 case OP_Subtract: u.af.rB -= u.af.rA; break;
63777 case OP_Multiply: u.af.rB *= u.af.rA; break;
63781 u.af.rB /= u.af.rA;
63786 u.af.iB = (i64)u.af.rB;
63789 u.af.rB = (double)(u.af.iB % u.af.iA);
63794 pOut->u.i = u.af.rB;
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c65032 double rB; /* Real value of right operand */
66117 double rB; /* Real value of right operand */
66152 u.ag.rB = sqlite3VdbeRealValue(pIn2);
66154 case OP_Add: u.ag.rB += u.ag.rA; break;
66155 case OP_Subtract: u.ag.rB -= u.ag.rA; break;
66156 case OP_Multiply: u.ag.rB *= u.ag.rA; break;
66160 u.ag.rB /= u.ag.rA;
66165 u.ag.iB = (i64)u.ag.rB;
66168 u.ag.rB = (double)(u.ag.iB % u.ag.iA);
66173 pOut->u.i = u.ag.rB;
[all …]
/external/sqlite/dist/
Dsqlite3.c65060 double rB; /* Real value of right operand */
66145 double rB; /* Real value of right operand */
66180 u.ag.rB = sqlite3VdbeRealValue(pIn2);
66182 case OP_Add: u.ag.rB += u.ag.rA; break;
66183 case OP_Subtract: u.ag.rB -= u.ag.rA; break;
66184 case OP_Multiply: u.ag.rB *= u.ag.rA; break;
66188 u.ag.rB /= u.ag.rA;
66193 u.ag.iB = (i64)u.ag.rB;
66196 u.ag.rB = (double)(u.ag.iB % u.ag.iA);
66201 pOut->u.i = u.ag.rB;
[all …]
/external/sonivox/jet_tools/JetCreator/
Dimg_splash.py926 \x11\x0c\x1a_\xdd6\x11\x1a\xfaAx\x14\xf2\x8d\xa0V\rB\x98o\x8f\x92\x81k\x9d\
/external/chromium_org/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js4495rB=0,rC=0,rD=0,rE=0,rF=0,rG=0,rH=0,rI=0,rJ=0,rK=0,rL=0,rM=0,rN=0,rO=0,rP=0,rQ=0,rR=0.0,rS=0,rT=0,r…
4496 …,c[10030]|0);aI(96616,4,1,c[10030]|0);i=f;return}else{i=f;return}}function rB(b,d,e){b=b|0;d=d|0;e… function
4499 …vp,rt,vp,r$,vp,ri,vp,o4,vp,rA,vp,pl,vp,p5,vp,qF,vp,na,vp,qE,vp,o7,vp,sB,vp,rB,vp,nv,vp,l$,vp,ma,vp…