Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td404 defm NAND8: XForm_6r<31, 476, (outs g8rc:$rA), (ins g8rc:$rS, g8rc:$rB),
405 "nand", "$rA, $rS, $rB", IIC_IntSimple,
406 [(set i64:$rA, (not (and i64:$rS, i64:$rB)))]>;
407 defm AND8 : XForm_6r<31, 28, (outs g8rc:$rA), (ins g8rc:$rS, g8rc:$rB),
408 "and", "$rA, $rS, $rB", IIC_IntSimple,
409 [(set i64:$rA, (and i64:$rS, i64:$rB))]>;
411 defm ANDC8: XForm_6r<31, 60, (outs g8rc:$rA), (ins g8rc:$rS, g8rc:$rB),
412 "andc", "$rA, $rS, $rB", IIC_IntSimple,
413 [(set i64:$rA, (and i64:$rS, (not i64:$rB)))]>;
415 defm OR8 : XForm_6r<31, 444, (outs g8rc:$rA), (ins g8rc:$rS, g8rc:$rB),
[all …]
DPPCInstrInfo.td1518 def TWI : DForm_base<3, (outs), (ins u5imm:$to, gprc:$rA, s16imm:$imm),
1519 "twi $to, $rA, $imm", IIC_IntTrapW, []>;
1520 def TW : XForm_1<31, 4, (outs), (ins u5imm:$to, gprc:$rA, gprc:$rB),
1521 "tw $to, $rA, $rB", IIC_IntTrapW, []>;
1522 def TDI : DForm_base<2, (outs), (ins u5imm:$to, g8rc:$rA, s16imm:$imm),
1523 "tdi $to, $rA, $imm", IIC_IntTrapD, []>;
1524 def TD : XForm_1<31, 68, (outs), (ins u5imm:$to, g8rc:$rA, g8rc:$rB),
1525 "td $to, $rA, $rB", IIC_IntTrapD, []>;
1825 def ADDI : DForm_2<14, (outs gprc:$rD), (ins gprc_nor0:$rA, s16imm:$imm),
1826 "addi $rD, $rA, $imm", IIC_IntSimple,
[all …]
DPPCInstrAltivec.td303 def DST : DSS_Form<0, 342, (outs), (ins u5imm:$STRM, gprc:$rA, gprc:$rB),
304 "dst $rA, $rB, $STRM", IIC_LdStLoad /*FIXME*/,
305 [(int_ppc_altivec_dst i32:$rA, i32:$rB, imm:$STRM)]>,
308 def DSTT : DSS_Form<1, 342, (outs), (ins u5imm:$STRM, gprc:$rA, gprc:$rB),
309 "dstt $rA, $rB, $STRM", IIC_LdStLoad /*FIXME*/,
310 [(int_ppc_altivec_dstt i32:$rA, i32:$rB, imm:$STRM)]>,
313 def DSTST : DSS_Form<0, 374, (outs), (ins u5imm:$STRM, gprc:$rA, gprc:$rB),
314 "dstst $rA, $rB, $STRM", IIC_LdStLoad /*FIXME*/,
315 [(int_ppc_altivec_dstst i32:$rA, i32:$rB, imm:$STRM)]>,
318 def DSTSTT : DSS_Form<1, 374, (outs), (ins u5imm:$STRM, gprc:$rA, gprc:$rB),
[all …]
DPPCInstrVSX.td975 def MFVSRD : XX1_RS6_RD5_XO<31, 51, (outs g8rc:$rA), (ins vsfrc:$XT),
976 "mfvsrd $rA, $XT", IIC_VecGeneral,
977 [(set i64:$rA, (PPCmfvsr f64:$XT))]>,
979 def MFVSRWZ : XX1_RS6_RD5_XO<31, 115, (outs gprc:$rA), (ins vsfrc:$XT),
980 "mfvsrwz $rA, $XT", IIC_VecGeneral,
981 [(set i32:$rA, (PPCmfvsr f64:$XT))]>;
982 def MTVSRD : XX1_RS6_RD5_XO<31, 179, (outs vsfrc:$XT), (ins g8rc:$rA),
983 "mtvsrd $XT, $rA", IIC_VecGeneral,
984 [(set f64:$XT, (PPCmtvsra i64:$rA))]>,
986 def MTVSRWA : XX1_RS6_RD5_XO<31, 211, (outs vsfrc:$XT), (ins gprc:$rA),
[all …]
/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/neven/Embedded/common/src/b_BasicEm/
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()
DMath.h181 const int16 *x2A, int16 col2A, int16 *rA );
185 const int16 *x2A, int16 row2A, int16 *rA );
/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c1659 static IRExpr* ea_rA_idxd ( UInt rA, UInt rB ) in ea_rA_idxd() argument
1662 vassert(rA < 32); in ea_rA_idxd()
1664 return binop(mkSzOp(ty, Iop_Add8), getIReg(rA), getIReg(rB)); in ea_rA_idxd()
1668 static IRExpr* ea_rA_simm ( UInt rA, UInt simm16 ) in ea_rA_simm() argument
1671 vassert(rA < 32); in ea_rA_simm()
1672 return binop(mkSzOp(ty, Iop_Add8), getIReg(rA), in ea_rA_simm()
1677 static IRExpr* ea_rAor0 ( UInt rA ) in ea_rAor0() argument
1680 vassert(rA < 32); in ea_rAor0()
1681 if (rA == 0) { in ea_rAor0()
1684 return getIReg(rA); in ea_rAor0()
[all …]
Dhost_tilegx_defs.c1351 UInt rA; in doAMode_IR() local
1354 rA = iregNo(am->GXam.IR.base); in doAMode_IR()
1361 51, rA, am->GXam.IR.index)); in doAMode_IR()
1366 p = mkInsnBin(p, mkTileGxInsn(opc1, 2, rA, rSD)); in doAMode_IR()
1372 51, rA, am->GXam.IR.index)); in doAMode_IR()
1377 p = mkInsnBin(p, mkTileGxInsn(opc1, 2, rSD, rA)); in doAMode_IR()
1388 UInt rA = iregNo(am->GXam.IR.base); in do_load_or_store_machine_word() local
1396 51, rA, am->GXam.IR.index)); in do_load_or_store_machine_word()
1402 51, rA, am->GXam.IR.index)); in do_load_or_store_machine_word()
Dhost_mips_defs.c2172 UInt rA, idx, r_dst; in doAMode_IR() local
2176 rA = iregNo(am->Mam.IR.base, mode64); in doAMode_IR()
2194 p = mkFormI(p, opc1, rA, r_dst, idx); in doAMode_IR()
2212 UInt rA, rB, r_dst; in doAMode_RR() local
2215 rA = iregNo(am->Mam.RR.base, mode64); in doAMode_RR()
2237 p = mkFormR(p, 0, rA, rB, rA, 0, 45); in doAMode_RR()
2238 p = mkFormI(p, opc1, rA, r_dst, 0); in doAMode_RR()
2239 p = mkFormR(p, 0, rA, rB, rA, 0, 47); in doAMode_RR()
2244 p = mkFormR(p, 0, rA, rB, rA, 0, 33); in doAMode_RR()
2245 p = mkFormI(p, opc1, rA, r_dst, 0); in doAMode_RR()
[all …]
Dhost_arm_isel.c1963 HReg tLo, tHi, rA; in iselInt64Expr_wrk() local
1965 rA = iselIntExpr_R(env, e->Iex.Load.addr); in iselInt64Expr_wrk()
1969 tHi, ARMAMode1_RI(rA, 4))); in iselInt64Expr_wrk()
1971 tLo, ARMAMode1_RI(rA, 0))); in iselInt64Expr_wrk()
5728 HReg rDhi, rDlo, rA; in iselStmt() local
5730 rA = iselIntExpr_R(env, stmt->Ist.Store.addr); in iselStmt()
5732 ARMAMode1_RI(rA,4))); in iselStmt()
5734 ARMAMode1_RI(rA,0))); in iselStmt()
6109 HReg rA = iselIntExpr_R(env, stmt->Ist.LLSC.addr); in iselStmt() local
6117 addInstr(env, mk_iMOVds_RR(hregARM_R4(), rA)); in iselStmt()
[all …]
Dguest_arm_toIR.c10921 UInt rD = 99, rN = 99, rM = 99, rA = 99; in decode_V6MEDIA_instruction() local
10927 rA = INSNT1(15,12); in decode_V6MEDIA_instruction()
10930 if (!isBadRegT(rD) && !isBadRegT(rN) && !isBadRegT(rM) && rA != 13) in decode_V6MEDIA_instruction()
10937 rA = INSNA(15,12); in decode_V6MEDIA_instruction()
10949 IRExpr* rAe = rA == 15 ? mkU32(0) in decode_V6MEDIA_instruction()
10950 : (isT ? getIRegT(rA) : getIRegA(rA)); in decode_V6MEDIA_instruction()
10959 if (rA == 15) { in decode_V6MEDIA_instruction()
10964 nCC(conq), rD, rN, rM, rA ); in decode_V6MEDIA_instruction()
12336 UInt rD = 99, rN = 99, rM = 99, rA = 99; in decode_V6MEDIA_instruction() local
12345 rA = INSNT1(15,12); in decode_V6MEDIA_instruction()
[all …]
Dhost_amd64_isel.c3768 HReg rA = iselIntExpr_R(env, e->Iex.Load.addr); in iselDVecExpr_wrk() local
3769 AMD64AMode* am0 = AMD64AMode_IR(0, rA); in iselDVecExpr_wrk()
3770 AMD64AMode* am16 = AMD64AMode_IR(16, rA); in iselDVecExpr_wrk()
4383 HReg rA = iselIntExpr_R(env, stmt->Ist.Store.addr); in iselStmt() local
4384 AMD64AMode* am0 = AMD64AMode_IR(0, rA); in iselStmt()
4385 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.c3356 UInt rA, idx; in doAMode_IR() local
3360 rA = iregEnc(am->Pam.IR.base, mode64); in doAMode_IR()
3369 p = mkFormD(p, opc1, rSD, rA, idx, endness_host); in doAMode_IR()
3377 UInt rA, rB; in doAMode_RR() local
3380 rA = iregEnc(am->Pam.RR.base, mode64); in doAMode_RR()
3383 p = mkFormX(p, opc1, rSD, rA, rB, opc2, 0, endness_host); in doAMode_RR()
Dhost_arm64_isel.c3803 HReg rA = iselIntExpr_R(env, stmt->Ist.LLSC.addr); in iselStmt() local
3812 addInstr(env, ARM64Instr_MovI(hregARM64_X4(), rA)); in iselStmt()
/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/sqlite/dist/
Dsqlite3.c72303 double rA; /* Real value of left operand */
72339 rA = sqlite3VdbeRealValue(pIn1);
72342 case OP_Add: rB += rA; break;
72343 case OP_Subtract: rB -= rA; break;
72344 case OP_Multiply: rB *= rA; break;
72347 if( rA==(double)0 ) goto arithmetic_result_is_null;
72348 rB /= rA;
72352 iA = (i64)rA;
/external/sqlite/dist/orig/
Dsqlite3.c72285 double rA; /* Real value of left operand */
72321 rA = sqlite3VdbeRealValue(pIn1);
72324 case OP_Add: rB += rA; break;
72325 case OP_Subtract: rB -= rA; break;
72326 case OP_Multiply: rB *= rA; break;
72329 if( rA==(double)0 ) goto arithmetic_result_is_null;
72330 rB /= rA;
72334 iA = (i64)rA;
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js4495rA=0,rB=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,r…
4496 …|(d|0)==4){break}return}}while(0);a[231048]=1;c[13898]=b+1;return}function rA(b,d,e){b=b|0;d=d|0;e… function
4499 …vo,vo];var cR=[vp,vp,tw,vp,pt,vp,uf,vp,lL,vp,sA,vp,rt,vp,r$,vp,ri,vp,o4,vp,rA,vp,pl,vp,p5,vp,qF,vp…
/external/chromium-trace/trace-viewer/tracing/test_data/
Dddms_calculator_start.trace50524 �@�p(�rA��
104658 ���p���rA
133899 �@�p���rA ��
163675 h��p�� �rA
201400rA��
261661rA��
282531 �M�uq��rA��
332333 8Y q�M�rA��
380445 ᜂq�rA��
442941 q���rA��
[all …]