Searched refs:int_sel (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | dwarf-eh-prepare.ll | 31 %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/test/CodeGen/X86/ |
D | dwarf-eh-prepare.ll | 31 %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/u-boot/arch/x86/include/asm/arch-braswell/ |
D | gpio.h | 179 gpio_light_mode, int_type, int_sel, term, open_drain, current_source,\ argument 182 .confg0 = ((((int_sel) != NA) ? (int_sel << 28) : 0) | \ 190 .confg0_changes = ((((int_sel) != NA) ? (FOUR_BIT << 28) : 0) | \
|