| /src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| MachineLocation.h | 36 explicit MachineLocation(unsigned R, bool Indirect = false) 37 : IsRegister(!Indirect), Register(R) {} 44 /// \return true iff this is a register-indirect location.
|
| /src/external/gpl3/binutils/dist/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...] |
| /src/external/gpl3/binutils.old/dist/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...] |
| /src/external/gpl3/gdb.old/dist/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...] |
| /src/external/gpl3/gdb/dist/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...] |
| /src/usr.bin/make/unit-tests/ |
| varmod-indirect.exp | 1 make: varmod-indirect.mk:19: Unknown modifier ":${" 3 make: varmod-indirect.mk:52: Unknown modifier ":${" 5 make: varmod-indirect.mk:140: before 6 make: varmod-indirect.mk:140: after 7 make: varmod-indirect.mk:148: before 8 make: varmod-indirect.mk:148: after 9 make: varmod-indirect.mk:156: before 10 make: varmod-indirect.mk:156: after 11 make: varmod-indirect.mk:161: Unknown modifier ":Z" 12 while evaluating indirect modifiers "Z [all...] |
| vardebug.exp | 43 Indirect modifier "M*e" from "${:UM*e}"
|
| /src/external/gpl3/gdb.old/dist/sim/m32c/ |
| opc2c.c | 55 struct Indirect *last_ind; 94 typedef struct Indirect 99 struct Indirect *ind; 102 } Indirect; 104 static Indirect indirect[256]; variable 200 dump_lines (opcode * op, int level, Indirect * ind) 294 store_opcode_bits (opcode * op, int byte, Indirect * ind) 317 ind[bits].u.ind = (Indirect *) malloc (256 * sizeof (Indirect)); [all...] |
| /src/external/gpl3/gdb/dist/sim/m32c/ |
| opc2c.c | 55 struct Indirect *last_ind; 94 typedef struct Indirect 99 struct Indirect *ind; 102 } Indirect; 104 static Indirect indirect[256]; variable 200 dump_lines (opcode * op, int level, Indirect * ind) 294 store_opcode_bits (opcode * op, int byte, Indirect * ind) 317 ind[bits].u.ind = (Indirect *) malloc (256 * sizeof (Indirect)); [all...] |
| /src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| ByteCodeExprGen.cpp | 259 llvm::function_ref<bool(PrimType)> Indirect) { 266 return dereferenceParam(LV, *T, PD, AK, Direct, Indirect); 268 return dereferenceVar(LV, *T, VD, AK, Direct, Indirect); 275 return Indirect(*T); 285 llvm::function_ref<bool(PrimType)> Indirect) { 320 return visit(LV) && Indirect(T); 327 llvm::function_ref<bool(PrimType)> Indirect) { 390 return visit(LV) && Indirect(T);
|
| ByteCodeExprGen.h | 181 /// and the indirect handler is expected to operate on that. 184 llvm::function_ref<bool(PrimType)> Indirect); 188 llvm::function_ref<bool(PrimType)> Indirect); 191 llvm::function_ref<bool(PrimType)> Indirect);
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| StackMapPrinter.h | 55 case StackMapParserT::LocationKind::Indirect: 56 OS << "Indirect [R#" << Loc.getDwarfRegNum() << " + " << Loc.getOffset()
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| run_tests.pl | 215 if ($output_buffer =~ /.*Indirect leak of.*/ == 1) { 218 if ($_ =~ /.*Indirect leak of.*/ == 1) { 220 print "::group::Indirect Leaks\n"; 225 if ($_ =~ /.*Indirect leak of.*/ != 1) {
|
| /src/external/gpl3/binutils/dist/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) 352 store_opcode_bits (opcode * op, int byte, Indirect * ind) 376 ind[bits].u.ind = (Indirect *) malloc (256 * sizeof (Indirect)); [all...] |
| /src/external/gpl3/binutils.old/dist/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) 352 store_opcode_bits (opcode * op, int byte, Indirect * ind) 376 ind[bits].u.ind = (Indirect *) malloc (256 * sizeof (Indirect)); [all...] |
| /src/external/gpl3/gdb.old/dist/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) 352 store_opcode_bits (opcode * op, int byte, Indirect * ind) 376 ind[bits].u.ind = (Indirect *) malloc (256 * sizeof (Indirect)); [all...] |
| /src/external/gpl3/gdb/dist/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) 352 store_opcode_bits (opcode * op, int byte, Indirect * ind) 376 ind[bits].u.ind = (Indirect *) malloc (256 * sizeof (Indirect)); [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
| CGFunctionInfo.h | 47 /// Indirect - Pass the argument indirectly via a hidden pointer with the 49 Indirect, 51 /// IndirectAliased - Similar to Indirect, but the pointer may be to an 81 /// This is similar to indirect with byval, except it only applies to 201 auto AI = ABIArgInfo(Indirect); 228 static ABIArgInfo getInAlloca(unsigned FieldIndex, bool Indirect = false) { 231 AI.setInAllocaIndirect(Indirect); 300 bool isIndirect() const { return TheKind == Indirect; } 388 // Indirect accessors 448 void setInAllocaIndirect(bool Indirect) { [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| DWARFFormValue.cpp | 111 bool Indirect = false; 201 Indirect = true; 208 } while (Indirect); 253 bool Indirect = false; 260 Indirect = false; 342 Indirect = true; 368 } while (Indirect && !Err); 546 OS << format("alt indirect string, offset: 0x%" PRIx64 "", UValue);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-tic30.c | 107 /* Hash table for indirect addressing lookup. */ 220 } indirect; member in struct:__anon10110 434 /* Indirect reference operand. */ 445 debug ("Found indirect reference\n"); 460 as_bad (_("More than one AR register found in indirect reference")); 466 as_bad (_("Illegal AR register in indirect reference")); 487 as_bad (_("More than one displacement found in indirect reference")); 496 as_bad (_("Invalid displacement in indirect reference")); 514 as_bad (_("AR register not found in indirect reference")); 522 debug ("Found indirect reference: %s\n", ind_addr_op->syntax) [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-tic30.c | 107 /* Hash table for indirect addressing lookup. */ 220 } indirect; member in struct:__anon11582 434 /* Indirect reference operand. */ 445 debug ("Found indirect reference\n"); 460 as_bad (_("More than one AR register found in indirect reference")); 466 as_bad (_("Illegal AR register in indirect reference")); 487 as_bad (_("More than one displacement found in indirect reference")); 496 as_bad (_("Invalid displacement in indirect reference")); 514 as_bad (_("AR register not found in indirect reference")); 522 debug ("Found indirect reference: %s\n", ind_addr_op->syntax) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| BreakCriticalEdges.cpp | 355 // they may jump to. Since most functions don't have indirect branches, 432 // (b) Leave that as the only edge in the "Indirect" PHI. 434 BasicBlock::iterator Indirect = Target->begin(), 442 while (Indirect != End) { 444 PHINode *IndPHI = cast<PHINode>(Indirect); 446 // Now, clean up - the direct block shouldn't get the indirect value, 453 Indirect++; 459 // Create a PHI in the body block, to merge the direct and indirect
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| DwarfExpression.h | 148 enum { EntryValue = 1 << 0, Indirect = 1 << 1, CallSiteParamValue = 1 << 2 }; 169 bool isIndirect() const { return LocationFlags & Indirect; }
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| StackMapParser.h | 107 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 145 /// Get the offset for this location. (Kind must be Direct or Indirect). 148 getKind() == LocationKind::Indirect) && 149 "Not direct or indirect.");
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| StackMaps.h | 258 Indirect,
|