Searched refs:COND_EQ (Results 1 – 20 of 20) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.cpp | 198 case AVRCC::COND_EQ: in getBrCond() 222 return AVRCC::COND_EQ; in getCondFromBranchOpc() 244 case AVRCC::COND_EQ: in getOppositeCondition() 247 return AVRCC::COND_EQ; in getOppositeCondition()
|
D | AVRInstrInfo.h | 32 COND_EQ, //!< Equal enumerator
|
D | AVRISelLowering.cpp | 427 return AVRCC::COND_EQ; in intCCToAVRCC()
|
/third_party/selinux/libsepol/tests/ |
D | debug.c | 58 case COND_EQ: in display_expr()
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | conditional.h | 53 #define COND_EQ 6 /* bool == bool */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | VOPCInstructions.td | 519 defm V_CMP_EQ_U16 : VOPC_I16 <"v_cmp_eq_u16", COND_EQ>; 584 defm V_CMP_EQ_U32 : VOPC_I32 <"v_cmp_eq_u32", COND_EQ>; 602 defm V_CMP_EQ_U64 : VOPC_I64 <"v_cmp_eq_u64", COND_EQ>; 771 defm : ICMP_Pattern <COND_EQ, V_CMP_EQ_U32_e64, i32>; 782 defm : ICMP_Pattern <COND_EQ, V_CMP_EQ_U64_e64, i64>; 793 defm : ICMP_Pattern <COND_EQ, V_CMP_EQ_U16_e64, i16>;
|
D | AMDGPUInstructions.td | 281 def COND_EQ : PatFrags<(ops), [(OtherVT SETEQ), (OtherVT SETUEQ)]>;
|
D | SOPInstructions.td | 903 def S_CMP_EQ_U32 : SOPC_CMP_32 <0x06, "s_cmp_eq_u32", COND_EQ>; 918 def S_CMP_EQ_U64 : SOPC_CMP_64 <0x12, "s_cmp_eq_u64", COND_EQ>;
|
D | R600Instructions.td | 907 [(set i32:$dst, (selectcc i32:$src0, 0, i32:$src1, i32:$src2, COND_EQ))]
|
/third_party/selinux/checkpolicy/test/ |
D | dispol.c | 214 case COND_EQ: in display_expr()
|
D | dismod.c | 417 case COND_EQ: in display_expr()
|
/third_party/selinux/libsepol/src/ |
D | conditional.c | 251 case COND_EQ: in cond_evaluate_expr()
|
D | policydb_validate.c | 904 case COND_EQ: in validate_cond_expr()
|
D | kernel_to_conf.c | 58 case COND_EQ: op = "=="; num_params = 2; break; in cond_expr_to_str()
|
D | kernel_to_cil.c | 59 case COND_EQ: op = "eq"; num_params = 2; break; in cond_expr_to_str()
|
D | module_to_cil.c | 1296 case COND_EQ: op = "eq"; break; in cond_expr_to_cil()
|
/third_party/selinux/checkpolicy/ |
D | policy_parse.y | 391 { $$ = define_cond_expr(COND_EQ, $1, $3);
|
D | checkpolicy.c | 330 case COND_EQ: in display_expr()
|
D | policy_define.c | 3971 case COND_EQ: in define_conditional() 4073 case COND_EQ: in define_cond_expr()
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_binary.c | 2179 op->expr_type = COND_EQ; in __cil_cond_expr_to_sepol_expr_helper() 2282 case COND_EQ: in __cil_validate_cond_expr()
|