Searched refs:sign_bit (Results 1 – 12 of 12) sorted by relevance
/linux/arch/m68k/fpsp040/ |
H A D | do_func.S | 105 btstb #sign_bit,LOCAL_EX(%a0) |get sign of source operand 117 btstb #sign_bit,LOCAL_EX(%a0) |get sign of source operand 125 btstb #sign_bit,LOCAL_EX(%a0) |get sign of source operand 133 btstb #sign_bit,LOCAL_EX(%a0) |check sign of source 141 btstb #sign_bit,LOCAL_EX(%a0) |check sign of source 149 btstb #sign_bit,LOCAL_EX(%a0) |check sign of source 158 btstb #sign_bit,LOCAL_EX(%a0) |check sign of source 177 btstb #sign_bit,LOCAL_EX(%a0) |check sign of source 188 btstb #sign_bit,LOCAL_EX(%a0) 201 btstb #sign_bit,LOCAL_EX(%a0) [all …]
|
H A D | res_func.S | 68 bclrb #sign_bit,LOCAL_EX(%a0) 72 bclrb #sign_bit,LOCAL_EX(%a0) |get rid of false sign 75 bsetb #sign_bit,LOCAL_EX(%a0) 792 bsetb #sign_bit,WBTEMP_EX(%a6) 892 bclrb #sign_bit,WBTEMP_EX(%a6) 897 bsetb #sign_bit,WBTEMP_EX(%a6) 916 bclrb #sign_bit,ETEMP_EX(%a6) 921 bsetb #sign_bit,ETEMP_EX(%a6) 942 bclrb #sign_bit,FPTEMP_EX(%a6) 947 bsetb #sign_bit,FPTEMP_EX(%a6) [all …]
|
H A D | sint.S | 141 bclrb #sign_bit,LOCAL_EX(%a0) |convert to internal extended 197 bsetb #sign_bit,LOCAL_EX(%a0) 238 bsetb #sign_bit,LOCAL_EX(%a0) |return to IEEE extended format
|
H A D | kernel_ex.S | 79 btstb #sign_bit,ETEMP_EX(%a6) |check sign for neg or pos 95 btstb #sign_bit,ETEMP_EX(%a6) |check sign for neg or pos 286 btstb #sign_bit,FPTEMP_EX(%a6) |test sign of nan
|
H A D | x_store.S | 48 bsetb #sign_bit,LOCAL_EX(%a0) 246 bsetb #sign_bit,LOCAL_EX(%a1)
|
H A D | sgetem.S | 57 bclrb #sign_bit,LOCAL_EX(%a0)
|
H A D | fpsp.h | 303 .set sign_bit,7
|
H A D | setox.S | 613 bclrb #sign_bit,(%a0) | ...setox always returns positive
|
/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_crtc.c | 370 u64 sign_bit = 1ULL << 63; in omap_crtc_s31_32_to_s2_8() local 373 s16 ret = clamp_val(((cbits & ~sign_bit) >> 24), 0, 0x1ff); in omap_crtc_s31_32_to_s2_8() 375 if (cbits & sign_bit) in omap_crtc_s31_32_to_s2_8()
|
/linux/drivers/gpu/drm/tidss/ |
H A D | tidss_dispc.c | 2488 u64 sign_bit = 1ULL << 63; in dispc_S31_32_to_s2_8() local 2492 if (cbits & sign_bit) in dispc_S31_32_to_s2_8() 2493 ret = -clamp_val(((cbits & ~sign_bit) >> 24), 0, 0x200); in dispc_S31_32_to_s2_8() 2495 ret = clamp_val(((cbits & ~sign_bit) >> 24), 0, 0x1FF); in dispc_S31_32_to_s2_8() 2566 u64 sign_bit = 1ULL << 63; in dispc_S31_32_to_s3_8() local 2570 if (cbits & sign_bit) in dispc_S31_32_to_s3_8() 2571 ret = -clamp_val(((cbits & ~sign_bit) >> 24), 0, 0x400); in dispc_S31_32_to_s3_8() 2573 ret = clamp_val(((cbits & ~sign_bit) >> 24), 0, 0x3FF); in dispc_S31_32_to_s3_8()
|
/linux/drivers/gpu/drm/amd/display/dmub/inc/ |
H A D | dmub_cmd.h | 4353 bool sign_bit; member
|
/linux/arch/m68k/ifpsp060/src/ |
H A D | fplsp.S | 493 set sign_bit, 0x7 # sign bit
|