Searched refs:CC_EQ (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_lowering_nv50.cpp | 657 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()
|
D | nv50_ir.h | 173 CC_EQ = 2, enumerator 174 CC_NOT_P = CC_EQ, // when used with FILE_PREDICATE
|
D | nv50_ir.cpp | 471 case CC_EQ: return reg.data.f32 == fval; in compare()
|
D | nv50_ir_emit_nv50.cpp | 206 case CC_EQ: enc = 0x2; break; in emitCondCode()
|
D | nv50_ir_from_sm4.cpp | 248 case SM4_OPCODE_IEQ: return CC_EQ; in cvtCondCode()
|
D | nv50_ir_from_tgsi.cpp | 434 return CC_EQ; in getSetCond()
|
D | nv50_ir_peephole.cpp | 776 case CC_EQ: cc = inverseCondCode(cc); break; in opnd()
|
/external/v8/src/s390/ |
D | constants-s390.h | 60 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
|
D | simulator-s390.h | 388 condition_reg_ |= CC_EQ; in SetS390ConditionCode() 429 condition_reg_ |= CC_EQ; in SetS390BitWiseConditionCode()
|
D | simulator-s390.cc | 2562 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/ |
D | nv50_ir_emit_nvc0.cpp | 197 case CC_EQ: val = 0x2; break; in emitCondCode()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 138657 #define CC_EQ 14 /* '='. Part of = or == */ 139157 case CC_EQ: {
|
/external/sqlite/dist/ |
D | sqlite3.c | 138657 #define CC_EQ 14 /* '='. Part of = or == */ 139157 case CC_EQ: {
|