/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | ARMDefines.h | 33 #define COND_EQ \ macro 73 case COND_EQ: in ARMCondCodeToString() 115 case COND_EQ: in ARMConditionPassed()
|
/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-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
|
/external/llvm-project/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 | 426 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-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>;
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | VOPCInstructions.td | 521 defm V_CMP_EQ_U16 : VOPC_I16 <"v_cmp_eq_u16", COND_EQ>; 586 defm V_CMP_EQ_U32 : VOPC_I32 <"v_cmp_eq_u32", COND_EQ>; 604 defm V_CMP_EQ_U64 : VOPC_I64 <"v_cmp_eq_u64", COND_EQ>; 777 defm : ICMP_Pattern <COND_EQ, V_CMP_EQ_U32_e64, i32>; 788 defm : ICMP_Pattern <COND_EQ, V_CMP_EQ_U64_e64, i64>; 799 defm : ICMP_Pattern <COND_EQ, V_CMP_EQ_U16_e64, i16>;
|
D | AMDGPUInstructions.td | 283 def COND_EQ : PatFrags<(ops), [(OtherVT SETEQ), (OtherVT SETUEQ)]>;
|
D | SOPInstructions.td | 1011 def S_CMP_EQ_U32 : SOPC_CMP_32 <"s_cmp_eq_u32", COND_EQ>; 1026 def S_CMP_EQ_U64 : SOPC_CMP_64 <"s_cmp_eq_u64", 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()
|
/external/selinux/checkpolicy/ |
D | policy_parse.y | 392 { $$ = define_cond_expr(COND_EQ, $1, $3);
|
D | checkpolicy.c | 332 case COND_EQ: in display_expr()
|
D | policy_define.c | 3950 case COND_EQ: in define_conditional() 4052 case COND_EQ: in define_cond_expr()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/ |
D | DNBArchImpl.cpp | 83 #define COND_EQ 0x0 macro 811 case COND_EQ: // (0x0) in ConditionPassed()
|
/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 <
|