/external/mesa3d/src/mesa/swrast/ |
D | s_fragprog.c | 198 machine->CondCodes[0] = COND_EQ; in init_machine() 199 machine->CondCodes[1] = COND_EQ; in init_machine() 200 machine->CondCodes[2] = COND_EQ; in init_machine() 201 machine->CondCodes[3] = COND_EQ; in init_machine()
|
/external/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.cpp | 176 case AVRCC::COND_EQ: in getBrCond() 200 return AVRCC::COND_EQ; in getCondFromBranchOpc() 222 case AVRCC::COND_EQ: in getOppositeCondition() 225 return AVRCC::COND_EQ; in getOppositeCondition()
|
D | AVRInstrInfo.h | 33 COND_EQ, //!< Equal enumerator
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.h | 79 COND_EQ, enumerator 92 case COND_EQ: return MBlaze::BEQID; in GetCondBranchFromCond()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_program.c | 252 machine->CondCodes[0] = COND_EQ; in init_machine() 253 machine->CondCodes[1] = COND_EQ; in init_machine() 254 machine->CondCodes[2] = COND_EQ; in init_machine() 255 machine->CondCodes[3] = COND_EQ; in init_machine()
|
/external/selinux/libsepol/tests/ |
D | debug.c | 58 case COND_EQ: in display_expr()
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | conditional.h | 53 #define COND_EQ 6 /* bool == bool */ macro
|
/external/mesa3d/src/mesa/program/ |
D | program_parse_extra.c | 105 cond = COND_EQ; in _mesa_parse_cc()
|
D | prog_instruction.h | 97 #define COND_EQ 2 /**< equal to zero */ macro
|
D | prog_execute.c | 425 return COND_EQ; in generate_cc() 437 case COND_EQ: return (condCode == COND_EQ); in test_cc() 438 case COND_NE: return (condCode != COND_EQ); in test_cc() 440 case COND_GE: return (condCode == COND_GT || condCode == COND_EQ); in test_cc() 441 case COND_LE: return (condCode == COND_LT || condCode == COND_EQ); in test_cc()
|
D | prog_print.c | 551 case COND_EQ: return "EQ"; in _mesa_condcode_string()
|
D | nvfragparse.c | 670 dstReg->CondMask = COND_EQ; in Parse_CondCodeMask()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDGPUInstructions.td | 36 def COND_EQ : PatLeaf <
|
D | R600Instructions.td | 275 COND_EQ))]
|
D | SIInstructions.td | 114 [(set VCCReg:$dst, (setcc (f32 AllReg_32:$src0), VReg_32:$src1, COND_EQ))]
|
/external/selinux/checkpolicy/test/ |
D | dispol.c | 214 case COND_EQ: in display_expr()
|
D | dismod.c | 393 case COND_EQ: in display_expr()
|
/external/selinux/libsepol/src/ |
D | conditional.c | 250 case COND_EQ: in cond_evaluate_expr()
|
D | module_to_cil.c | 1279 case COND_EQ: op = "eq"; break; in cond_expr_to_cil()
|
/external/selinux/checkpolicy/ |
D | policy_parse.y | 382 { $$ = define_cond_expr(COND_EQ, $1, $3);
|
D | checkpolicy.c | 326 case COND_EQ: in display_expr()
|
D | policy_define.c | 3891 case COND_EQ: in define_conditional() 3993 case COND_EQ: in define_cond_expr()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 329 def S_CMP_EQ_I32 : SOPC_CMP_32 <0x00000000, "s_cmp_eq_i32", COND_EQ>; 335 def S_CMP_EQ_U32 : SOPC_CMP_32 <0x00000006, "s_cmp_eq_u32", COND_EQ>; 683 defm V_CMP_EQ_I32 : VOPC_I32 <vopc<0x82, 0xc2>, "v_cmp_eq_i32", COND_EQ>; 703 defm V_CMP_EQ_I64 : VOPC_I64 <vopc<0xa2, 0xe2>, "v_cmp_eq_i64", COND_EQ>; 723 defm V_CMP_EQ_U32 : VOPC_I32 <vopc<0xc2, 0xca>, "v_cmp_eq_u32", COND_EQ>; 743 defm V_CMP_EQ_U64 : VOPC_I64 <vopc<0xe2, 0xea>, "v_cmp_eq_u64", COND_EQ>;
|
D | AMDGPUInstructions.td | 149 def COND_EQ : PatLeaf <
|
D | R600Instructions.td | 838 [(set i32:$dst, (selectcc i32:$src0, 0, i32:$src1, i32:$src2, COND_EQ))]
|