Home
last modified time | relevance | path

Searched refs:jk (Results 1 – 25 of 32) sorted by relevance

12

/external/fdlibm/
Dk_rem_pio2.c170 int jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
174 jk = init_jk[prec];
175 jp = jk;
183 j = jv-jx; m = jx+jk;
187 for (i=0;i<=jk;i++) {
191 jz = jk;
241 for (i=jz-1;i>=jk;i--) j |= iq[i];
243 for(k=1;iq[jk-k]==0;k++); /* k = no. of terms needed */
/external/valgrind/main/VEX/priv/
Dhost_x86_defs.c650 X86Instr* X86Instr_Goto ( IRJumpKind jk, X86CondCode cond, X86RI* dst ) { in X86Instr_Goto() argument
655 i->Xin.Goto.jk = jk; in X86Instr_Goto()
961 if (i->Xin.Goto.jk != Ijk_Boring in ppX86Instr()
962 && i->Xin.Goto.jk != Ijk_Call in ppX86Instr()
963 && i->Xin.Goto.jk != Ijk_Ret) { in ppX86Instr()
965 ppIRJumpKind(i->Xin.Goto.jk); in ppX86Instr()
1265 if (i->Xin.Goto.jk != Ijk_Boring in getRegUsage_X86Instr()
1266 && i->Xin.Goto.jk != Ijk_Call in getRegUsage_X86Instr()
1267 && i->Xin.Goto.jk != Ijk_Ret) in getRegUsage_X86Instr()
2332 switch (i->Xin.Goto.jk) { in emit_X86Instr()
[all …]
Dhost_amd64_defs.c745 AMD64Instr* AMD64Instr_Goto ( IRJumpKind jk, AMD64CondCode cond, AMD64RI* dst ) { in AMD64Instr_Goto() argument
750 i->Ain.Goto.jk = jk; in AMD64Instr_Goto()
1150 if (i->Ain.Goto.jk != Ijk_Boring in ppAMD64Instr()
1151 && i->Ain.Goto.jk != Ijk_Call in ppAMD64Instr()
1152 && i->Ain.Goto.jk != Ijk_Ret) { in ppAMD64Instr()
1154 ppIRJumpKind(i->Ain.Goto.jk); in ppAMD64Instr()
1540 if (i->Ain.Goto.jk != Ijk_Boring in getRegUsage_AMD64Instr()
1541 && i->Ain.Goto.jk != Ijk_Call in getRegUsage_AMD64Instr()
1542 && i->Ain.Goto.jk != Ijk_Ret) in getRegUsage_AMD64Instr()
2850 switch (i->Ain.Goto.jk) { in emit_AMD64Instr()
[all …]
Dhost_ppc_defs.c833 PPCInstr* PPCInstr_Goto ( IRJumpKind jk, in PPCInstr_Goto() argument
839 i->Pin.Goto.jk = jk; in PPCInstr_Goto()
1342 if (i->Pin.Goto.jk != Ijk_Boring in ppPPCInstr()
1343 && i->Pin.Goto.jk != Ijk_Call in ppPPCInstr()
1344 && i->Pin.Goto.jk != Ijk_Ret) { in ppPPCInstr()
1346 ppIRJumpKind(i->Pin.Goto.jk); in ppPPCInstr()
1816 if (i->Pin.Goto.jk != Ijk_Boring in getRegUsage_PPCInstr()
1817 && i->Pin.Goto.jk != Ijk_Call in getRegUsage_PPCInstr()
1818 && i->Pin.Goto.jk != Ijk_Ret) in getRegUsage_PPCInstr()
3093 switch (i->Pin.Goto.jk) { in emit_PPCInstr()
[all …]
Dhost_arm_defs.c1174 ARMInstr* ARMInstr_Goto ( IRJumpKind jk, ARMCondCode cond, HReg gnext ) { in ARMInstr_Goto() argument
1177 i->ARMin.Goto.jk = jk; in ARMInstr_Goto()
1574 if (i->ARMin.Goto.jk != Ijk_Boring in ppARMInstr()
1575 && i->ARMin.Goto.jk != Ijk_Call in ppARMInstr()
1576 && i->ARMin.Goto.jk != Ijk_Ret) { in ppARMInstr()
1578 ppIRJumpKind(i->ARMin.Goto.jk); in ppARMInstr()
1954 if (i->ARMin.Goto.jk != Ijk_Boring in getRegUsage_ARMInstr()
1955 && i->ARMin.Goto.jk != Ijk_Call in getRegUsage_ARMInstr()
1956 && i->ARMin.Goto.jk != Ijk_Ret) in getRegUsage_ARMInstr()
2899 IRJumpKind jk = i->ARMin.Goto.jk; in emit_ARMInstr() local
[all …]
Dhost_s390_defs.h426 s390_insn *s390_insn_branch(IRJumpKind jk, s390_cc_t cond, s390_opnd_RMI dst);
Dhost_x86_defs.h450 IRJumpKind jk; member
Dhost_s390_isel.c2289 addInstr(env, s390_insn_branch(stmt->Ist.Exit.jk, cond, dst)); in s390_isel_stmt()
2327 iselNext(ISelEnv *env, IRExpr *next, IRJumpKind jk) in iselNext() argument
2333 ppIRJumpKind(jk); in iselNext()
2340 addInstr(env, s390_insn_branch(jk, S390_CC_ALWAYS, dst)); in iselNext()
Dhost_amd64_defs.h493 IRJumpKind jk; member
Dhost_arm_defs.h682 IRJumpKind jk; member
Dhost_ppc_defs.h583 IRJumpKind jk; member
Dir_defs.c1231 ppIRJumpKind(s->Ist.Exit.jk); in ppIRStmt()
1702 IRStmt* IRStmt_Exit ( IRExpr* guard, IRJumpKind jk, IRConst* dst ) { in IRStmt_Exit() argument
1706 s->Ist.Exit.jk = jk; in IRStmt_Exit()
1924 s->Ist.Exit.jk, in deepCopyIRStmt()
Dir_opt.c465 addStmtToIRSB(bb, IRStmt_Exit(e1, st->Ist.Exit.jk, in flatten_Stmt()
2046 return IRStmt_Exit(fcond, st->Ist.Exit.jk, st->Ist.Exit.dst); in subst_and_fold_Stmt()
2346 = bb->stmts[i_unconditional_exit]->Ist.Exit.jk; in do_deadcode_BB()
3677 if (st->Ist.Exit.jk != Ijk_Boring) in maybe_loop_unroll_BB()
4297 st->Ist.Exit.jk, in atbSubst_Stmt()
Dhost_amd64_isel.c4140 addInstr(env, AMD64Instr_Goto(stmt->Ist.Exit.jk, cc, dst)); in iselStmt()
4156 static void iselNext ( ISelEnv* env, IRExpr* next, IRJumpKind jk ) in iselNext() argument
4161 ppIRJumpKind(jk); in iselNext()
4167 addInstr(env, AMD64Instr_Goto(jk, Acc_ALWAYS,ri)); in iselNext()
Dguest_arm_toIR.c534 IRJumpKind jk /* if a jump is generated */ ) in putIRegA() argument
563 r15kind = jk; in putIRegA()
10237 IRTemp jk = Ijk_Boring; in mk_ldm_stm() local
10370 jk = Ijk_Ret; in mk_ldm_stm()
10381 putIRegA( r, e, IRTemp_INVALID, jk ); in mk_ldm_stm()
12305 IRTemp jk = Ijk_Boring; in disInstr_ARM_WRK() local
12327 jk = Ijk_Ret; in disInstr_ARM_WRK()
12330 putIRegA( rD, mkexpr(res), condT, jk ); in disInstr_ARM_WRK()
12634 IRTemp jk = Ijk_Boring; in disInstr_ARM_WRK() local
12642 jk = Ijk_Ret; in disInstr_ARM_WRK()
[all …]
Dhost_ppc_isel.c4203 addInstr(env, PPCInstr_Goto(stmt->Ist.Exit.jk, cc, ri_dst)); in iselStmt()
4219 static void iselNext ( ISelEnv* env, IRExpr* next, IRJumpKind jk ) in iselNext() argument
4225 ppIRJumpKind(jk); in iselNext()
4233 addInstr(env, PPCInstr_Goto(jk, cond, ri)); in iselNext()
Dhost_x86_isel.c4047 addInstr(env, X86Instr_Goto(stmt->Ist.Exit.jk, cc, dst)); in iselStmt()
4063 static void iselNext ( ISelEnv* env, IRExpr* next, IRJumpKind jk ) in iselNext() argument
4068 ppIRJumpKind(jk); in iselNext()
4074 addInstr(env, X86Instr_Goto(jk, Xcc_ALWAYS,ri)); in iselNext()
Dhost_arm_isel.c5974 addInstr(env, ARMInstr_Goto(stmt->Ist.Exit.jk, cc, gnext)); in iselStmt()
5990 static void iselNext ( ISelEnv* env, IRExpr* next, IRJumpKind jk ) in iselNext() argument
5995 ppIRJumpKind(jk); in iselNext()
6002 addInstr(env, ARMInstr_Goto(jk, ARMcc_AL, rDst)); in iselNext()
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h2119 IRJumpKind jk; /* Jump kind */ member
2140 extern IRStmt* IRStmt_Exit ( IRExpr* guard, IRJumpKind jk, IRConst* dst );
/external/openssh/
DCREDITS52 Juergen Keil <jk@tools.de> - scp bugfixing
/external/valgrind/main/cachegrind/
Dcg_main.c1113 if ( (st->Ist.Exit.jk == Ijk_Boring) || in cg_instrument()
1114 (st->Ist.Exit.jk == Ijk_Call) || in cg_instrument()
1115 (st->Ist.Exit.jk == Ijk_Ret) ) in cg_instrument()
/external/valgrind/main/callgrind/
Dmain.c1109 guest_exit = (st->Ist.Exit.jk == Ijk_Boring) || in CLG_()
1110 (st->Ist.Exit.jk == Ijk_Call) || in CLG_()
1111 (st->Ist.Exit.jk == Ijk_Ret); in CLG_()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_kdt_posp.pkb226 �&T�cR�jk :8�B9��D�v�@%5X��L�'�C
Den-US_lh0_kpdf_mgc.pkb1235 …z�����_�� �1� �j�[�-�p#���8�A� p�e�� ����T*�L���X <���Ҋ\��K]jk����B<N]8+'+8'9Q�g��u…
1301 …���B��~���f[�j@<�A=u7ZC~wF6ccJ/6#):=C*CY�RPerx������ź�Éx��}=\M[jk�y�������nkrdtm~|�z�H…
/external/openssl/crypto/des/
DVERSION29 Markus F.X.J. Oberhumer <markus.oberhumer@jk.uni-linz.ac.at>.

12