HomeSort by relevance Sort by last modified time
    Searched full:amode (Results 26 - 44 of 44) sorted by null

12

  /external/valgrind/main/VEX/priv/
host_s390_defs.h 103 M - memory (any Amode may be used)
106 /* An operand that is either in a GPR or is addressable via a BX20 amode */
host_s390_defs.c 203 /* Construct a b12 amode. */
220 /* Construct a b20 amode. */
237 /* Construct a bx12 amode. */
256 /* Construct a bx20 amode. */
275 /* Construct an AMODE for accessing the guest state at OFFSET */
286 /* Decompile the given amode into a static buffer and return it. */
326 /* Sanity check for an amode */
351 /* Record the register use of an amode */
460 vassert(offsetB <= (1 << 12)); /* because we use b12 amode */
487 vassert(offsetB <= (1 << 12)); /* because we use b12 amode */
7594 const s390_amode *amode = insn->variant.xdirect.guest_IA; local
7673 const s390_amode *amode = insn->variant.xindir.guest_IA; local
7725 const s390_amode *amode = insn->variant.xassisted.guest_IA; local
7793 s390_amode *amode; local
    [all...]
host_x86_isel.c 323 /* Given an amode, return one which references 4 bytes further
768 X86AMode* amode = iselIntExpr_AMode ( env, e->Iex.Load.addr ); local
776 X86RMI_Mem(amode), dst) );
780 addInstr(env, X86Instr_LoadEX(2,False,amode,dst));
784 addInstr(env, X86Instr_LoadEX(1,False,amode,dst));
1082 X86AMode* amode = iselIntExpr_AMode ( env, mi.bindee[0] ); local
1096 X86AMode* amode = iselIntExpr_AMode ( env, mi.bindee[0] ); local
1110 X86AMode* amode = iselIntExpr_AMode ( env, mi.bindee[0] ); local
1120 X86AMode* amode; local
1134 X86AMode* amode; local
    [all...]
host_x86_defs.c 403 know the regs read by the amode. */
    [all...]
host_arm_isel.c 1107 ARMAMode1* amode = iselIntExpr_AMode1 ( env, e->Iex.Load.addr ); local
1112 ARMAMode2* amode = iselIntExpr_AMode2 ( env, e->Iex.Load.addr ); local
1118 ARMAMode1* amode = iselIntExpr_AMode1 ( env, e->Iex.Load.addr ); local
    [all...]
host_amd64_isel.c 267 vpanic("sane_AMode: unknown amd64 amode tag");
838 AMD64AMode* amode = iselIntExpr_AMode ( env, e->Iex.Load.addr ); local
846 AMD64RMI_Mem(amode), dst) );
850 addInstr(env, AMD64Instr_LoadEX(4,False,amode,dst));
854 addInstr(env, AMD64Instr_LoadEX(2,False,amode,dst));
858 addInstr(env, AMD64Instr_LoadEX(1,False,amode,dst));
1297 AMD64AMode* amode = iselIntExpr_AMode ( env, mi.bindee[0] ); local
1310 AMD64AMode* amode = iselIntExpr_AMode ( env, mi.bindee[0] ); local
    [all...]
host_amd64_defs.c 444 know the regs read by the amode. */
    [all...]
host_ppc_isel.c 410 /* 32-bit mode: compute an I32 into an AMode.
411 64-bit mode: compute an I64 into an AMode.
414 using this amode. That is so that, for 64-bit code generation, any
417 amode is to be used in ld/ldu/lda/std/stdu.
570 /* Given an amode, return one which references 4 bytes further
1664 PPCAMode* amode local
    [all...]
host_amd64_defs.h 478 AMD64AMode* amRIP; /* amode in guest state for RIP */
host_mips_defs.h 498 MIPSAMode* amPC; /* amode in guest state for PC */
host_x86_defs.h 456 X86AMode* amEIP; /* amode in guest state for EIP */
host_ppc_defs.h 621 PPCAMode* amCIA; /* amode in guest state for CIA */
    [all...]
guest_amd64_toIR.c     [all...]
host_mips_isel.c 233 /* compute an I32 into an AMode. */
536 /* Return an AMode which computes the value of the specified
562 vpanic("sane_AMode: unknown mips amode tag");
    [all...]
host_s390_isel.c 254 /*--- Amode ---*/
    [all...]
guest_x86_toIR.c     [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 68 /// int access(const char *path, int amode);
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 214 } amode; member in class:android::ArmToMipsAssembler
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-linux.c 389 When a thread does an amode calculation involving a segment
    [all...]

Completed in 2010 milliseconds

12