Searched defs:cond (Results 201 - 225 of 285) sorted by relevance

1234567891011>>

/external/clang/test/Analysis/
H A Dmalloc.c1119 int fPtr(unsigned cond, int x) {
1120 return (cond ? mySub : myAdd)(x, x);
1118 fPtr(unsigned cond, int x) argument
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc2936 pthread_cond_t* cond; member in struct:__anon19614::SignalCondArg
2945 pthread_cond_broadcast(arg->cond);
2947 pthread_cond_signal(arg->cond);
2954 pthread_cond_t cond; local
2956 SignalCondArg args = {&cond, &mu, false};
2957 pthread_cond_init(&cond, 0);
2964 int res = pthread_cond_wait(&cond, &mu);
2971 res = pthread_cond_wait(&cond, &mu);
2977 pthread_cond_destroy(&cond);
4054 U1 cond local
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc918 // after pthread_cond_t (old cond is smaller).
940 uptr cond = atomic_load(p, memory_order_acquire); local
941 if (!force && cond != 0)
942 return (void*)cond;
945 if (atomic_compare_exchange_strong(p, &cond, (uptr)newcond,
949 return (void*)cond;
963 void *cond = init_cond(c, true); local
964 SCOPED_TSAN_INTERCEPTOR(pthread_cond_init, cond, a);
966 return REAL(pthread_cond_init)(cond, a);
970 void *cond local
987 void *cond = init_cond(c); local
1004 void *cond = init_cond(c); local
1011 void *cond = init_cond(c); local
1018 void *cond = init_cond(c); local
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp143 template<typename T> inline T selection (bool cond, T a, T b) { return cond ? a : b; }; argument
/external/iproute2/misc/
H A Dss.c841 struct inet_diag_hostcond *cond = (struct inet_diag_hostcond*)(ptr+4); local
844 cond->family = a->addr.family;
845 cond->port = a->port;
846 cond->prefix_len = a->addr.bitlen;
847 memcpy(cond->addr, a->addr.data, alen);
/external/qemu/tcg/i386/
H A Dtcg-target.c822 static void tcg_out_brcond32(TCGContext *s, TCGCond cond, argument
827 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small);
831 static void tcg_out_brcond64(TCGContext *s, TCGCond cond, argument
836 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small);
922 static void tcg_out_setcond32(TCGContext *s, TCGCond cond, TCGArg dest, argument
926 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest);
931 static void tcg_out_setcond64(TCGContext *s, TCGCond cond, TCGArg dest, argument
935 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest);
966 clear the destination first, jump if cond false, and emit an
982 static void tcg_out_movcond32(TCGContext *s, TCGCond cond, TCGAr argument
998 tcg_out_movcond64(TCGContext *s, TCGCond cond, TCGArg dest, TCGArg c1, TCGArg c2, int const_c2, TCGArg v1) argument
[all...]
/external/qemu/tcg/
H A Dtcg-op.h650 static inline void tcg_gen_brcond_i32(TCGCond cond, TCGv_i32 arg1, argument
653 if (cond == TCG_COND_ALWAYS) {
655 } else if (cond != TCG_COND_NEVER) {
656 tcg_gen_op4ii_i32(INDEX_op_brcond_i32, arg1, arg2, cond, label_index);
660 static inline void tcg_gen_brcondi_i32(TCGCond cond, TCGv_i32 arg1, argument
663 if (cond == TCG_COND_ALWAYS) {
665 } else if (cond != TCG_COND_NEVER) {
667 tcg_gen_brcond_i32(cond, arg1, t0, label_index);
672 static inline void tcg_gen_setcond_i32(TCGCond cond, TCGv_i32 ret, argument
675 if (cond
684 tcg_gen_setcondi_i32(TCGCond cond, TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2) argument
1004 tcg_gen_brcond_i64(TCGCond cond, TCGv_i64 arg1, TCGv_i64 arg2, int label_index) argument
1016 tcg_gen_setcond_i64(TCGCond cond, TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2) argument
1333 tcg_gen_brcond_i64(TCGCond cond, TCGv_i64 arg1, TCGv_i64 arg2, int label_index) argument
1343 tcg_gen_setcond_i64(TCGCond cond, TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2) argument
1479 tcg_gen_brcondi_i64(TCGCond cond, TCGv_i64 arg1, int64_t arg2, int label_index) argument
1491 tcg_gen_setcondi_i64(TCGCond cond, TCGv_i64 ret, TCGv_i64 arg1, int64_t arg2) argument
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c814 ULong amd64g_calculate_condition ( ULong/*AMD64Condcode*/ cond, argument
823 ULong inv = cond & 1;
827 tab_cond[cc_op][cond]++;
832 switch (cond) {
885 cond, cc_op, cc_dep1, cc_dep2, cc_ndep );
979 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local
981 cond = args[0];
988 if (isU64(cc_op, AMD64G_CC_OP_ADDQ) && isU64(cond, AMD64CondZ)) {
998 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondZ)) {
1003 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondN
[all...]
H A Dhost_amd64_defs.h473 AMD64CondCode cond; member in struct:__anon31681::__anon31682::__anon31694
483 AMD64CondCode cond; /* can be Acc_ALWAYS */ member in struct:__anon31681::__anon31682::__anon31695
491 AMD64CondCode cond; /* can be Acc_ALWAYS */ member in struct:__anon31681::__anon31682::__anon31696
498 AMD64CondCode cond; /* can be Acc_ALWAYS */ member in struct:__anon31681::__anon31682::__anon31697
504 AMD64CondCode cond; member in struct:__anon31681::__anon31682::__anon31698
529 AMD64CondCode cond; member in struct:__anon31681::__anon31682::__anon31702
661 AMD64CondCode cond; member in struct:__anon31681::__anon31682::__anon31724
707 AMD64CondCode cond, Bool toFastEP );
709 AMD64CondCode cond );
711 AMD64CondCode cond, IRJumpKin
[all...]
H A Dhost_amd64_isel.c1528 AMD64CondCode cond = iselCondCode(env, e->Iex.Unop.arg); local
1529 addInstr(env, AMD64Instr_Set64(cond,dst));
1538 AMD64CondCode cond = iselCondCode(env, e->Iex.Unop.arg); local
1539 addInstr(env, AMD64Instr_Set64(cond,dst));
1863 && typeOfIRExpr(env->type_env,e->Iex.ITE.cond) == Ity_I1) {
1868 AMD64CondCode cc = iselCondCode(env, e->Iex.ITE.cond);
3089 vassert(typeOfIRExpr(env->type_env,e->Iex.ITE.cond) == Ity_I1);
3094 AMD64CondCode cc = iselCondCode(env, e->Iex.ITE.cond);
3702 AMD64CondCode cc = iselCondCode(env, e->Iex.ITE.cond);
4261 AMD64CondCode cc = iselCondCode(env, e->Iex.ITE.cond);
4476 AMD64CondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data); local
[all...]
H A Dhost_arm64_defs.h709 ARM64CondCode cond; /* can be ARM64cc_AL */ member in struct:__anon31763::__anon31764::__anon31777
717 ARM64CondCode cond; /* can be ARM64cc_AL */ member in struct:__anon31763::__anon31764::__anon31778
724 ARM64CondCode cond; /* can be ARM64cc_AL */ member in struct:__anon31763::__anon31764::__anon31779
727 /* CSEL: dst = if cond then argL else argR. cond may be anything. */
732 ARM64CondCode cond; member in struct:__anon31763::__anon31764::__anon31780
739 ARM64CondCode cond; member in struct:__anon31763::__anon31764::__anon31781
901 //ZZ ARMCondCode cond;
908 //ZZ ARMCondCode cond;
1044 ARM64CondCode cond, Boo
[all...]
H A Dhost_mips_defs.c616 const HChar *showMIPSCondCode(MIPSCondCode cond) argument
619 switch (cond) {
1225 MIPSCondCode cond)
1234 i->Min.Cmp.cond = cond;
1291 MIPSInstr *MIPSInstr_Call ( MIPSCondCode cond, Addr64 target, UInt argiregs, argument
1297 i->Min.Call.cond = cond;
1310 MIPSInstr *MIPSInstr_CallAlways ( MIPSCondCode cond, Addr64 target, argument
1316 i->Min.Call.cond
1224 MIPSInstr_Cmp(Bool syned, Bool sz32, HReg dst, HReg srcL, HReg srcR, MIPSCondCode cond) argument
1328 MIPSInstr_XDirect( Addr64 dstGA, MIPSAMode* amPC, MIPSCondCode cond, Bool toFastEP ) argument
1349 MIPSInstr_XAssisted( HReg dstGA, MIPSAMode* amPC, MIPSCondCode cond, IRJumpKind jk ) argument
3283 MIPSCondCode cond = i->Min.Call.cond; local
[all...]
H A Dhost_ppc_isel.c1975 PPCCondCode cond = iselCondCode(env, e->Iex.Unop.arg); local
1976 addInstr(env, PPCInstr_Set(cond,r_dst));
1985 PPCCondCode cond = iselCondCode(env, e->Iex.Unop.arg); local
1986 addInstr(env, PPCInstr_Set(cond,r_dst));
1999 PPCCondCode cond = iselCondCode(env, e->Iex.Unop.arg); local
2000 addInstr(env, PPCInstr_Set(cond,r_dst));
2359 typeOfIRExpr(env->type_env,e->Iex.ITE.cond) == Ity_I1) {
2364 PPCCondCode cc = iselCondCode(env, e->Iex.ITE.cond);
2752 PPCCondCode cond = iselCondCode(env, e->Iex.Unop.arg); local
2753 cond
3465 PPCCondCode cond = iselCondCode(env, e->Iex.Unop.arg); local
5482 PPCCondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data); local
[all...]
H A Dhost_s390_defs.h364 s390_cc_t cond : 16; member in struct:__anon32091
396 s390_cc_t cond; member in struct:__anon32092::__anon32093::__anon32098
445 s390_cc_t cond; member in struct:__anon32092::__anon32093::__anon32108
586 s390_cc_t cond; member in struct:__anon32092::__anon32093::__anon32128
594 s390_cc_t cond; member in struct:__anon32092::__anon32093::__anon32129
601 s390_cc_t cond; member in struct:__anon32092::__anon32093::__anon32130
625 s390_insn *s390_insn_cond_move(UChar size, s390_cc_t cond, HReg dst,
648 s390_insn *s390_insn_helper_call(s390_cc_t cond, Addr64 target, UInt num_args,
715 s390_insn *s390_insn_xdirect(s390_cc_t cond, Addr64 dst, s390_amode *guest_IA,
717 s390_insn *s390_insn_xindir(s390_cc_t cond, HRe
[all...]
H A Dhost_x86_defs.h450 X86CondCode cond; member in struct:__anon32163::__anon32164::__anon32175
461 X86CondCode cond; /* can be Xcc_ALWAYS */ member in struct:__anon32163::__anon32164::__anon32176
469 X86CondCode cond; /* can be Xcc_ALWAYS */ member in struct:__anon32163::__anon32164::__anon32177
476 X86CondCode cond; /* can be Xcc_ALWAYS */ member in struct:__anon32163::__anon32164::__anon32178
482 X86CondCode cond; member in struct:__anon32163::__anon32164::__anon32179
502 X86CondCode cond; member in struct:__anon32163::__anon32164::__anon32182
570 X86CondCode cond; member in struct:__anon32163::__anon32164::__anon32192
634 X86CondCode cond; member in struct:__anon32163::__anon32164::__anon32204
670 X86CondCode cond, Bool toFastEP );
672 X86CondCode cond );
[all...]
H A Dhost_x86_isel.c1298 X86CondCode cond = iselCondCode(env, e->Iex.Unop.arg); local
1299 addInstr(env, X86Instr_Set32(cond,dst));
1307 X86CondCode cond = iselCondCode(env, e->Iex.Unop.arg); local
1308 addInstr(env, X86Instr_Set32(cond,dst));
1496 && typeOfIRExpr(env->type_env,e->Iex.ITE.cond) == Ity_I1) {
1501 X86CondCode cc = iselCondCode(env, e->Iex.ITE.cond);
2173 X86CondCode cc = iselCondCode(env, e->Iex.ITE.cond);
2669 X86CondCode cond = iselCondCode(env, e->Iex.Unop.arg); local
2670 addInstr(env, X86Instr_Set32(cond,tLo));
3222 && typeOfIRExpr(env->type_env,e->Iex.ITE.cond)
4058 X86CondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data); local
[all...]
/external/vixl/src/a64/
H A Dassembler-a64.cc454 void Assembler::b(int imm19, Condition cond) { argument
455 Emit(B_cond | ImmCondBranch(imm19) | cond);
464 void Assembler::b(Label* label, Condition cond) { argument
465 b(UpdateAndGetInstructionOffsetTo(label), cond); local
784 Condition cond) {
785 ConditionalSelect(rd, rn, rm, cond, CSEL);
792 Condition cond) {
793 ConditionalSelect(rd, rn, rm, cond, CSINC);
800 Condition cond) {
801 ConditionalSelect(rd, rn, rm, cond, CSIN
781 csel(const Register& rd, const Register& rn, const Register& rm, Condition cond) argument
789 csinc(const Register& rd, const Register& rn, const Register& rm, Condition cond) argument
797 csinv(const Register& rd, const Register& rn, const Register& rm, Condition cond) argument
805 csneg(const Register& rd, const Register& rn, const Register& rm, Condition cond) argument
813 cset(const Register &rd, Condition cond) argument
820 csetm(const Register &rd, Condition cond) argument
827 cinc(const Register &rd, const Register &rn, Condition cond) argument
833 cinv(const Register &rd, const Register &rn, Condition cond) argument
839 cneg(const Register &rd, const Register &rn, Condition cond) argument
845 ConditionalSelect(const Register& rd, const Register& rn, const Register& rm, Condition cond, ConditionalSelectOp op) argument
856 ccmn(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond) argument
864 ccmp(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond) argument
1406 fccmp(const FPRegister& fn, const FPRegister& fm, StatusFlags nzcv, Condition cond) argument
1415 fcsel(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm, Condition cond) argument
1694 ConditionalCompare(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond, ConditionalCompareOp op) argument
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.cc583 ast_node *cond; member in struct:YYSTYPE::__anon13464
5497 (yyvsp[(3) - (6)].node), (yyvsp[(4) - (6)].for_rest_statement).cond, (yyvsp[(4) - (6)].for_rest_statement).rest, (yyvsp[(6) - (6)].node));
5516 (yyval.for_rest_statement).cond = (yyvsp[(1) - (2)].node);
5526 (yyval.for_rest_statement).cond = (yyvsp[(1) - (3)].node);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c3294 const int cond = _mesa_parse_cc((yyvsp[(1) - (1)].string)); local
3295 if ((cond == 0) || ((yyvsp[(1) - (1)].string)[2] != '\0')) {
3309 (yyval.dst_reg).CondMask = cond;
3320 const int cond = _mesa_parse_cc((yyvsp[(1) - (1)].string)); local
3321 if ((cond == 0) || ((yyvsp[(1) - (1)].string)[2] != '\0')) {
3335 (yyval.dst_reg).CondMask = cond;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c2335 Cond *cond; local
2905 cond = nasm_malloc(sizeof(Cond));
2906 cond->next = istk->conds;
2907 cond->state = j;
2908 istk->conds = cond;
2970 cond = istk->conds;
2971 istk->conds = cond->next;
2972 nasm_free(cond);
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc687 // ldr<cond> <Rd>, [pc +/- offset_12].
694 // ldr<cond> <Rd>, [pp +/- offset_12].
701 // ldr<cond> <Rd>, [pp, +/- <Rm>].
711 // vldr<cond> <Dd>, [pc +/- offset_10].
718 // vldr<cond> <Dd>, [pp +/- offset_10].
903 Condition cond = Instruction::ConditionField(instr); local
906 if (cond == kSpecialCondition) {
915 switch (cond) {
1113 Condition cond) {
1127 movw(target, imm32 & 0xffff, cond);
1111 move_32_bit_immediate(Register rd, const Operand& x, Condition cond) argument
1182 Condition cond = Instruction::ConditionField(instr); local
1335 b(int branch_offset, Condition cond) argument
1348 bl(int branch_offset, Condition cond) argument
1367 blx(Register target, Condition cond) argument
1374 bx(Register target, Condition cond) argument
1383 and_(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) argument
1389 eor(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) argument
1395 sub(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) argument
1401 rsb(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) argument
1407 add(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) argument
1413 adc(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) argument
1419 sbc(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) argument
1425 rsc(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) argument
1431 tst(Register src1, const Operand& src2, Condition cond) argument
1436 teq(Register src1, const Operand& src2, Condition cond) argument
1441 cmp(Register src1, const Operand& src2, Condition cond) argument
1446 cmp_raw_immediate( Register src, int raw_immediate, Condition cond) argument
1453 cmn(Register src1, const Operand& src2, Condition cond) argument
1458 orr(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) argument
1464 mov(Register dst, const Operand& src, SBit s, Condition cond) argument
1515 movw(Register reg, uint32_t immediate, Condition cond) argument
1521 movt(Register reg, uint32_t immediate, Condition cond) argument
1527 bic(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) argument
1533 mvn(Register dst, const Operand& src, SBit s, Condition cond) argument
1539 mla(Register dst, Register src1, Register src2, Register srcA, SBit s, Condition cond) argument
1547 mls(Register dst, Register src1, Register src2, Register srcA, Condition cond) argument
1556 sdiv(Register dst, Register src1, Register src2, Condition cond) argument
1565 udiv(Register dst, Register src1, Register src2, Condition cond) argument
1574 mul(Register dst, Register src1, Register src2, SBit s, Condition cond) argument
1582 smlal(Register dstL, Register dstH, Register src1, Register src2, SBit s, Condition cond) argument
1595 smull(Register dstL, Register dstH, Register src1, Register src2, SBit s, Condition cond) argument
1608 umlal(Register dstL, Register dstH, Register src1, Register src2, SBit s, Condition cond) argument
1621 umull(Register dstL, Register dstH, Register src1, Register src2, SBit s, Condition cond) argument
1635 clz(Register dst, Register src, Condition cond) argument
1646 usat(Register dst, int satpos, const Operand& src, Condition cond) argument
1673 ubfx(Register dst, Register src, int lsb, int width, Condition cond) argument
1693 sbfx(Register dst, Register src, int lsb, int width, Condition cond) argument
1712 bfc(Register dst, int lsb, int width, Condition cond) argument
1727 bfi(Register dst, Register src, int lsb, int width, Condition cond) argument
1762 pkhtb(Register dst, Register src1, const Operand& src2, Condition cond) argument
1782 uxtb(Register dst, const Operand& src, Condition cond) argument
1804 uxtab(Register dst, Register src1, const Operand& src2, Condition cond) argument
1828 uxtb16(Register dst, const Operand& src, Condition cond) argument
1851 mrs(Register dst, SRegister s, Condition cond) argument
1857 msr(SRegisterFieldMask fields, const Operand& src, Condition cond) argument
1882 ldr(Register dst, const MemOperand& src, Condition cond) argument
1890 str(Register src, const MemOperand& dst, Condition cond) argument
1895 ldrb(Register dst, const MemOperand& src, Condition cond) argument
1900 strb(Register src, const MemOperand& dst, Condition cond) argument
1905 ldrh(Register dst, const MemOperand& src, Condition cond) argument
1910 strh(Register src, const MemOperand& dst, Condition cond) argument
1915 ldrsb(Register dst, const MemOperand& src, Condition cond) argument
1920 ldrsh(Register dst, const MemOperand& src, Condition cond) argument
1925 ldrd(Register dst1, Register dst2, const MemOperand& src, Condition cond) argument
1936 strd(Register src1, Register src2, const MemOperand& dst, Condition cond) argument
2032 svc(uint32_t imm24, Condition cond) argument
2039 cdp(Coprocessor coproc, int opcode_1, CRegister crd, CRegister crn, CRegister crm, int opcode_2, Condition cond) argument
2062 mcr(Coprocessor coproc, int opcode_1, Register rd, CRegister crn, CRegister crm, int opcode_2, Condition cond) argument
2085 mrc(Coprocessor coproc, int opcode_1, Register rd, CRegister crn, CRegister crm, int opcode_2, Condition cond) argument
2108 ldc(Coprocessor coproc, CRegister crd, const MemOperand& src, LFlag l, Condition cond) argument
2117 ldc(Coprocessor coproc, CRegister crd, Register rn, int option, LFlag l, Condition cond) argument
2149 vldr(const DwVfpRegister dst, const Register base, int offset, const Condition cond) argument
2183 vldr(const DwVfpRegister dst, const MemOperand& operand, const Condition cond) argument
2197 vldr(const SwVfpRegister dst, const Register base, int offset, const Condition cond) argument
2231 vldr(const SwVfpRegister dst, const MemOperand& operand, const Condition cond) argument
2245 vstr(const DwVfpRegister src, const Register base, int offset, const Condition cond) argument
2279 vstr(const DwVfpRegister src, const MemOperand& operand, const Condition cond) argument
2293 vstr(const SwVfpRegister src, const Register base, int offset, const Condition cond) argument
2326 vstr(const SwVfpRegister src, const MemOperand& operand, const Condition cond) argument
2340 vldm(BlockAddrMode am, Register base, DwVfpRegister first, DwVfpRegister last, Condition cond) argument
2361 vstm(BlockAddrMode am, Register base, DwVfpRegister first, DwVfpRegister last, Condition cond) argument
2381 vldm(BlockAddrMode am, Register base, SwVfpRegister first, SwVfpRegister last, Condition cond) argument
2401 vstm(BlockAddrMode am, Register base, SwVfpRegister first, SwVfpRegister last, Condition cond) argument
2561 vmov(const SwVfpRegister dst, const SwVfpRegister src, const Condition cond) argument
2573 vmov(const DwVfpRegister dst, const DwVfpRegister src, const Condition cond) argument
2589 vmov(const DwVfpRegister dst, const VmovIndex index, const Register src, const Condition cond) argument
2605 vmov(const Register dst, const VmovIndex index, const DwVfpRegister src, const Condition cond) argument
2621 vmov(const DwVfpRegister dst, const Register src1, const Register src2, const Condition cond) argument
2637 vmov(const Register dst1, const Register dst2, const DwVfpRegister src, const Condition cond) argument
2653 vmov(const SwVfpRegister dst, const Register src, const Condition cond) argument
2667 vmov(const Register dst, const SwVfpRegister src, const Condition cond) argument
2749 EncodeVCVT(const VFPType dst_type, const int dst_code, const VFPType src_type, const int src_code, VFPConversionMode mode, const Condition cond) argument
2794 vcvt_f64_s32(const DwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) argument
2802 vcvt_f32_s32(const SwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) argument
2810 vcvt_f64_u32(const DwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) argument
2818 vcvt_s32_f64(const SwVfpRegister dst, const DwVfpRegister src, VFPConversionMode mode, const Condition cond) argument
2826 vcvt_u32_f64(const SwVfpRegister dst, const DwVfpRegister src, VFPConversionMode mode, const Condition cond) argument
2834 vcvt_f64_f32(const DwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) argument
2842 vcvt_f32_f64(const SwVfpRegister dst, const DwVfpRegister src, VFPConversionMode mode, const Condition cond) argument
2850 vcvt_f64_s32(const DwVfpRegister dst, int fraction_bits, const Condition cond) argument
2868 vneg(const DwVfpRegister dst, const DwVfpRegister src, const Condition cond) argument
2884 vabs(const DwVfpRegister dst, const DwVfpRegister src, const Condition cond) argument
2899 vadd(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) argument
2919 vsub(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) argument
2939 vmul(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) argument
2959 vmla(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) argument
2977 vmls(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) argument
2995 vdiv(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) argument
3015 vcmp(const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) argument
3031 vcmp(const DwVfpRegister src1, const double src2, const Condition cond) argument
3045 vmsr(Register dst, Condition cond) argument
3054 vmrs(Register dst, Condition cond) argument
3063 vsqrt(const DwVfpRegister dst, const DwVfpRegister src, const Condition cond) argument
[all...]
H A Dassembler-arm.h836 void b(int branch_offset, Condition cond = al);
837 void bl(int branch_offset, Condition cond = al);
839 void blx(Register target, Condition cond = al); // v5 and above
840 void bx(Register target, Condition cond = al); // v5 and above, plus v4t
843 void b(Label* L, Condition cond = al) {
844 b(branch_offset(L, cond == al), cond); local
846 void b(Condition cond, Label* L) { b(branch_offset(L, cond == al), cond); } local
847 void bl(Label* L, Condition cond = al) { bl(branch_offset(L, false), cond); } local
848 void bl(Condition cond, Label* L) { bl(branch_offset(L, false), cond); } local
[all...]
H A Dfull-codegen-arm.cc704 void FullCodeGenerator::Split(Condition cond, argument
709 __ b(cond, if_true);
711 __ b(NegateCondition(cond), if_false);
713 __ b(cond, if_true);
4670 Condition cond = CompareIC::ComputeCondition(op); local
4680 Split(cond, if_true, if_false, NULL);
4691 Split(cond, if_true, if_false, fall_through);
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.cc988 void Assembler::b(int imm19, Condition cond) { argument
989 Emit(B_cond | ImmCondBranch(imm19) | cond);
993 void Assembler::b(Label* label, Condition cond) { argument
995 b(LinkAndGetInstructionOffsetTo(label), cond); local
1331 Condition cond) {
1332 ConditionalSelect(rd, rn, rm, cond, CSEL);
1339 Condition cond) {
1340 ConditionalSelect(rd, rn, rm, cond, CSINC);
1347 Condition cond) {
1348 ConditionalSelect(rd, rn, rm, cond, CSIN
1328 csel(const Register& rd, const Register& rn, const Register& rm, Condition cond) argument
1336 csinc(const Register& rd, const Register& rn, const Register& rm, Condition cond) argument
1344 csinv(const Register& rd, const Register& rn, const Register& rm, Condition cond) argument
1352 csneg(const Register& rd, const Register& rn, const Register& rm, Condition cond) argument
1360 cset(const Register &rd, Condition cond) argument
1367 csetm(const Register &rd, Condition cond) argument
1374 cinc(const Register &rd, const Register &rn, Condition cond) argument
1380 cinv(const Register &rd, const Register &rn, Condition cond) argument
1386 cneg(const Register &rd, const Register &rn, Condition cond) argument
1392 ConditionalSelect(const Register& rd, const Register& rn, const Register& rm, Condition cond, ConditionalSelectOp op) argument
1403 ccmn(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond) argument
1411 ccmp(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond) argument
1964 fccmp(const FPRegister& fn, const FPRegister& fm, StatusFlags nzcv, Condition cond) argument
1973 fcsel(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm, Condition cond) argument
2308 ConditionalCompare(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond, ConditionalCompareOp op) argument
[all...]
H A Dcode-stubs-arm64.cc211 Condition cond) {
223 if ((cond == lt) || (cond == gt)) {
226 } else if (cond == eq) {
238 if ((cond == le) || (cond == ge)) {
242 if (cond == le) {
254 if (cond == lt) {
256 } else if (cond == gt) {
266 if ((cond !
205 EmitIdenticalObjectComparison(MacroAssembler* masm, Register left, Register right, Register scratch, FPRegister double_scratch, Label* slow, Condition cond) argument
490 Condition cond = GetCondition(); local
[all...]

Completed in 5348 milliseconds

1234567891011>>