HomeSort by: relevance | last modified time | path
    Searched defs:destination (Results 1 - 5 of 5) sorted by relevancy

  /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/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/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/dev/ic/
aic7xxxvar.h 86 destination : 9, member in struct:ins_format1
94 destination : 9,
104 destination : 9, member in struct:ins_format2
112 destination : 9,

Completed in 15 milliseconds