/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | strchr.s | 35 testb %dl,%dl / is it null? 41 testb %dl,%dl / is it null? 47 testb %dl,%dl / is it null? 54 testb %dl,%dl / is it null?
|
H A D | strcpy.s | 1929 testb $USE_BSF, .memops_method(%rip)
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | strncmp.s | 45 testb %al,%al 53 testb %al,%al 61 testb %al,%al 71 testb %al,%al
|
/illumos-gate/usr/src/grub/grub-0.97/stage1/ |
H A D | stage1.S | 119 testb $0x80, %dl 157 testb $STAGE1_BIOS_HD_FLAG, %dl 179 testb %al, %al 242 testb $STAGE1_BIOS_HD_FLAG, %dl
|
/illumos-gate/usr/src/boot/sys/boot/i386/pxeldr/ |
H A D | pxeldr.S | 129 testb $KEYBOARD_BIT, MEM_BIOS_KEYBOARD # keyboard present? 226 testb %al,%al # stop at null 246 testb $0x2,%al # Busy? 251 testb $0x2,%al # Busy?
|
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/ |
H A D | boot0.S | 227 testb $SETDRV,_FLAGS(%bp) # Set drive number? 232 testb %dl,%dl # Drive number valid? 363 testb $0x01,%ah # Check line status 467 testb $NOUPDATE,_FLAGS(%bp) # No updates? 532 testb $0x80,%al # End of string? 568 testb %dl, %dl # is this a floppy ? 571 testb $USEPACKET,_FLAGS(%bp) # Use packet interface?
|
/illumos-gate/usr/src/uts/i86xpv/sys/ |
H A D | machprivregs.h | 64 testb $0xff, VCPU_INFO_EVTCHN_UPCALL_PENDING(r) 73 testb $1, VCPU_INFO_EVTCHN_UPCALL_MASK(r) 345 testb $0x1, PCB_RUPDATE(%r15); \
|
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/ |
H A D | sio.S | 62 testb $0x20,%al # buffer empty?
|
H A D | gptldr.S | 126 testb $0x2,%al # Busy? 131 testb $0x2,%al # Busy?
|
/illumos-gate/usr/src/cmd/sgs/rtld/i386/ |
H A D | boot_elf.s | 107 testb $LA_SYMB_NOPLTENTER, 0xc(%eax) / <link.h> 154 testb $LA_SYMB_NOPLTEXIT, 12(%edi)
|
/illumos-gate/usr/src/boot/sys/amd64/include/ |
H A D | asmacros.h | 157 testb $SEL_RPL_MASK,TF_CS(%rsp) ; /* come from kernel? */ \ 198 testb $SEL_RPL_MASK,TF_CS(%rsp) ; /* come from kernel? */ \
|
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btxldr/ |
H A D | btxldr.S | 283 testb %al,%al # End of string? 296 testb %al,%al # End of string? 302 putchr: testb $1,muted # Check muted
|
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/ |
H A D | relocater_tramp.S | 194 testb %al, %al 225 testb %al, %al
|
/illumos-gate/usr/src/uts/intel/ia32/ml/ |
H A D | lock_prim.s | 81 testb %al, %al 128 testb %dl,%dl /* stalls on P6 ? */ 146 testb %dl,%dl /* stalls on P6 ? */ 300 testb %dl, %dl /* did we get the lock? ... */ 329 testb %dl, %dl /* did we get the lock? ... */ 404 testb %dl, %dl /* did we get it? */ 420 testb %dl, %dl /* did we get it? */
|
H A D | modstubs.s | 131 testb $MODS_INSTALLED, MODS_FLAG(%rax); /* installed? */ \ 149 testb $MODS_INSTALLED, MODS_FLAG(%rax); /* installed? */ \ 152 5: testb $MODS_WEAK, MODS_FLAG(%rax); /* weak? */ \ 282 testb $MODS_INSTALLED, MODS_FLAG(%eax); /* installed? */ \ 300 testb $MODS_INSTALLED, MODS_FLAG(%eax); /* installed? */ \ 303 5: testb $MODS_WEAK, MODS_FLAG(%eax); /* weak? */ \
|
H A D | i86_subr.s | 1347 testb $1, %al / If bit 0 1930 testb %cl, (%r8, %rdx) 1955 testb %al, %cl 2002 testb $1, %dl 2030 testb $1, %cl 2284 testb $1, %dl 2309 testb $1, %cl 3645 testb %dl, %dl 3701 testb %dl, %dl
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | asm.S | 1233 testb %al, %al 1277 testb %ah, %ah 1280 testb $0x3f, %cl /* 0 sectors means no disk */ 1615 testb %ah, %ah 1790 testb %dl, %dl 1806 testb %ah, %ah
|
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/ |
H A D | boot_elf.s | 228 testb $LA_SYMB_NOPLTENTER, SBFLAGS_OFF(%rax) / <link.h> 285 testb $LA_SYMB_NOPLTEXIT, SBFLAGS_OFF(%r11)
|
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/ |
H A D | pmbr.s | 156 testb %al,%al # End of string?
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | stream.h | 773 extern int testb(size_t, uint_t);
|
/illumos-gate/usr/src/uts/i86pc/ml/ |
H A D | syscall_asm_amd64.s | 303 testb $0x1, PCB_RUPDATE(lwp); \
|
H A D | locore.s | 1545 testb $0x1, PCB_RUPDATE(%r14)
|
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/ |
H A D | btx.S | 281 testb $0x1,btx_hdr+0x7 # Reboot? 718 testb %al,%al # End of string? 720 testb $0x80,%al # Control? 729 testb $DMP_X16,%ch # Dump word? 733 dump.1: testb $DMP_X32,%ch # Dump long? 737 dump.2: testb $DMP_MEM,%ch # Dump memory? 777 testb $DMP_EOL,%ch # End of line? 809 testb %al,%al # End of string? 855 testb $0x20,%al # buffer empty?
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | stream.c | 1263 testb(size_t size, uint_t pri) function
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 486 testb.9f \
|