HomeSort by relevance Sort by last modified time
    Searched refs:Indirect (Results 1 - 25 of 66) sorted by null

1 2 3

  /art/test/065-mismatched-implements/src/
Indirect.java 23 public class Indirect {
Main.java 23 Indirect.main();
  /art/test/066-mismatched-super/src/
Indirect.java 23 public class Indirect {
Main.java 23 Indirect.main();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d10v/
address-001.s 3 ;; Test supported indirect addressing
10 ;; Indirect
21 ;; Indirect with post increment
29 ;; Indirect with postdecrement
37 ;; Indirect through stackpointer
48 ;; Indirect through stackpointer with postincrement
56 ;; Indirect through stackpointer with postdecrement
62 ;; Indirect through stackpointer with predecrement
68 ;; Indirect with displacement
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.c 210 if( inst->Dst[i].Register.Indirect ) {
211 next_token( ctx, &inst->Dst[i].Indirect );
214 * No support for indirect or multi-dimensional addressing.
216 assert( !inst->Dst[i].Indirect.Dimension );
217 assert( !inst->Dst[i].Indirect.Indirect );
227 if( inst->Dst[i].Dimension.Indirect ) {
231 * No support for indirect or multi-dimensional addressing.
233 assert( !inst->Dst[i].Indirect.Indirect );
    [all...]
tgsi_build.c 790 src_register.Indirect = 0;
806 unsigned indirect,
829 src_register.Indirect = indirect;
843 dimension.Indirect = 0;
857 full_src_register.Indirect = tgsi_default_src_register();
866 unsigned indirect,
873 dimension.Indirect = indirect;
890 dst_register.Indirect = 0
    [all...]
tgsi_parse.h 47 struct tgsi_src_register Indirect;
55 struct tgsi_src_register Indirect;
tgsi_dump.c 103 if (src->Dimension.Indirect) {
122 if (src->Register.Indirect) {
124 ENM( src->Indirect.File, tgsi_file_names );
126 SID( src->Indirect.Index );
128 ENM( src->Indirect.SwizzleX, tgsi_swizzle_names );
150 if (dst->Dimension.Indirect) {
169 if (dst->Register.Indirect) {
171 ENM( dst->Indirect.File, tgsi_file_names );
173 SID( dst->Indirect.Index );
175 ENM( dst->Indirect.SwizzleX, tgsi_swizzle_names )
    [all...]
tgsi_text.c 483 report_error(ctx, "Expected indirect register swizzle component `x', `y', `z' or `w'");
702 dst->Dimension.Indirect = 0;
710 dst->Register.Indirect = 1;
711 dst->Indirect.File = bracket[0].ind_file;
712 dst->Indirect.Index = bracket[0].ind_index;
713 dst->Indirect.SwizzleX = bracket[0].ind_comp;
714 dst->Indirect.SwizzleY = bracket[0].ind_comp;
715 dst->Indirect.SwizzleZ = bracket[0].ind_comp;
716 dst->Indirect.SwizzleW = bracket[0].ind_comp;
789 src->Dimension.Indirect = 0
    [all...]
tgsi_ureg.h 43 * flag from the _ext token. Indirect flag always implies ADDR[0].
52 unsigned Indirect : 1; /* BOOL */
76 unsigned Indirect : 1; /* BOOL */
    [all...]
tgsi_scan.c 103 if (src->Register.Indirect) {
125 /* check for indirect register reads */
126 if (src->Register.Indirect) {
131 /* check for indirect register writes */
134 if (dst->Register.Indirect) {
tgsi_sanity.c 100 /*FIXME: right now we don't support indirect
118 /*FIXME: right now we don't support indirect
357 (boolean)inst->Src[i].Register.Indirect );
358 if (inst->Src[i].Register.Indirect) {
362 inst->Src[i].Indirect.File,
363 inst->Src[i].Indirect.Index);
367 "indirect",
  /toolchain/binutils/binutils-2.25/include/opcode/
tic30.h 105 /* Indirect Addressing Modes Modification Fields */
106 /* Indirect Addressing with Displacement */
115 /* Indirect Addressing with Index Register IR0 */
124 /* Indirect Addressing with Index Register IR1 */
133 /* Indirect Addressing (Special Cases) */
196 #define Indirect 0x0020
209 #define GAddr1 Rn | Direct | Indirect | Imm16
211 #define TAddr1 op3T1 | Rn | Indirect
212 #define TAddr2 op3T2 | Rn | Indirect
409 { "iack" ,1,0x1B000000,AddressMode, { Direct|Indirect, 0, 0 }, Imm_None }
    [all...]
  /external/llvm/lib/Target/X86/
X86CallingConv.h 30 LocInfo = CCValAssign::Indirect;
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_optimize.c 42 s1->Register.Indirect == d1->Register.Indirect &&
50 d1->Register.Indirect == d2->Register.Indirect &&
58 d1->Register.Indirect == d2->Register.Indirect &&
151 o->Indirect = i->Indirect;
166 o->Indirect = i->Indirect;
    [all...]
i915_fpc.h 249 unsigned Indirect : 1; /* BOOL */
268 unsigned Indirect : 1; /* BOOL */
279 struct tgsi_src_register Indirect;
289 struct tgsi_src_register Indirect;
  /external/llvm/tools/llvm-readobj/
StackMapPrinter.h 53 case StackMapParserT::LocationKind::Indirect:
54 OS << "Indirect [R#" << Loc.getDwarfRegNum() << " + "
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
compressed-plt-1.s 16 .equ IC, 2 # Indirect call from "compressed" code
18 .equ IU, 8 # Indirect call from "uncompressed" code
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
addressing.s 72 ;; Type * - Indirect (full)
75 ldi *AR0,R0 ; Indirect addressing (G=10)
126 ;; Type C - Indirect
186 ;; Type I - Indirect
188 Type_I: addf3 *AR0,R0,R0 ; Indirect addressing (G=10)
209 ;; Type J - Indirect
211 Type_J: addf3 R0,*AR0,R0 ; Indirect addressing (G=10)
258 ;; Type O - Indirect
  /external/llvm/test/MC/X86/
x86_operands.s 30 # Indirect Memory Operands
  /external/guice/core/test/com/google/inject/
OptionalBindingTest.java 279 * indirect injections.
282 Indirect indirect = Guice.createInjector().getInstance(Indirect.class); local
283 assertNotNull(indirect.hasOptionalInjections);
284 indirect.hasOptionalInjections.assertNothingInjected();
287 static class Indirect {
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 555 * If Indirect is TRUE, Index should be offset by the X component of a source
569 unsigned Indirect : 1; /* BOOL */
583 * Then, if tgsi_src_register::Indirect is TRUE, another tgsi_src_register
592 unsigned Indirect : 1; /* BOOL */
602 unsigned Indirect : 1; /* BOOL */
  /toolchain/binutils/binutils-2.25/opcodes/
opc2c.c 100 struct Indirect * last_ind;
139 typedef struct Indirect
144 struct Indirect * ind;
147 } Indirect;
149 Indirect indirect[256]; variable
247 dump_lines (opcode * op, int level, Indirect * ind)
349 store_opcode_bits (opcode * op, int byte, Indirect * ind)
373 ind[bits].u.ind = (Indirect *) malloc (256 * sizeof (Indirect));
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic30.c 107 /* Hash table for indirect addressing lookup. */
242 } indirect; member in struct:__anon74117
459 /* Indirect reference operand. */
467 debug ("Found indirect reference\n");
482 as_bad (_("More than one AR register found in indirect reference"));
487 as_bad (_("Illegal AR register in indirect reference"));
507 as_bad (_("More than one displacement found in indirect reference"));
515 as_bad (_("Invalid displacement in indirect reference"));
532 as_bad (_("AR register not found in indirect reference"));
539 debug ("Found indirect reference: %s\n", ind_addr_op->syntax)
    [all...]

Completed in 594 milliseconds

1 2 3