/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.cpp | 199 case AVRCC::COND_EQ: in getBrCond() 223 return AVRCC::COND_EQ; in getCondFromBranchOpc() 245 case AVRCC::COND_EQ: in getOppositeCondition() 248 return AVRCC::COND_EQ; in getOppositeCondition()
|
D | AVRInstrInfo.h | 33 COND_EQ, //!< Equal enumerator
|
D | AVRISelLowering.cpp | 419 return AVRCC::COND_EQ; in intCCToAVRCC()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | VOPCInstructions.td | 431 defm V_CMP_EQ_U16 : VOPC_I16 <"v_cmp_eq_u16", COND_EQ>; 496 defm V_CMP_EQ_U32 : VOPC_I32 <"v_cmp_eq_u32", COND_EQ>; 514 defm V_CMP_EQ_U64 : VOPC_I64 <"v_cmp_eq_u64", COND_EQ>; 616 def : ICMP_Pattern <COND_EQ, V_CMP_EQ_U32_e64, i32>; 627 def : ICMP_Pattern <COND_EQ, V_CMP_EQ_U64_e64, i64>;
|
D | SOPInstructions.td | 765 def S_CMP_EQ_U32 : SOPC_CMP_32 <0x06, "s_cmp_eq_u32", COND_EQ>; 779 def S_CMP_EQ_U64 : SOPC_CMP_64 <0x12, "s_cmp_eq_u64", COND_EQ>;
|
D | AMDGPUInstructions.td | 261 def COND_EQ : PatLeaf <
|
D | R600Instructions.td | 865 [(set i32:$dst, (selectcc i32:$src0, 0, i32:$src1, i32:$src2, COND_EQ))]
|
/external/selinux/checkpolicy/test/ |
D | dispol.c | 214 case COND_EQ: in display_expr()
|
D | dismod.c | 418 case COND_EQ: in display_expr()
|
/external/selinux/libsepol/src/ |
D | conditional.c | 250 case COND_EQ: in cond_evaluate_expr()
|
D | kernel_to_cil.c | 59 case COND_EQ: op = "eq"; num_params = 2; break; in cond_expr_to_str()
|
D | kernel_to_conf.c | 58 case COND_EQ: op = "=="; num_params = 2; break; in cond_expr_to_str()
|
D | module_to_cil.c | 1306 case COND_EQ: op = "eq"; break; in cond_expr_to_cil()
|
/external/selinux/checkpolicy/ |
D | policy_parse.y | 390 { $$ = define_cond_expr(COND_EQ, $1, $3);
|
D | checkpolicy.c | 332 case COND_EQ: in display_expr()
|
D | policy_define.c | 3984 case COND_EQ: in define_conditional() 4086 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))]
|
/external/selinux/libsepol/cil/src/ |
D | cil_binary.c | 2158 op->expr_type = COND_EQ; in __cil_cond_expr_to_sepol_expr_helper()
|