Searched refs:q64 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/soc/fsl/dpio/ |
H A D | dpio-service.c | 244 u64 q64; in dpaa2_io_irq() local 246 q64 = qbman_result_SCN_ctx(dq); in dpaa2_io_irq() 247 ctx = (void *)(uintptr_t)q64; in dpaa2_io_irq()
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | softfloat.c | 1353 bits64 aSig64, bSig64, q64; in float32_rem() local 1416 q64 = estimateDiv128To64( aSig64, 0, bSig64 ); in float32_rem() 1417 q64 = ( 2 < q64 ) ? q64 - 2 : 0; in float32_rem() 1418 aSig64 = - ( ( bSig * q64 )<<38 ); in float32_rem() 1422 q64 = estimateDiv128To64( aSig64, 0, bSig64 ); in float32_rem() 1423 q64 = ( 2 < q64 ) ? q64 - 2 : 0; in float32_rem() 1424 q = q64>>( 64 - expDiff ); in float32_rem()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 6049 TCGv_i64 p64, q64; in op_smlad() local 6053 q64 = tcg_temp_new_i64(); in op_smlad() 6055 tcg_gen_ext_i32_i64(q64, t2); in op_smlad() 6056 tcg_gen_add_i64(p64, p64, q64); in op_smlad() 6058 tcg_gen_ext_i32_i64(q64, t2); in op_smlad() 6059 tcg_gen_add_i64(p64, p64, q64); in op_smlad()
|