Home
last modified time | relevance | path

Searched refs:sw2 (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
Dpreserve-branchweights-switch-create.ll45 br i1 %cmp, label %sw1, label %sw2
48 switch i32 %N, label %sw2 [
67 sw2:
91 br i1 %cmp, label %sw1, label %sw2
95 i32 2, label %sw2
96 i32 3, label %sw2
114 sw2:
Dpreserve-branchweights.ll108 switch i32 %N, label %sw2 [
109 i32 1, label %sw2
114 ; CHECK: switch i32 %N, label %sw2 [
127 sw2:
140 switch i32 %N, label %sw2 [
141 i32 1, label %sw2
160 sw2:
/external/llvm/test/Transforms/SimplifyCFG/
Dpreserve-branchweights-switch-create.ll45 br i1 %cmp, label %sw1, label %sw2
48 switch i32 %N, label %sw2 [
67 sw2:
91 br i1 %cmp, label %sw1, label %sw2
95 i32 2, label %sw2
96 i32 3, label %sw2
114 sw2:
Dpreserve-branchweights.ll108 switch i32 %N, label %sw2 [
109 i32 1, label %sw2
114 ; CHECK: switch i32 %N, label %sw2 [
127 sw2:
140 switch i32 %N, label %sw2 [
141 i32 1, label %sw2
160 sw2:
/external/u-boot/board/freescale/corenet_ds/
Deth_hydra.c290 u8 sw2 = in_8(&PIXIS_SW(2)); in initialize_lane_to_slot() local
292 lane_to_slot[2] = (sw2 & PIXIS_SW2_LANE_23_SEL) ? 7 : 4; in initialize_lane_to_slot()
295 lane_to_slot[4] = (sw2 & PIXIS_SW2_LANE_45_SEL) ? 7 : 6; in initialize_lane_to_slot()
298 switch (sw2 & PIXIS_SW2_LANE_67_SEL_MASK) { in initialize_lane_to_slot()
311 lane_to_slot[8] = (sw2 & PIXIS_SW2_LANE_8_SEL) ? 3 : 0; in initialize_lane_to_slot()
313 lane_to_slot[16] = (sw2 & PIXIS_SW2_LANE_1617_SEL) ? 1 : 0; in initialize_lane_to_slot()
Deth_superhydra.c252 u8 sw2 = in_8(&PIXIS_SW(2)); in initialize_lane_to_slot() local
256 lane_to_slot[2] = (sw2 & PIXIS_SW2_LANE_23_SEL) ? 7 : 4; in initialize_lane_to_slot()
259 lane_to_slot[4] = (sw2 & PIXIS_SW2_LANE_45_SEL) ? 7 : 6; in initialize_lane_to_slot()
262 switch (sw2 & PIXIS_SW2_LANE_67_SEL_MASK) { in initialize_lane_to_slot()
275 lane_to_slot[8] = (sw2 & PIXIS_SW2_LANE_8_SEL) ? 3 : 0; in initialize_lane_to_slot()
278 lane_to_slot[16] = (sw2 & PIXIS_SW2_LANE_1617_SEL) ? 1 : 0; in initialize_lane_to_slot()
/external/libese/libapdu/include/apdu/
Dapdu.h86 uint8_t sw2() const { return *(std::end(mData) - 1); } in sw2() function
87 uint16_t status() const { return (static_cast<uint16_t>(sw1()) << 8) | sw2(); } in status()
89 int8_t remainingBytes() const { return sw1() == BYTES_AVAILABLE ? sw2() : 0; } in remainingBytes()
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DSQLWarningTest.java323 SQLWarning sw2 = new SQLWarning("reason", "SQLState", 2); in test_setNextWarning_SQLWarning() local
332 sw.setNextWarning(sw2); in test_setNextWarning_SQLWarning()
333 assertSame(sw2, sw1.getNextException()); in test_setNextWarning_SQLWarning()
334 assertSame(sw2, sw1.getNextWarning()); in test_setNextWarning_SQLWarning()
337 assertSame(sw3, sw2.getNextException()); in test_setNextWarning_SQLWarning()
338 assertSame(sw3, sw2.getNextWarning()); in test_setNextWarning_SQLWarning()
/external/llvm/test/Transforms/InstCombine/
Dphi.ll643 i32 1, label %sw2
651 sw2:
657 %conditionMet = phi i8 [ 0, %entry ], [ %frombool2, %sw2 ], [ %frombool1, %sw1 ]
662 ; CHECK: %[[RES:.*]] = phi i1 [ false, %entry ], [ %cmp2, %sw2 ], [ %cmp1, %sw1 ]
674 i32 1, label %sw2
682 sw2:
688 %conditionMet = phi i8 [ %frombool0, %entry ], [ %frombool2, %sw2 ], [ %frombool1, %sw1 ]
693 ; CHECK: %[[RES:.*]] = phi i1 [ %another_condition, %entry ], [ %cmp2, %sw2 ], [ %cmp1, %sw1 ]
704 i32 1, label %sw2
712 sw2:
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dphi.ll643 i32 1, label %sw2
651 sw2:
657 %conditionMet = phi i8 [ 0, %entry ], [ %frombool2, %sw2 ], [ %frombool1, %sw1 ]
662 ; CHECK: %[[RES:.*]] = phi i1 [ false, %entry ], [ %cmp2, %sw2 ], [ %cmp1, %sw1 ]
674 i32 1, label %sw2
682 sw2:
688 %conditionMet = phi i8 [ %frombool0, %entry ], [ %frombool2, %sw2 ], [ %frombool1, %sw1 ]
693 ; CHECK: %[[RES:.*]] = phi i1 [ %another_condition, %entry ], [ %cmp2, %sw2 ], [ %cmp1, %sw1 ]
704 i32 1, label %sw2
712 sw2:
[all …]
/external/tensorflow/tensorflow/python/summary/writer/
Dwriter_test.py633 sw2 = writer_cache.FileWriterCache.get(dir2)
636 self.assertFalse(sw1 == sw2)
638 sw2.close()
651 sw2 = writer_cache.FileWriterCache.get(dir1)
652 self.assertFalse(sw1 == sw2)
/external/u-boot/drivers/power/regulator/
Dpfuze100.c163 PFUZE100_SW_REG(sw2, PFUZE100_SW2VOL, 25000),
181 PFUZE100_SW_REG(sw2, PFUZE100_SW2VOL, 25000),
199 PFUZE100_SWB_REG(sw2, PFUZE100_SW2VOL, 0x7, 50000, pfuze3000_sw2lo),
/external/u-boot/arch/arm/dts/
Dsun8i-h3-orangepi-2.dts88 sw2 {
89 label = "sw2";
Dimx6sx-sdb.dts34 sw2_reg: sw2 {
Dimx6dl-mamoj.dts61 sw2_reg: sw2 {
Dimx6qdl-logicpd.dtsi76 sw2_reg: sw2 {
Dimx7d-sdb.dts271 sw2_reg: sw2 {
Dimx6sl-evk.dts169 sw2_reg: sw2 {
Dimx6sll-evk.dts190 sw2_reg: sw2 {
/external/libese/libapdu/tests/
Dapdu_test.cpp161 ASSERT_EQ(0x37, apdu.sw2()); in TEST()
/external/hyphenation-patterns/en-US/
Dhyph-en-us.pat.txt3774 sw2
/external/hyphenation-patterns/en-GB/
Dhyph-en-gb.pat.txt7270 sw2