Searched refs:dx (Results 1 – 10 of 10) sorted by relevance
/bionic/libm/i387/ |
D | s_floor.S | 46 movw -4(%ebp),%dx 47 orw $0x0400,%dx /* round towards -oo */ 48 andw $0xf7ff,%dx 49 movw %dx,-8(%ebp)
|
D | s_ceill.S | 15 movw -4(%ebp),%dx 16 orw $0x0800,%dx /* round towards +oo */ 17 andw $0xfbff,%dx 18 movw %dx,-8(%ebp)
|
D | s_floorf.S | 17 movw -4(%ebp),%dx 18 orw $0x0400,%dx /* round towards -oo */ 19 andw $0xf7ff,%dx 20 movw %dx,-8(%ebp)
|
D | s_ceil.S | 46 movw -4(%ebp),%dx 47 orw $0x0800,%dx /* round towards +oo */ 48 andw $0xfbff,%dx 49 movw %dx,-8(%ebp)
|
D | s_floorl.S | 15 movw -4(%ebp),%dx 16 orw $0x0400,%dx /* round towards -oo */ 17 andw $0xf7ff,%dx 18 movw %dx,-8(%ebp)
|
D | s_ceilf.S | 17 movw -4(%ebp),%dx 18 orw $0x0800,%dx /* round towards +oo */ 19 andw $0xfbff,%dx 20 movw %dx,-8(%ebp)
|
D | s_truncl.S | 15 movw -4(%ebp),%dx 16 orw $0x0c00,%dx /* round towards -oo */ 17 movw %dx,-8(%ebp)
|
D | s_truncf.S | 15 movw -4(%ebp),%dx 16 orw $0x0c00,%dx /* round towards -oo */ 17 movw %dx,-8(%ebp)
|
D | s_trunc.S | 15 movw -4(%ebp),%dx 16 orw $0x0c00,%dx /* round towards -oo */ 17 movw %dx,-8(%ebp)
|
/bionic/libc/kernel/common/linux/ |
D | fb.h | 341 __u32 dx; member 351 __u32 dx; member 361 __u32 dx; member
|