Home
last modified time | relevance | path

Searched refs:COND_EQ (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DARMDefines.h33 #define COND_EQ \ macro
73 case COND_EQ: in ARMCondCodeToString()
115 case COND_EQ: in ARMConditionPassed()
/external/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp176 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()
DAVRInstrInfo.h33 COND_EQ, //!< Equal enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp198 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()
DAVRInstrInfo.h32 COND_EQ, //!< Equal enumerator
DAVRISelLowering.cpp427 return AVRCC::COND_EQ; in intCCToAVRCC()
/external/llvm-project/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp198 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()
DAVRInstrInfo.h32 COND_EQ, //!< Equal enumerator
/external/selinux/libsepol/tests/
Ddebug.c58 case COND_EQ: in display_expr()
/external/selinux/libsepol/include/sepol/policydb/
Dconditional.h53 #define COND_EQ 6 /* bool == bool */ macro
/external/llvm-project/llvm/lib/Target/AMDGPU/
DVOPCInstructions.td521 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>;
DAMDGPUInstructions.td283 def COND_EQ : PatFrags<(ops), [(OtherVT SETEQ), (OtherVT SETUEQ)]>;
DSOPInstructions.td1011 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DVOPCInstructions.td519 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>;
DAMDGPUInstructions.td281 def COND_EQ : PatFrags<(ops), [(OtherVT SETEQ), (OtherVT SETUEQ)]>;
DSOPInstructions.td903 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/selinux/checkpolicy/test/
Ddispol.c214 case COND_EQ: in display_expr()
Ddismod.c418 case COND_EQ: in display_expr()
/external/selinux/libsepol/src/
Dconditional.c250 case COND_EQ: in cond_evaluate_expr()
/external/selinux/checkpolicy/
Dpolicy_parse.y392 { $$ = define_cond_expr(COND_EQ, $1, $3);
Dcheckpolicy.c332 case COND_EQ: in display_expr()
Dpolicy_define.c3950 case COND_EQ: in define_conditional()
4052 case COND_EQ: in define_cond_expr()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp83 #define COND_EQ 0x0 macro
811 case COND_EQ: // (0x0) in ConditionPassed()
/external/llvm/lib/Target/AMDGPU/
DSIInstructions.td329 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>;
DAMDGPUInstructions.td149 def COND_EQ : PatLeaf <

12