Home
last modified time | relevance | path

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

/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/lib/Target/MBlaze/
DMBlazeInstrInfo.h79 COND_EQ, enumerator
92 case COND_EQ: return MBlaze::BEQID; in GetCondBranchFromCond()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp199 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()
DAVRInstrInfo.h33 COND_EQ, //!< Equal enumerator
DAVRISelLowering.cpp419 return AVRCC::COND_EQ; in intCCToAVRCC()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DVOPCInstructions.td431 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>;
DSOPInstructions.td765 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>;
DAMDGPUInstructions.td261 def COND_EQ : PatLeaf <
DR600Instructions.td865 [(set i32:$dst, (selectcc i32:$src0, 0, i32:$src1, i32:$src2, 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()
Dkernel_to_cil.c59 case COND_EQ: op = "eq"; num_params = 2; break; in cond_expr_to_str()
Dkernel_to_conf.c58 case COND_EQ: op = "=="; num_params = 2; break; in cond_expr_to_str()
Dmodule_to_cil.c1306 case COND_EQ: op = "eq"; break; in cond_expr_to_cil()
/external/selinux/checkpolicy/
Dpolicy_parse.y390 { $$ = define_cond_expr(COND_EQ, $1, $3);
Dcheckpolicy.c332 case COND_EQ: in display_expr()
Dpolicy_define.c3984 case COND_EQ: in define_conditional()
4086 case COND_EQ: in define_cond_expr()
/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 <
DR600Instructions.td838 [(set i32:$dst, (selectcc i32:$src0, 0, i32:$src1, i32:$src2, COND_EQ))]
/external/selinux/libsepol/cil/src/
Dcil_binary.c2158 op->expr_type = COND_EQ; in __cil_cond_expr_to_sepol_expr_helper()