| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | rebase-opcodes.s | 19 ## 1/ Single rebases with a gap after them are encoded as REBASE_OPCODE_DO_REBASE_ADD_ADDR_ULEB. 26 ## 2/ Consecutive rebases are encoded as REBASE_OPCODE_DO_REBASE_IMM_TIMES. 33 ## 3/ Gaps smaller than 16 words are encoded as REBASE_OPCODE_ADD_ADDR_IMM_SCALED. 38 ## 4/ Rebases with equal gaps betwen them are encoded as REBASE_OPCODE_DO_REBASE_ULEB_TIMES_SKIPPIN… 59 ## 6/ Large gaps are encoded as REBASE_OPCODE_ADD_ADDR_ULEB.
|
| H A D | eh-frame-dead-strip.s | 33 ## cfi_escape cannot be encoded in compact unwind 43 ## cfi_escape cannot be encoded in compact unwind
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/mips64r6/ |
| H A D | invalid-mips3.s | 30 # ddiv has been re-encoded. See valid.s 31 # ddivu has been re-encoded. See valid.s 32 # div has been re-encoded. See valid.s 33 # divu has been re-encoded. See valid.s
|
| H A D | invalid-mips64.s | 51 # ddiv has been re-encoded. See valid.s 52 # ddivu has been re-encoded. See valid.s 53 # div has been re-encoded. See valid.s 54 # divu has been re-encoded. See valid.s
|
| H A D | invalid-mips1.s | 28 # div has been re-encoded. See valid.s 29 # divu has been re-encoded. See valid.s
|
| /llvm-project-15.0.7/libcxx/utils/ |
| H A D | generate_extended_grapheme_cluster_test.py | 25 encoded: str = "" variable in BreakTestItem 73 result.encoded += f"\\U{i:08x}" 234 if len(line.encoded) > 0:
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | fp-const-errors.s | 3 @ Test for floating point constants that are out of the 8-bit encoded value range 10 @ Test that vmov.f instructions do not accept an 8-bit encoded float as an operand
|
| H A D | arm-it-block.s | 9 @ 'it' is parsed but not encoded.
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | lldb-platform-packets.txt | 97 // base 16 encoded. 111 // 1. shell command ascii-hex encoded 113 // 3. {optional} working directory ascii-hex encoded 131 // request packet hostname field is not ascii-hex encoded. Hostnames 164 // The request packet has the pid encoded in base 10. 167 // shown here. pid is base 10 encoded. name is ascii hex encoded. 212 // In this example, pid is base 10, name is ascii-hex encoded. 258 // The result should be a comma-separated list of hex-encoded paths. 369 // 1. ASCII hex encoded filename
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ar/ |
| H A D | mri-nonascii.test | 6 ## Note: lit's Python will read this UTF-8 encoded mri-nonascii.txt file, 8 ## be encoded in the system's filename encoding (e.g. UTF-16 for
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | CoverageMappingFormat.rst | 305 i32 9, ; Function's encoded coverage mapping data string length 315 i32 9, ; Function's encoded coverage mapping data string length 329 * The format version. The current version is 4 (encoded as a 3). 344 in the function's translation unit, and the encoded mapping data. 349 Here's an overview of the encoded data that was stored in the 352 * The IR contains the following string constant that represents the encoded 359 * The string contains values that are encoded in the LEB128 format, which is 407 The per-function coverage mapping data is encoded as a stream of bytes, 417 The translation unit filenames are encoded using the same encoding 436 LEB128 is an unsigned integer value that is encoded using DWARF's LEB128 [all …]
|
| H A D | BitCodeFormat.rst | 92 boolean values are usually encoded with a 1-bit wide integer. 113 .. _char6-encoded value: 144 these start with an abbreviation ID encoded as a fixed-bitwidth field. The 208 record. The ``blockid`` value is encoded as an 8-bit VBR identifier, and 269 encoded significantly more densely than records encoded with the 349 * Char6 (code 4): This field should be emitted as a `char6-encoded value`_. 387 #. The rest of the values are the char6 encoded values for ``"abcd"``. 596 encoded as relative to the current instruction. Thus, if an operand 598 will be encoded as 1. 621 This can be inefficient, as operands are normally encoded [all …]
|
| H A D | AMDGPUOperandSyntax.rst | 594 If a number may be encoded as either 606 encoded as an *inline constant*. 608 Only a small fraction of integer numbers may be encoded as *inline constants*. 610 Other integer numbers have to be encoded as :ref:`literals<amdgpu_synid_literal>`. 627 encoded as an *inline constant*. 629 Only a small fraction of floating-point numbers may be encoded as *inline constants*. 631 Other floating-point numbers have to be encoded as :ref:`literals<amdgpu_synid_literal>`. 660 A symbolic operand encoded as an *inline constant*. 678 A *literal* is a 64-bit value encoded as a separate 32-bit dword in the instruction stream. 681 If a number may be encoded as either [all …]
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | characters.h | 233 EncodedCharacter encoded{EncodeCharacter(encoding, ch)}; 234 for (int j{0}; j < encoded.bytes; ++j) { 235 emitOneByte(encoded.buffer[j]);
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | xro-addressing-mode-constant.mir | 99 ; Immediates that can be encoded in a LDRXui should be skipped. 122 ; Immediates that can be encoded in a LDRXui should be skipped. 145 ; Immediates that can be encoded in a LDRXui should be skipped. 168 ; Check that we skip constants which can be encoded in an add.
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | characters.cpp | 133 EncodedCharacter encoded{EncodeCharacter<ENCODING>(uch)}; in EncodeString() local 134 result.append(encoded.buffer, static_cast<std::size_t>(encoded.bytes)); in EncodeString()
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/mips32r6/ |
| H A D | invalid-mips1.s | 25 # div has been re-encoded. See valid.s 26 # divu has been re-encoded. See valid.s
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/ |
| H A D | test_wasm_external_debug_sections.yaml | 15 Payload: 0d746573745f73796d2e7761736d # 'test_sym.wasm' Wasm-encoded
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwp/X86/ |
| H A D | invalid_string_form.test | 3 CHECK: error: {{.*}}: string field must be encoded with one of the following:
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | debug-info-block-line.m | 79 NSString *encoded = [[data compressedData] encodedString:18]; 82 [encoded enumerateLinesUsingBlock:^(NSString *line, BOOL *stop) {
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/ |
| H A D | MachO_ARM64_relocations.s | 37 # instruction perfroms an implicit shift on the encoded immediate (imm<<3). 53 # encoded immediate (imm<<3).
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | metadata.3.5.ll | 3 ; Check that metadata encoded in 3.5 is correctly understood going forward.
|
| /llvm-project-15.0.7/bolt/test/runtime/X86/ |
| H A D | section-reloc-with-addend.s | 3 # it was failing to sign extend a negative result for the relocation (encoded
|
| /llvm-project-15.0.7/llvm/docs/AMDGPU/ |
| H A D | gfx8_vaddr_e9b690.rst | 17 …Note 1. Image format and dimensions are encoded in the image resource constant but not in the inst…
|
| H A D | gfx7_vaddr_e9b690.rst | 17 …Note 1. Image format and dimensions are encoded in the image resource constant but not in the inst…
|