Home
last modified time | relevance | path

Searched refs:negate (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/usb/
Daiptek.c429 int negate = 0; in aiptek_convert_from_2s_complement() local
435 negate = 1; in aiptek_convert_from_2s_complement()
438 ret = (negate == 1) ? -ret : ret; in aiptek_convert_from_2s_complement()
/linux-2.4.37.9/arch/sparc/kernel/
Detrap.S162 orn %g0, %t_twinmask, %g1 ! negate trap win mask into %g1
/linux-2.4.37.9/arch/m68k/ifpsp060/src/
Disp.S2620 # -negate all bits and add 1
2622 not.l %d3 # negate lo(result) bits
2623 not.l %d4 # negate hi(result) bits
Dpfpsp.S9288 eori.w &0x8000,%d0 # negate sign
9309 eori.w &0x8000,%d0 # negate sign
9410 eori.b &0x80,FP_SCR0_EX(%a6) # negate sign
Dfpsp.S12857 eori.w &0x8000,%d0 # negate sign
12878 eori.w &0x8000,%d0 # negate sign
12979 eori.b &0x80,FP_SCR0_EX(%a6) # negate sign
/linux-2.4.37.9/arch/m68k/fpsp040/
Dres_func.S468 | Inst is fneg. Execute the negate value function on the input.