Searched refs:fetch (Results 1 – 19 of 19) sorted by relevance
/arch/m68k/ifpsp060/src/ |
D | isp.S | 886 # (An) - fetch An value from stack # 887 # -(An) - fetch An value from stack; return decr value; # 891 # (An)+ - fetch An value from stack; return value; # 895 # (d16,An) - fetch An value from stack; read d16 using # 896 # _imem_read_word(); fetch may fail -> branch to # 898 # (xxx).w,(xxx).l - use _imem_read_{word,long}() to fetch # 899 # address; fetch may fail # 902 # (d16,PC) - fetch stacked PC value; read d16 using # 903 # _imem_read_word(); fetch may fail -> branch to # 917 mov.w EXC_OPWORD(%a6),%d0 # fetch opcode word [all …]
|
D | pfpsp.S | 954 mov.l (tbl_unsupp.l,%pc,%d1.w*4),%d1 # fetch routine addr 1232 mov.l EXC_EXTWPTR(%a6),%a0 # fetch instruction addr 1234 bsr.l _imem_read_long # fetch the instruction words 1322 mov.b FPCR_ENABLE(%a6),%d0 # fetch exceptions set 1327 mov.b 1+EXC_CMDREG(%a6),%d0 # fetch extension 1439 mov.w LOCAL_EX(%a0),%d0 # fetch src exponent 1531 mov.b FPCR_MODE(%a6),%d0 # fetch rnd mode/prec 1843 mov.b FPCR_MODE(%a6),%d0 # fetch rnd mode/prec 1850 mov.l (tbl_unsupp.l,%pc,%d1.l*4),%d1 # fetch routine addr 1867 mov.b FPCR_ENABLE(%a6),%d0 # fetch exceptions enabled [all …]
|
D | fplsp.S | 577 bsr.l tag # fetch operand type 634 bsr.l tag # fetch operand type 693 bsr.l tag # fetch operand type 754 bsr.l tag # fetch operand type 811 bsr.l tag # fetch operand type 870 bsr.l tag # fetch operand type 931 bsr.l tag # fetch operand type 988 bsr.l tag # fetch operand type 1047 bsr.l tag # fetch operand type 1108 bsr.l tag # fetch operand type [all …]
|
D | fpsp.S | 955 mov.l (tbl_unsupp.l,%pc,%d1.w*4),%d1 # fetch routine addr 1233 mov.l EXC_EXTWPTR(%a6),%a0 # fetch instruction addr 1235 bsr.l _imem_read_long # fetch the instruction words 1323 mov.b FPCR_ENABLE(%a6),%d0 # fetch exceptions set 1328 mov.b 1+EXC_CMDREG(%a6),%d0 # fetch extension 1440 mov.w LOCAL_EX(%a0),%d0 # fetch src exponent 1532 mov.b FPCR_MODE(%a6),%d0 # fetch rnd mode/prec 1844 mov.b FPCR_MODE(%a6),%d0 # fetch rnd mode/prec 1851 mov.l (tbl_unsupp.l,%pc,%d1.l*4),%d1 # fetch routine addr 1868 mov.b FPCR_ENABLE(%a6),%d0 # fetch exceptions enabled [all …]
|
D | ilsp.S | 134 mov.l 0x8(%a6),%d7 # fetch divisor
|
/arch/ia64/lib/ |
D | clear_page.S | 45 .fetch: stf.spill.nta [dst_fetch] = f0, L3_LINE_SIZE label 47 br.cloop.sptk.few .fetch
|
/arch/alpha/lib/ |
D | ev6-memcpy.S | 145 ldq $1, 0($17) # L : fetch 8 165 ldbu $1, 0($17) # L : fetch a byte 188 ldbu $1, 0($17) # L : fetch a byte 227 ldbu $1, 0($17) # L : fetch 1
|
D | ev6-copy_user.S | 96 EXI( ldq_u $3,0($7) ) # .. L .. .. : Forward fetch for fallthrough code
|
/arch/m68k/ifpsp060/ |
D | os.S | 155 dmrbuae:movs.b (%a0),%d0 | fetch user byte 157 dmrbs: move.b (%a0),%d0 | fetch super byte 191 dmrwuae:movs.w (%a0), %d0 | fetch user word 193 dmrws: move.w (%a0), %d0 | fetch super word 226 dmrluae:movs.l (%a0),%d0 | fetch user longword 228 dmrls: move.l (%a0),%d0 | fetch super longword
|
/arch/x86/include/asm/ |
D | kvm_x86_emulate.h | 143 struct fetch_cache fetch; member
|
/arch/arm/nwfpe/ |
D | entry.S | 83 ldr r1, [sp, #S_PSR] @ fetch the PSR
|
/arch/sh/ |
D | Kconfig.cpu | 73 This enables support for a speculative instruction fetch for
|
/arch/x86/kvm/ |
D | paging_tmpl.h | 350 static u64 *FNAME(fetch)(struct kvm_vcpu *vcpu, gva_t addr, in FNAME() argument 447 shadow_pte = FNAME(fetch)(vcpu, addr, &walker, user_fault, write_fault, in FNAME()
|
D | x86_emulate.c | 584 struct fetch_cache *fc = &ctxt->decode.fetch; in do_fetch_insn_byte()
|
/arch/powerpc/boot/dts/ |
D | virtex440-ml507.dts | 96 xlnx,icu-rd-fetch-plb-prio = <0>;
|
/arch/frv/ |
D | Kconfig | 179 write won't fetch a cacheline into the cache if there isn't already
|
/arch/arm/ |
D | Kconfig | 987 ARM processors cannot fetch/store information which is not 988 naturally aligned on the bus, i.e., a 4 byte fetch must start at an 990 fetch/store instructions will be emulated in software if you say
|
/arch/sparc/lib/ |
D | checksum_32.S | 137 addx %g0, %o2, %o2 ! fetch final carry
|
/arch/x86/math-emu/ |
D | README | 134 The FPU instruction may be (usually will be) loaded into the pre-fetch
|