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

1234567891011

/external/valgrind/main/VEX/priv/
H A Dhost_arm_defs.c194 HChar* showARMCondCode ( ARMCondCode cond ) {
195 switch (cond) {
1182 ARMCondCode cond, Bool toFastEP ) {
1187 i->ARMin.XDirect.cond = cond;
1192 ARMCondCode cond ) {
1197 i->ARMin.XIndir.cond = cond;
1201 ARMCondCode cond, IRJumpKind jk ) {
1206 i->ARMin.XAssisted.cond
1181 ARMInstr_XDirect( Addr32 dstGA, ARMAMode1* amR15T, ARMCondCode cond, Bool toFastEP ) argument
1200 ARMInstr_XAssisted( HReg dstGA, ARMAMode1* amR15T, ARMCondCode cond, IRJumpKind jk ) argument
1210 ARMInstr_CMov( ARMCondCode cond, HReg dst, ARMRI84* src ) argument
1219 ARMInstr_Call( ARMCondCode cond, HWord target, Int nArgRegs ) argument
1313 ARMInstr_VCMovD( ARMCondCode cond, HReg dst, HReg src ) argument
1322 ARMInstr_VCMovS( ARMCondCode cond, HReg dst, HReg src ) argument
1460 ARMInstr_NCMovQ( ARMCondCode cond, HReg dst, HReg src ) argument
[all...]
H A Dhost_mips_defs.c628 HChar *showMIPSCondCode(MIPSCondCode cond) argument
631 switch (cond) {
810 ret = "C.cond.d";
1153 MIPSCondCode cond)
1162 i->Min.Cmp.cond = cond;
1219 MIPSInstr *MIPSInstr_Call(MIPSCondCode cond, Addr32 target, UInt argiregs, argument
1225 i->Min.Call.cond = cond;
1235 MIPSInstr *MIPSInstr_CallAlways(MIPSCondCode cond, Addr3 argument
1152 MIPSInstr_Cmp(Bool syned, Bool sz32, HReg dst, HReg srcL, HReg srcR, MIPSCondCode cond) argument
1249 MIPSInstr_XDirect( Addr32 dstGA, MIPSAMode* amPC, MIPSCondCode cond, Bool toFastEP ) argument
1270 MIPSInstr_XAssisted( HReg dstGA, MIPSAMode* amPC, MIPSCondCode cond, IRJumpKind jk ) argument
1436 MIPSInstr_MovCond(HReg dst, HReg argL, MIPSRH * argR, HReg condR, MIPSCondCode cond) argument
3140 MIPSCondCode cond = i->Min.Call.cond; local
[all...]
H A Dhost_ppc_isel.c1805 PPCCondCode cond = iselCondCode(env, e->Iex.Unop.arg); local
1806 addInstr(env, PPCInstr_Set(cond,r_dst));
1815 PPCCondCode cond = iselCondCode(env, e->Iex.Unop.arg); local
1816 addInstr(env, PPCInstr_Set(cond,r_dst));
1829 PPCCondCode cond = iselCondCode(env, e->Iex.Unop.arg); local
1830 addInstr(env, PPCInstr_Set(cond,r_dst));
2137 typeOfIRExpr(env->type_env,e->Iex.Mux0X.cond) == Ity_I8) {
2139 HReg r_cond = iselWordExpr_R(env, e->Iex.Mux0X.cond);
2536 PPCCondCode cond = iselCondCode(env, e->Iex.Unop.arg); local
2537 cond
3153 PPCCondCode cond = iselCondCode(env, e->Iex.Unop.arg); local
4867 PPCCondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data); local
[all...]
H A Dhost_x86_defs.h447 X86CondCode cond; member in struct:__anon27824::__anon27825::__anon27836
457 X86CondCode cond; /* can be Xcc_ALWAYS */ member in struct:__anon27824::__anon27825::__anon27837
465 X86CondCode cond; /* can be Xcc_ALWAYS */ member in struct:__anon27824::__anon27825::__anon27838
472 X86CondCode cond; /* can be Xcc_ALWAYS */ member in struct:__anon27824::__anon27825::__anon27839
478 X86CondCode cond; member in struct:__anon27824::__anon27825::__anon27840
498 X86CondCode cond; member in struct:__anon27824::__anon27825::__anon27843
566 X86CondCode cond; member in struct:__anon27824::__anon27825::__anon27853
630 X86CondCode cond; member in struct:__anon27824::__anon27825::__anon27865
666 X86CondCode cond, Bool toFastEP );
668 X86CondCode cond );
[all...]
H A Dhost_arm_defs.h692 ARMCondCode cond; /* can be ARMcc_AL */ member in struct:__anon27532::__anon27533::__anon27544
700 ARMCondCode cond; /* can be ARMcc_AL */ member in struct:__anon27532::__anon27533::__anon27545
707 ARMCondCode cond; /* can be ARMcc_AL */ member in struct:__anon27532::__anon27533::__anon27546
713 ARMCondCode cond; member in struct:__anon27532::__anon27533::__anon27547
720 ARMCondCode cond; member in struct:__anon27532::__anon27533::__anon27548
806 ARMCondCode cond; member in struct:__anon27532::__anon27533::__anon27560
813 ARMCondCode cond; member in struct:__anon27532::__anon27533::__anon27561
929 ARMCondCode cond; member in struct:__anon27532::__anon27533::__anon27578
965 ARMCondCode cond, Bool toFastEP );
967 ARMCondCode cond );
[all...]
H A Dhost_ppc_defs.c276 HChar* showPPCCondCode ( PPCCondCode cond )
278 if (cond.test == Pct_ALWAYS) return "always";
280 switch (cond.flag) {
282 return (cond.test == Pct_TRUE) ? "cr7.so=1" : "cr7.so=0";
284 return (cond.test == Pct_TRUE) ? "cr7.eq=1" : "cr7.eq=0";
286 return (cond.test == Pct_TRUE) ? "cr7.gt=1" : "cr7.gt=0";
288 return (cond.test == Pct_TRUE) ? "cr7.lt=1" : "cr7.lt=0";
841 PPCInstr* PPCInstr_Call ( PPCCondCode cond, argument
846 i->Pin.Call.cond = cond;
854 PPCInstr_XDirect( Addr64 dstGA, PPCAMode* amCIA, PPCCondCode cond, Bool toFastEP ) argument
873 PPCInstr_XAssisted( HReg dstGA, PPCAMode* amCIA, PPCCondCode cond, IRJumpKind jk ) argument
883 PPCInstr_CMov( PPCCondCode cond, HReg dst, PPCRI* src ) argument
937 PPCInstr_Set( PPCCondCode cond, HReg dst ) argument
1256 PPCInstr_FpCMov( PPCCondCode cond, HReg dst, HReg src ) argument
1403 PPCInstr_AvCMov( PPCCondCode cond, HReg dst, HReg src ) argument
3911 PPCCondCode cond = i->Pin.Call.cond; local
4123 PPCCondCode cond; local
4214 PPCCondCode cond = i->Pin.Set.cond; local
[all...]
H A Dhost_ppc_defs.h612 PPCCondCode cond; member in struct:__anon27679::__anon27680::__anon27689
622 PPCCondCode cond; /* can be ALWAYS */ member in struct:__anon27679::__anon27680::__anon27690
630 PPCCondCode cond; /* can be ALWAYS */ member in struct:__anon27679::__anon27680::__anon27691
637 PPCCondCode cond; /* can be ALWAYS */ member in struct:__anon27679::__anon27680::__anon27692
643 PPCCondCode cond; member in struct:__anon27679::__anon27680::__anon27693
673 PPCCondCode cond; member in struct:__anon27679::__anon27680::__anon27698
734 PPCCondCode cond; member in struct:__anon27679::__anon27680::__anon27708
831 PPCCondCode cond; member in struct:__anon27679::__anon27680::__anon27724
972 PPCCondCode cond, Bool toFastEP );
974 PPCCondCode cond );
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.cc583 ast_node *cond; member in struct:YYSTYPE::__anon12610
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.cc720 // ldr<cond> <Rd>, [pc +/- offset_12].
727 // vldr<cond> <Dd>, [pc +/- offset_10].
898 Condition cond = Instruction::ConditionField(instr); local
901 if (cond == kSpecialCondition) {
910 switch (cond) {
1094 void Assembler::move_32_bit_immediate(Condition cond, argument
1105 emit(cond | 0x30*B20 | rd.code()*B12 |
1107 movt(rd, static_cast<uint32_t>(x.imm32_) >> 16, cond);
1113 ldr(rd, MemOperand(pc, 0), cond);
1134 Condition cond local
1298 b(int branch_offset, Condition cond) argument
1311 bl(int branch_offset, Condition cond) argument
1330 blx(Register target, Condition cond) argument
1337 bx(Register target, Condition cond) argument
1346 and_(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) argument
1352 eor(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) argument
1358 sub(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) argument
1364 rsb(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) argument
1370 add(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) argument
1376 adc(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) argument
1382 sbc(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) argument
1388 rsc(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) argument
1394 tst(Register src1, const Operand& src2, Condition cond) argument
1399 teq(Register src1, const Operand& src2, Condition cond) argument
1404 cmp(Register src1, const Operand& src2, Condition cond) argument
1409 cmp_raw_immediate( Register src, int raw_immediate, Condition cond) argument
1416 cmn(Register src1, const Operand& src2, Condition cond) argument
1421 orr(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) argument
1427 mov(Register dst, const Operand& src, SBit s, Condition cond) argument
1478 movw(Register reg, uint32_t immediate, Condition cond) argument
1628 ubfx(Register dst, Register src, int lsb, int width, Condition cond) argument
1648 sbfx(Register dst, Register src, int lsb, int width, Condition cond) argument
1667 bfc(Register dst, int lsb, int width, Condition cond) argument
1682 bfi(Register dst, Register src, int lsb, int width, Condition cond) argument
1717 pkhtb(Register dst, Register src1, const Operand& src2, Condition cond) argument
1737 uxtb(Register dst, const Operand& src, Condition cond) argument
1757 uxtab(Register dst, Register src1, const Operand& src2, Condition cond) argument
1779 uxtb16(Register dst, const Operand& src, Condition cond) argument
1800 mrs(Register dst, SRegister s, Condition cond) argument
1806 msr(SRegisterFieldMask fields, const Operand& src, Condition cond) argument
1832 ldr(Register dst, const MemOperand& src, Condition cond) argument
1840 str(Register src, const MemOperand& dst, Condition cond) argument
1845 ldrb(Register dst, const MemOperand& src, Condition cond) argument
1850 strb(Register src, const MemOperand& dst, Condition cond) argument
1855 ldrh(Register dst, const MemOperand& src, Condition cond) argument
1860 strh(Register src, const MemOperand& dst, Condition cond) argument
1865 ldrsb(Register dst, const MemOperand& src, Condition cond) argument
1870 ldrsh(Register dst, const MemOperand& src, Condition cond) argument
1875 ldrd(Register dst1, Register dst2, const MemOperand& src, Condition cond) argument
1886 strd(Register src1, Register src2, const MemOperand& dst, Condition cond) argument
1982 svc(uint32_t imm24, Condition cond) argument
1989 cdp(Coprocessor coproc, int opcode_1, CRegister crd, CRegister crn, CRegister crm, int opcode_2, Condition cond) argument
2012 mcr(Coprocessor coproc, int opcode_1, Register rd, CRegister crn, CRegister crm, int opcode_2, Condition cond) argument
2035 mrc(Coprocessor coproc, int opcode_1, Register rd, CRegister crn, CRegister crm, int opcode_2, Condition cond) argument
2058 ldc(Coprocessor coproc, CRegister crd, const MemOperand& src, LFlag l, Condition cond) argument
2067 ldc(Coprocessor coproc, CRegister crd, Register rn, int option, LFlag l, Condition cond) argument
2099 vldr(const DwVfpRegister dst, const Register base, int offset, const Condition cond) argument
2133 vldr(const DwVfpRegister dst, const MemOperand& operand, const Condition cond) argument
2142 vldr(const SwVfpRegister dst, const Register base, int offset, const Condition cond) argument
2176 vldr(const SwVfpRegister dst, const MemOperand& operand, const Condition cond) argument
2185 vstr(const DwVfpRegister src, const Register base, int offset, const Condition cond) argument
2219 vstr(const DwVfpRegister src, const MemOperand& operand, const Condition cond) argument
2228 vstr(const SwVfpRegister src, const Register base, int offset, const Condition cond) argument
2261 vstr(const SwVfpRegister src, const MemOperand& operand, const Condition cond) argument
2270 vldm(BlockAddrMode am, Register base, DwVfpRegister first, DwVfpRegister last, Condition cond) argument
2291 vstm(BlockAddrMode am, Register base, DwVfpRegister first, DwVfpRegister last, Condition cond) argument
2311 vldm(BlockAddrMode am, Register base, SwVfpRegister first, SwVfpRegister last, Condition cond) argument
2331 vstm(BlockAddrMode am, Register base, SwVfpRegister first, SwVfpRegister last, Condition cond) argument
2480 vmov(const SwVfpRegister dst, const SwVfpRegister src, const Condition cond) argument
2492 vmov(const DwVfpRegister dst, const DwVfpRegister src, const Condition cond) argument
2508 vmov(const DwVfpRegister dst, const VmovIndex index, const Register src, const Condition cond) argument
2524 vmov(const Register dst, const VmovIndex index, const DwVfpRegister src, const Condition cond) argument
2540 vmov(const DwVfpRegister dst, const Register src1, const Register src2, const Condition cond) argument
2556 vmov(const Register dst1, const Register dst2, const DwVfpRegister src, const Condition cond) argument
2572 vmov(const SwVfpRegister dst, const Register src, const Condition cond) argument
2586 vmov(const Register dst, const SwVfpRegister src, const Condition cond) argument
2668 EncodeVCVT(const VFPType dst_type, const int dst_code, const VFPType src_type, const int src_code, VFPConversionMode mode, const Condition cond) argument
2713 vcvt_f64_s32(const DwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) argument
2721 vcvt_f32_s32(const SwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) argument
2729 vcvt_f64_u32(const DwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) argument
2737 vcvt_s32_f64(const SwVfpRegister dst, const DwVfpRegister src, VFPConversionMode mode, const Condition cond) argument
2745 vcvt_u32_f64(const SwVfpRegister dst, const DwVfpRegister src, VFPConversionMode mode, const Condition cond) argument
2753 vcvt_f64_f32(const DwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) argument
2761 vcvt_f32_f64(const SwVfpRegister dst, const DwVfpRegister src, VFPConversionMode mode, const Condition cond) argument
2769 vcvt_f64_s32(const DwVfpRegister dst, int fraction_bits, const Condition cond) argument
2786 vneg(const DwVfpRegister dst, const DwVfpRegister src, const Condition cond) argument
2802 vabs(const DwVfpRegister dst, const DwVfpRegister src, const Condition cond) argument
2817 vadd(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) argument
2837 vsub(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) argument
2857 vmul(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) argument
2877 vmla(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) argument
2895 vmls(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) argument
2913 vdiv(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) argument
2933 vcmp(const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) argument
2949 vcmp(const DwVfpRegister src1, const double src2, const Condition cond) argument
2963 vmsr(Register dst, Condition cond) argument
2972 vmrs(Register dst, Condition cond) argument
2981 vsqrt(const DwVfpRegister dst, const DwVfpRegister src, const Condition cond) argument
[all...]
H A Dcode-stubs-arm.cc358 Condition cond);
756 Condition cond) {
766 if (cond == lt || cond == gt) {
773 if (cond != eq) {
779 if (cond == le || cond == ge) {
785 if (cond == le) {
798 if (cond == lt) {
800 } else if (cond
754 EmitIdenticalObjectComparison(MacroAssembler* masm, Label* slow, Condition cond) argument
[all...]
H A Dfull-codegen-arm.cc685 void FullCodeGenerator::Split(Condition cond, argument
690 __ b(cond, if_true);
692 __ b(NegateCondition(cond), if_false);
694 __ b(cond, if_true);
4643 Condition cond = CompareIC::ComputeCondition(op); local
4653 Split(cond, if_true, if_false, NULL);
4664 Split(cond, if_true, if_false, fall_through);
H A Dlithium-codegen-arm.cc2346 Condition cond = kNoCondition; local
2350 cond = eq;
2354 cond = ne;
2357 cond = is_unsigned ? lo : lt;
2360 cond = is_unsigned ? hi : gt;
2363 cond = is_unsigned ? ls : le;
2366 cond = is_unsigned ? hs : ge;
2373 return cond;
2380 Condition cond = TokenToCondition(instr->op(), false); local
2413 cond
[all...]
/external/chromium_org/v8/src/x64/
H A Dcode-stubs-x64.cc4648 Condition cond = masm->CheckEitherSmi(left, right, tmp1); local
4649 __ j(cond, &miss, Label::kNear);
4691 Condition cond = masm->CheckEitherSmi(left, right, tmp1); local
4692 __ j(cond, &miss, Label::kNear);
4736 Condition cond = masm->CheckEitherSmi(left, right, tmp1); local
4737 __ j(cond, &miss);
/external/clang/include/clang/AST/
H A DStmt.h852 IfStmt(ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
925 SwitchStmt(ASTContext &C, VarDecl *Var, Expr *cond);
1010 WhileStmt(ASTContext &C, VarDecl *Var, Expr *cond, Stmt *body,
1068 DoStmt(Stmt *body, Expr *cond, SourceLocation DL, SourceLocation WL, argument
1071 SubExprs[COND] = reinterpret_cast<Stmt*>(cond);
1107 /// ForStmt - This represents a 'for (init;cond;inc)' stmt. Note that any of
1108 /// the init/cond/inc parts of the ForStmt will be null if they were not
/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp37 void LockWhen(const int &cond) __attribute__((exclusive_lock_function));
1662 bool cond; member in struct:TryLockTest::TestTryLock
1721 if (cond)
1748 while (cond) {
1758 if (cond) {
1771 if (cond) {
/external/qemu/target-arm/
H A Dtranslate.c6417 unsigned int cond, insn, val, op1, i, shift, rm, rs, rn, rd, sh; local
6436 cond = insn >> 28;
6437 if (cond == 0xf){
6656 if (cond != 0xe) {
6661 gen_test_cc(cond ^ 1, s->condlabel);
8852 uint32_t val, insn, op, rm, rn, rd, shift, cond; local
8860 cond = s->condexec_cond;
8861 if (cond != 0x0e) { /* Skip conditional when condition is AL. */
8863 gen_test_cc(cond ^ 1, s->condlabel);
9490 cond
[all...]
/external/qemu/target-i386/
H A Dtranslate.c944 int inv, jcc_op, size, cond; local
1010 cond = inv ? TCG_COND_GEU : TCG_COND_LTU;
1013 cond = inv ? TCG_COND_GTU : TCG_COND_LEU;
1038 tcg_gen_brcond_tl(cond, cpu_tmp4, t0, l1);
1042 cond = inv ? TCG_COND_GE : TCG_COND_LT;
1045 cond = inv ? TCG_COND_GT : TCG_COND_LE;
1070 tcg_gen_brcond_tl(cond, cpu_tmp4, t0, l1);
/external/v8/src/arm/
H A Dcode-stubs-arm.cc44 Condition cond,
52 static void EmitTwoNonNanDoubleComparison(MacroAssembler* masm, Condition cond);
1080 Condition cond,
1089 if (cond != eq || !never_nan_nan) {
1094 if (cond == lt || cond == gt) {
1101 if (cond != eq) {
1107 if (cond == le || cond == ge) {
1113 if (cond
1078 EmitIdenticalObjectComparison(MacroAssembler* masm, Label* slow, Condition cond, bool never_nan_nan) argument
1273 EmitNanCheck(MacroAssembler* masm, Label* lhs_not_nan, Condition cond) argument
1325 EmitTwoNonNanDoubleComparison(MacroAssembler* masm, Condition cond) argument
[all...]
/external/v8/src/x64/
H A Dcode-stubs-x64.cc5595 Condition cond = masm->CheckEitherSmi(left, right, tmp1); local
5596 __ j(cond, &miss, Label::kNear);
5640 Condition cond = masm->CheckEitherSmi(left, right, tmp1); local
5641 __ j(cond, &miss);
/external/valgrind/main/helgrind/
H A Dhg_main.c2126 static CVInfo* map_cond_to_CVInfo_lookup_or_alloc ( void* cond ) {
2129 if (VG_(lookupFM)( map_cond_to_CVInfo, &key, &val, (UWord)cond )) {
2130 tl_assert(key == (UWord)cond);
2137 VG_(addToFM)( map_cond_to_CVInfo, (UWord)cond, (UWord)cvi );
2142 static CVInfo* map_cond_to_CVInfo_lookup_NO_alloc ( void* cond ) {
2145 if (VG_(lookupFM)( map_cond_to_CVInfo, &key, &val, (UWord)cond )) {
2146 tl_assert(key == (UWord)cond);
2153 static void map_cond_to_CVInfo_delete ( ThreadId tid, void* cond ) {
2161 if (VG_(delFromFM)( map_cond_to_CVInfo, &keyW, &valW, (UWord)cond )) {
2163 tl_assert(keyW == (UWord)cond);
2261 evh__HG_PTHREAD_COND_WAIT_PRE( ThreadId tid, void* cond, void* mutex ) argument
2328 evh__HG_PTHREAD_COND_WAIT_POST( ThreadId tid, void* cond, void* mutex ) argument
[all...]
/external/valgrind/main/memcheck/
H A Dmc_translate.c1100 IRAtom* cond; local
1125 cond = mkPCastTo( mce, Ity_I1, vatom );
1126 /* cond will be 0 if all defined, and 1 if any not defined. */
1225 di->guard = cond;
1328 IRAtom *cond, *iffalse; local
1330 cond = assignNew('V', mce, Ity_I8, unop(Iop_1Uto8, guard));
1333 vatom = assignNew('V', mce, ty, IRExpr_Mux0X(cond, iffalse, vatom));
3969 IRAtom *cond, *iffalse, *iftrue; local
3971 cond = assignNew('V', mce, Ity_I8, unop(Iop_1Uto8, guard));
3976 return assignNew('V', mce, ty, IRExpr_Mux0X(cond, iffals
3985 expr2vbits_Mux0X( MCEnv* mce, IRAtom* cond, IRAtom* expr0, IRAtom* exprX ) argument
4468 IRAtom *cond, *iffalse, *iftrue; local
5828 IRAtom *cond, *iffalse, *iftrue; local
6107 IRAtom *cond, *iffalse, *iftrue; local
6206 IRAtom *cond, *iffalse; local
[all...]
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.cc2523 Condition cond = no_condition; local
2527 cond = equal;
2531 cond = not_equal;
2534 cond = is_unsigned ? below : less;
2537 cond = is_unsigned ? above : greater;
2540 cond = is_unsigned ? below_equal : less_equal;
2543 cond = is_unsigned ? above_equal : greater_equal;
2550 return cond;
2726 Condition cond = masm_->IsObjectStringType(input, temp1, temp1); local
2728 return cond;
[all...]
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc2193 Condition cond = kNoCondition; local
2197 cond = eq;
2201 cond = ne;
2204 cond = is_unsigned ? lo : lt;
2207 cond = is_unsigned ? hi : gt;
2210 cond = is_unsigned ? ls : le;
2213 cond = is_unsigned ? hs : ge;
2220 return cond;
2227 Condition cond = TokenToCondition(instr->op(), false); local
2248 EmitBranchF(instr, cond, left_re
[all...]

Completed in 1341 milliseconds

1234567891011