Searched refs:x7_8 (Results 1 – 4 of 4) sorted by relevance
/dports/lang/solidity/solidity_0.8.11/test/libyul/yulOptimizerTests/unusedFunctionParameterPruner/ |
H A D | too_many_arguments.yul | 21 // function f_1(x1_2, x2_3, x3_4, x4_5, x5_6, x6_7, x7_8, x8_9, x9_10, x10_11, x11_12, x12_13, … 22 // { y_20, z_21 := f(x3_4, x7_8) }
|
/dports/lang/chez-scheme/ChezScheme-9.5.4/c/ |
H A D | fasl.c | 1173 INT x0_4, x5_6, x7_8, x9_19, x20; in pax_decode21() local 1177 x7_8 = x & 0x3; x >>= 2; in pax_decode21() 1181 return (((x20<<11 | x9_19)<<2 | x5_6)<<5 | x0_4)<<2 | x7_8; in pax_decode21() 1186 INT x0_4, x5_6, x7_8, x9_19, x20; in pax_encode21() local 1188 x7_8 = n & 0x3; n >>= 2; in pax_encode21() 1194 return (((x0_4<<2 | x5_6)<<2 | x7_8)<<11 | x9_19)<<1 | x20; in pax_encode21()
|
/dports/lang/racket/racket-8.3/src/ChezScheme/c/ |
H A D | fasl.c | 1355 INT x0_4, x5_6, x7_8, x9_19, x20; in pax_decode21() local 1359 x7_8 = x & 0x3; x >>= 2; in pax_decode21() 1363 return (((x20<<11 | x9_19)<<2 | x5_6)<<5 | x0_4)<<2 | x7_8; in pax_decode21() 1368 INT x0_4, x5_6, x7_8, x9_19, x20; in pax_encode21() local 1370 x7_8 = n & 0x3; n >>= 2; in pax_encode21() 1376 return (((x0_4<<2 | x5_6)<<2 | x7_8)<<11 | x9_19)<<1 | x20; in pax_encode21()
|
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/c/ |
H A D | fasl.c | 1355 INT x0_4, x5_6, x7_8, x9_19, x20; in pax_decode21() local 1359 x7_8 = x & 0x3; x >>= 2; in pax_decode21() 1363 return (((x20<<11 | x9_19)<<2 | x5_6)<<5 | x0_4)<<2 | x7_8; in pax_decode21() 1368 INT x0_4, x5_6, x7_8, x9_19, x20; in pax_encode21() local 1370 x7_8 = n & 0x3; n >>= 2; in pax_encode21() 1376 return (((x0_4<<2 | x5_6)<<2 | x7_8)<<11 | x9_19)<<1 | x20; in pax_encode21()
|