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

  /src/tests/modules/
t_x86_pte.c 61 static bool fetched = false; local in function:fetch_results
70 if (fetched)
82 fetched = true;
  /src/common/lib/libx86emu/
x86emu.c 307 int fetched; local in function:fetch_decode_modrm
309 fetched = fetch_byte_imm(emu);
310 emu->cur_mod = (fetched >> 6) & 0x03;
311 emu->cur_rh = (fetched >> 3) & 0x07;
312 emu->cur_rl = (fetched >> 0) & 0x07;
327 uint8_t fetched; local in function:fetch_byte_imm
329 fetched = fetch_byte(emu, emu->x86.R_CS, emu->x86.R_IP);
331 return fetched;
346 uint16_t fetched; local in function:fetch_word_imm
348 fetched = fetch_word(emu, emu->x86.R_CS, emu->x86.R_IP)
365 uint32_t fetched; local in function:fetch_long_imm
    [all...]
  /src/sys/arch/sparc/sparc/
locore.s 2793 ! <%l3 already fetched for us> ! va
2820 ! <%l3 already fetched for us> ! va
2846 ! <%l3 already fetched for us> ! vr
2874 ! <%l3 already fetched for us> ! vr
2898 ! <%l3 already fetched for us> ! context
2919 ! <%l3 already fetched for us> ! va
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 2774 # the data has been fetched from the supervisor stack, but we have not
7100 # For packed, the k-factor must be fetched from the instruction #
12288 # d0 = value of register fetched #
fpsp.s 2774 # the data has been fetched from the supervisor stack, but we have not
6179 # Step 4. Return arctan(F) + poly, arctan(F) is fetched from a #
16282 # Dn is fetched and decremented by one. If Dn is not equal to -1, add #
20198 # For packed, the k-factor must be fetched from the instruction #
21071 # d0 = value of register fetched #

Completed in 149 milliseconds