/external/lldb/source/Plugins/Process/Utility/ |
D | ARMDefines.h | 29 #define COND_EQ 0x0 // Equal Equal Z == 1 macro 52 case COND_EQ: return "eq"; in ARMCondCodeToString()
|
/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/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 | 52 #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/lldb/tools/debugserver/source/MacOSX/arm/ |
D | DNBArchImpl.cpp | 75 #define COND_EQ 0x0 macro 608 case COND_EQ: // (0x0) in ConditionPassed()
|
/external/selinux/libsepol/src/ |
D | conditional.c | 250 case COND_EQ: in cond_evaluate_expr()
|
D | module_to_cil.c | 1159 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 | 3848 case COND_EQ: in define_conditional() 3950 case COND_EQ: in define_cond_expr()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructions.td | 134 def COND_EQ : PatLeaf <
|
D | SIInstructions.td | 675 defm V_CMP_EQ_I32 : VOPC_I32 <vopc<0x82, 0xc2>, "v_cmp_eq_i32", COND_EQ>; 695 defm V_CMP_EQ_I64 : VOPC_I64 <vopc<0xa2, 0xe2>, "v_cmp_eq_i64", COND_EQ>; 715 defm V_CMP_EQ_U32 : VOPC_I32 <vopc<0xc2, 0xca>, "v_cmp_eq_u32", COND_EQ>; 735 defm V_CMP_EQ_U64 : VOPC_I64 <vopc<0xe2, 0xea>, "v_cmp_eq_u64", COND_EQ>;
|
D | R600Instructions.td | 826 [(set i32:$dst, (selectcc i32:$src0, 0, i32:$src1, i32:$src2, COND_EQ))]
|
/external/selinux/libsepol/cil/src/ |
D | cil_binary.c | 1966 op->expr_type = COND_EQ; in __cil_cond_expr_to_sepol_expr_helper()
|