Home
last modified time | relevance | path

Searched refs:CC_EQ (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_lowering_nv50.cpp657 bld.mkMov(bit, imm)->setPredicate(CC_EQ, pred); in handleTXB()
712 bld.mkFlow(OP_BRA, texiBB, CC_EQ, pred)->fixed = 1; in handleTXL()
813 bld.mkMov(src1, v1)->setPredicate(CC_EQ, pred); in handleSLCT()
841 bld.mkMov(src1, v1)->setPredicate(CC_EQ, i->getSrc(2)); in handleSELP()
Dnv50_ir.h173 CC_EQ = 2, enumerator
174 CC_NOT_P = CC_EQ, // when used with FILE_PREDICATE
Dnv50_ir.cpp471 case CC_EQ: return reg.data.f32 == fval; in compare()
Dnv50_ir_emit_nv50.cpp206 case CC_EQ: enc = 0x2; break; in emitCondCode()
Dnv50_ir_from_sm4.cpp248 case SM4_OPCODE_IEQ: return CC_EQ; in cvtCondCode()
Dnv50_ir_from_tgsi.cpp434 return CC_EQ; in getSetCond()
Dnv50_ir_peephole.cpp776 case CC_EQ: cc = inverseCondCode(cc); break; in opnd()
/external/v8/src/s390/
Dconstants-s390.h60 CC_EQ = 0x08, // S390 condition code 0b1000 enumerator
62 CC_LE = CC_EQ | CC_LT, // S390 condition code 0b1100
64 CC_GE = CC_EQ | CC_GT, // S390 condition code 0b1010
Dsimulator-s390.h388 condition_reg_ |= CC_EQ; in SetS390ConditionCode()
429 condition_reg_ |= CC_EQ; in SetS390BitWiseConditionCode()
Dsimulator-s390.cc2562 condition_reg_ = (r2_val == 0) ? CC_EQ : CC_LT; // CC0 - result is zero in DecodeTwoByte()
3036 condition_reg_ = CC_EQ; // CC0 in DecodeFourByte()
3087 condition_reg_ = (r2_val == 0) ? CC_EQ : CC_LT; // CC0 - result is zero in DecodeFourByte()
4262 condition_reg_ = CC_EQ; in DecodeFourByteFloatingPoint()
4274 condition_reg_ = CC_EQ; in DecodeFourByteFloatingPoint()
4286 condition_reg_ = CC_EQ; in DecodeFourByteFloatingPoint()
4296 condition_reg_ = CC_EQ; in DecodeFourByteFloatingPoint()
4493 condition_reg_ = CC_EQ; // CC0 in DecodeSixByte()
6489 condition_reg_ = (r2_val == 0) ? CC_EQ : CC_LT; // CC0 - result is zero in EVALUATE()
7237 condition_reg_ = CC_EQ; // CC0 in EVALUATE()
[all …]
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_emit_nvc0.cpp197 case CC_EQ: val = 0x2; break; in emitCondCode()
/external/sqlite/dist/orig/
Dsqlite3.c138657 #define CC_EQ 14 /* '='. Part of = or == */
139157 case CC_EQ: {
/external/sqlite/dist/
Dsqlite3.c138657 #define CC_EQ 14 /* '='. Part of = or == */
139157 case CC_EQ: {