HomeSort by relevance Sort by last modified time
    Searched defs:amode (Results 1 - 18 of 18) sorted by null

  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_asm.h 58 unsigned amode:3; /* INST_AMODE_* */ member in struct:etna_inst_dst
66 unsigned amode:3; /* INST_AMODE_* */ member in struct:etna_inst_tex
77 unsigned amode:3; /* INST_AMODE_* */ member in struct:etna_inst_src
114 * src[0-2]_reg, use, swiz, neg, abs, amode, rgroup,
etnaviv_disasm.c 90 uint8_t amode; member in struct:dst_operand
102 uint8_t amode; member in struct:src_operand
107 uint8_t amode; member in struct:tex_operand
329 print_amode(uint8_t amode)
331 switch (amode) {
363 print_amode(dst->amode);
377 print_amode(tex->amode);
399 print_amode(src->amode);
534 .amode = instr->dst_amode,
541 .amode = instr->tex_amode
    [all...]
  /libcore/ojluni/src/main/native/
UnixFileSystem_md.c 178 int amode = 0; local
183 amode = S_IRUSR;
185 amode = S_IRUSR | S_IRGRP | S_IROTH;
189 amode = S_IWUSR;
191 amode = S_IWUSR | S_IWGRP | S_IWOTH;
195 amode = S_IXUSR;
197 amode = S_IXUSR | S_IXGRP | S_IXOTH;
204 mode |= amode;
206 mode &= ~amode;
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixNativeDispatcher.java 444 * access(const char* path, int amode);
446 static void access(UnixPath path, int amode) throws UnixException {
449 access0(buffer.address(), amode); local
454 private static native void access0(long pathAddress, int amode) throws UnixException;
  /toolchain/binutils/binutils-2.27/gas/config/
tc-visium.c 1031 enum addressing_mode amode; local
1070 if (get_opcode (&opcode, &amode, &arch_flags, mnem) < 0)
1082 this_mode = amode;
1084 switch (amode)
    [all...]
tc-tic54x.c 170 static enum address_mode amode = c_mode; variable in typeref:enum:address_mode
1040 && amode == c_mode
1048 amode = far_mode;
1052 amode = c_mode;
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
w65-opc.h 54 int amode; member in struct:opinfo
  /external/toolchain-utils/cros_utils/
stats.py 2214 def amode(a, dimension=None): function
    [all...]
  /external/valgrind/VEX/priv/
host_arm64_isel.c 175 the type of the access for which the amode is to be used. This
227 /* Generate an amode suitable for a 64-bit sized access relative to
228 the baseblock register (X21). This generates an RI12 amode, which
796 /* --------------------- AMode --------------------- */
798 /* Return an AMode which computes the value of the specified
865 we're going to create an amode suitable for LDU* or STU*
1491 ARM64AMode* amode = iselIntExpr_AMode ( env, e->Iex.Load.addr, ty ); local
1496 ARM64AMode* amode = iselIntExpr_AMode ( env, e->Iex.Load.addr, ty ); local
1501 ARM64AMode* amode = iselIntExpr_AMode ( env, e->Iex.Load.addr, ty ); local
1506 ARM64AMode* amode = iselIntExpr_AMode ( env, e->Iex.Load.addr, ty ); local
    [all...]
host_arm_isel.c 1349 ARMAMode1* amode = iselIntExpr_AMode1 ( env, e->Iex.Load.addr ); local
1354 ARMAMode2* amode = iselIntExpr_AMode2 ( env, e->Iex.Load.addr ); local
1361 ARMAMode1* amode = iselIntExpr_AMode1 ( env, e->Iex.Load.addr ); local
    [all...]
host_x86_isel.c 323 /* Given an amode, return one which references 4 bytes further
868 X86AMode* amode = iselIntExpr_AMode ( env, e->Iex.Load.addr ); local
876 X86RMI_Mem(amode), dst) );
880 addInstr(env, X86Instr_LoadEX(2,False,amode,dst));
884 addInstr(env, X86Instr_LoadEX(1,False,amode,dst));
1182 X86AMode* amode = iselIntExpr_AMode ( env, mi.bindee[0] ); local
1196 X86AMode* amode = iselIntExpr_AMode ( env, mi.bindee[0] ); local
1210 X86AMode* amode = iselIntExpr_AMode ( env, mi.bindee[0] ); local
1220 X86AMode* amode; local
1234 X86AMode* amode; local
    [all...]
host_amd64_isel.c 276 vpanic("sane_AMode: unknown amd64 amode tag");
939 AMD64AMode* amode = iselIntExpr_AMode ( env, e->Iex.Load.addr ); local
947 AMD64RMI_Mem(amode), dst) );
951 addInstr(env, AMD64Instr_LoadEX(4,False,amode,dst));
955 addInstr(env, AMD64Instr_LoadEX(2,False,amode,dst));
959 addInstr(env, AMD64Instr_LoadEX(1,False,amode,dst));
1399 AMD64AMode* amode = iselIntExpr_AMode ( env, mi.bindee[0] ); local
1412 AMD64AMode* amode = iselIntExpr_AMode ( env, mi.bindee[0] ); local
    [all...]
host_arm_defs.h 675 ARMAMode1* amode; member in struct:__anon41631::__anon41632::__anon41639
683 ARMAMode2* amode; member in struct:__anon41631::__anon41632::__anon41640
690 ARMAMode1* amode; member in struct:__anon41631::__anon41632::__anon41641
696 ARMAMode2* amode; member in struct:__anon41631::__anon41632::__anon41642
703 ARMAMode1* amR15T; /* amode in guest state for R15T */
770 ARMAModeV* amode; member in struct:__anon41631::__anon41632::__anon41651
776 ARMAModeV* amode; member in struct:__anon41631::__anon41632::__anon41652
927 ARMAModeN *amode; member in struct:__anon41631::__anon41632::__anon41674
932 ARMAModeN *amode; member in struct:__anon41631::__anon41632::__anon41675
    [all...]
host_ppc_isel.c 426 /* 32-bit mode: compute an I32 into an AMode.
427 64-bit mode: compute an I64 into an AMode.
430 using this amode. That is so that, for 64-bit code generation, any
433 amode is to be used in ld/ldu/lda/std/stdu.
615 /* Given an amode, return one which references 4 bytes further
1893 PPCAMode* amode local
    [all...]
host_arm64_defs.h 585 ARM64AMode* amode; member in struct:__anon41526::__anon41527::__anon41536
591 ARM64AMode* amode; member in struct:__anon41526::__anon41527::__anon41537
597 ARM64AMode* amode; member in struct:__anon41526::__anon41527::__anon41538
603 ARM64AMode* amode; member in struct:__anon41526::__anon41527::__anon41539
610 ARM64AMode* amPC; /* amode in guest state for PC */
    [all...]
host_s390_defs.c 159 /* Construct a b12 amode. */
176 /* Construct a b20 amode. */
193 /* Construct a bx12 amode. */
212 /* Construct a bx20 amode. */
231 /* Construct an AMODE for accessing the guest state at OFFSET.
234 Use a B20 amode as a fallback which will be safe for any offset.
249 /* Decompile the given amode into a static buffer and return it. */
289 /* Sanity check for an amode */
314 /* Record the register use of an amode */
9568 const s390_amode *amode = insn->variant.xdirect.guest_IA; local
9648 const s390_amode *amode = insn->variant.xindir.guest_IA; local
9700 const s390_amode *amode = insn->variant.xassisted.guest_IA; local
9770 s390_amode *amode; local
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPS64Assembler.h 225 } amode; member in class:android::ArmToMips64Assembler
MIPSAssembler.h 214 } amode; member in class:android::ArmToMipsAssembler

Completed in 507 milliseconds