/src/sys/dev/microcode/aic7xxx/ |
aicasm_insformat.h | 49 destination : 9, member in struct:ins_format1 57 destination : 9, 67 destination : 9, member in struct:ins_format2 75 destination : 9,
|
aicasm_gram.y | 205 %type <sym_ref> reg_symbol address destination source opt_source 899 destination: label 1149 f1_opcode destination ',' immediate_or_a opt_source ret ';' 1163 T_INC destination opt_source ret ';' 1173 T_DEC destination opt_source ret ';' 1190 | T_CLC T_MVI destination ',' immediate_or_a ret ';' 1204 | T_STC destination ret ';' 1214 T_BMOV destination ',' source ',' immediate ret ';' 1221 T_MOV destination ',' source ret ';' 1231 T_MVI destination ',' immediate ret '; [all...] |
/src/lib/libc/arch/m68k/string/ |
swab.S | 7 movl 8(%sp),%a1 | destination
|
/src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
CircularBuffer.cs | 61 public int Get(byte[] destination, int offset, int count)
65 destination[offset + i] = _buffer[(_head+i) % _capacity];
|
/src/sys/arch/vax/vax/ |
emulate.S | 114 argl(6,%r5) # (6) destination address == %r5 115 arguw(5,%r4) # (5) destination length == %r4 141 argl(6,%r5) # (6) destination address == %r5 142 arguw(5,%r4) # (5) destination length == %r4 345 arguw(3,%r9) # (3) destination length == %r9 346 argl(4,%r3) # (4) destination address == %r3 351 addl2 %r9,%r3 # %r3 = destination address of LSNibble 352 incl %r9 # destination length is in bytes 354 extzv $0,$4,(%r3),%r2 # set standard +/- indicators in destination 374 cmpl %r11,%r9 # if source is longer than destination [all...] |
/src/common/lib/libc/arch/m68k/string/ |
memset.S | 77 movl 8(%sp),%a0 | destination 168 movl 8(%sp),%d0 | return destination
|
bzero.S | 77 movl 8(%sp),%a0 | destination
|
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
fp_extend_impl.inc | 73 // Extend to the destination type by shifting the significand and 92 // the correct adjusted exponent in the destination type.
|
fp_trunc_impl.inc | 81 // destination format. We can convert by simply right-shifting with 107 // a underflows on conversion to the destination type or is an exact
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
intel_sideband.c | 280 enum intel_sbi_destination destination, 299 if (destination == SBI_ICLK) 327 enum intel_sbi_destination destination) 331 intel_sbi_rw(i915, reg, destination, &result, true); 337 enum intel_sbi_destination destination) 339 intel_sbi_rw(i915, reg, destination, &value, false);
|
intel_sideband.h | 131 enum intel_sbi_destination destination); 133 enum intel_sbi_destination destination);
|
/src/tests/net/route/ |
t_change.sh | 130 destination: 192.168.0.0 149 destination: 192.168.0.0 197 destination: 192.168.0.0 216 destination: 192.168.0.0 264 destination: 192.168.0.0 283 destination: 192.168.0.0
|
t_route.sh | 234 destination: 10.0.1.2 249 destination: 10.0.1.0 264 destination: default 283 destination: 10.0.1.0 309 destination: fc00:0:0:1::2 323 destination: fc00:0:0:1:: 338 destination: :: 357 destination: fc00:0:0:1:: 473 # Don't accept the route whose destination is reachable and 523 # Don't accept the route whose destination is reachable an [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_common_interceptors_format.inc | 99 // destination buffer. 102 // destination buffer.
|
/src/sys/arch/m68k/m68k/ |
copy.s | 345 movl 8(%sp),%a0 | destination address 353 movl 8(%sp),%a0 | destination address 361 movl 8(%sp),%a0 | destination address
|
compat_13_sigreturn13.s | 71 lea 92(%a1),%a0 | destination
|
compat_16_sigreturn14.s | 71 lea 92(%a1),%a0 | destination
|
w16copy.s | 92 movl 8(%sp), %a1 | get our destination address
|
/src/sys/arch/acorn32/stand/boot32/ |
boot32.c | 150 struct page_info *get_relocated_page(u_long destination, int size); 234 u_long src, destination, current_src, current_destination; local in function:compact_relocations 247 destination = reloc_entry[1]; 251 destination == (current_destination + current_length)) { 260 current_destination = current_entry[1] = destination; 602 /* Special : destination must be on a 16 Kb boundary */ 1017 get_relocated_page(u_long destination, int size) 1032 if (destination & 0x3) 1036 *reloc_pos++ = destination;
|
/src/sys/arch/amiga/stand/bootblock/boot/ |
startit.s | 155 | jeq L0 | No, leave destination at 0 177 movl %a3,%sp@- | save destination 199 below: movl %sp@+,%a3 | recover destination
|
/src/sys/arch/i386/stand/dosboot/ |
start_dos.S | 330 movl 8(%ebp), %edi # destination 361 movl 12(%ebp), %edi # destination 392 movl 12(%ebp), %edi # destination
|
/src/sys/arch/m68k/060sp/dist/ |
changes | 112 ADDRESS = Address of source or destination operand
|
os.s | 85 # a1 - user destination address 117 # a1 - supervisor destination address 239 # a0 - user destination address 267 # a0 - user destination address 295 # a0 - user destination address 389 mov.l 8(%sp),%a1 # destination 404 mov.l 8(%sp),%a1 # destination
|
/src/sys/arch/arm/nvidia/ |
tegra_cec.c | 234 const uint8_t destination = sc->sc_txbuf[0] & 0xf; local in function:tegra_cec_intr 241 if (destination == 0xf)
|
/src/sys/arch/x68k/stand/xxboot/ |
boot.S | 44 | destination address). 408 | buf: destination buffer address
|