Home
last modified time | relevance | path

Searched refs:int_sel (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/CodeGen/X86/
Ddwarf-eh-prepare.ll31 %int_sel = call i32 @llvm.eh.typeid.for(i8* @int_typeinfo)
32 %int_match = icmp eq i32 %ehsel, %int_sel
69 %int_sel = call i32 @llvm.eh.typeid.for(i8* @int_typeinfo)
70 %int_match = icmp eq i32 %ehsel, %int_sel
120 %int_sel = call i32 @llvm.eh.typeid.for(i8* @int_typeinfo)
121 %int_match = icmp eq i32 %ehsel, %int_sel
/external/llvm-project/llvm/test/CodeGen/X86/
Ddwarf-eh-prepare.ll31 %int_sel = call i32 @llvm.eh.typeid.for(i8* @int_typeinfo)
32 %int_match = icmp eq i32 %ehsel, %int_sel
69 %int_sel = call i32 @llvm.eh.typeid.for(i8* @int_typeinfo)
70 %int_match = icmp eq i32 %ehsel, %int_sel
120 %int_sel = call i32 @llvm.eh.typeid.for(i8* @int_typeinfo)
121 %int_match = icmp eq i32 %ehsel, %int_sel
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_fence.c69 unsigned event_flags, unsigned dst_sel, unsigned int_sel, unsigned data_sel, in si_cp_release_mem() argument
76 unsigned sel = EOP_DST_SEL(dst_sel) | EOP_INT_SEL(int_sel) | EOP_DATA_SEL(data_sel); in si_cp_release_mem()
Dsi_pipe.h1417 unsigned event_flags, unsigned dst_sel, unsigned int_sel, unsigned data_sel,