/external/u-boot/arch/arm/mach-omap2/ |
D | emif-common.c | 640 const struct lpddr2_addressing *addressing, in get_sdram_config_reg() argument 653 config_reg |= addressing->row_sz[cs0_device->io_width] << in get_sdram_config_reg() 656 config_reg |= addressing->num_banks << EMIF_REG_IBANK_SHIFT; in get_sdram_config_reg() 661 config_reg |= addressing->col_sz[cs0_device->io_width] << in get_sdram_config_reg() 668 const struct lpddr2_addressing *addressing) in get_sdram_ref_ctrl() argument 676 val = addressing->t_REFI_us_x10 * freq_khz / 10000; in get_sdram_ref_ctrl() 684 const struct lpddr2_addressing *addressing) in get_sdram_tim_1_reg() argument 690 if (addressing->num_banks == BANKS8) in get_sdram_tim_1_reg() 742 const struct lpddr2_addressing *addressing) in get_sdram_tim_3_reg() argument 745 val = min(timings->tRASmax * 10 / addressing->t_REFI_us_x10 - 1, 0xF); in get_sdram_tim_3_reg() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/SystemZ/ |
D | insn-bad.s | 109 #CHECK: error: invalid use of indexed addressing 259 #CHECK: error: invalid use of indexed addressing 276 #CHECK: error: invalid use of indexed addressing 335 #CHECK: error: invalid use of indexed addressing 337 #CHECK: error: invalid use of indexed addressing 369 #CHECK: error: invalid use of indexed addressing 661 #CHECK: error: invalid use of indexed addressing 671 #CHECK: error: invalid use of indexed addressing 680 #CHECK: error: invalid use of indexed addressing 690 #CHECK: error: invalid use of indexed addressing [all …]
|
D | insn-bad-z196.s | 876 #CHECK: error: invalid use of indexed addressing 887 #CHECK: error: invalid use of indexed addressing 898 #CHECK: error: invalid use of indexed addressing 909 #CHECK: error: invalid use of indexed addressing 920 #CHECK: error: invalid use of indexed addressing 931 #CHECK: error: invalid use of indexed addressing 942 #CHECK: error: invalid use of indexed addressing 953 #CHECK: error: invalid use of indexed addressing 964 #CHECK: error: invalid use of indexed addressing 975 #CHECK: error: invalid use of indexed addressing [all …]
|
/external/llvm/test/MC/SystemZ/ |
D | insn-bad-z196.s | 304 #CHECK: error: invalid use of indexed addressing 315 #CHECK: error: invalid use of indexed addressing 326 #CHECK: error: invalid use of indexed addressing 337 #CHECK: error: invalid use of indexed addressing 348 #CHECK: error: invalid use of indexed addressing 359 #CHECK: error: invalid use of indexed addressing 370 #CHECK: error: invalid use of indexed addressing 381 #CHECK: error: invalid use of indexed addressing 392 #CHECK: error: invalid use of indexed addressing 403 #CHECK: error: invalid use of indexed addressing [all …]
|
D | insn-bad.s | 86 #CHECK: error: invalid use of indexed addressing 229 #CHECK: error: invalid use of indexed addressing 544 #CHECK: error: invalid use of indexed addressing 674 #CHECK: error: invalid use of indexed addressing 716 #CHECK: error: invalid use of indexed addressing 798 #CHECK: error: invalid use of length addressing 816 #CHECK: error: invalid use of indexed addressing 818 #CHECK: error: invalid use of indexed addressing 857 #CHECK: error: invalid use of indexed addressing 977 #CHECK: error: invalid use of indexed addressing [all …]
|
D | insn-bad-z13.s | 13 #CHECK: error: invalid use of vector addressing 452 #CHECK: error: invalid use of vector addressing 467 #CHECK: error: invalid use of vector addressing 484 #CHECK: error: invalid use of vector addressing 515 #CHECK: error: invalid use of vector addressing 532 #CHECK: error: invalid use of vector addressing 549 #CHECK: error: invalid use of vector addressing 673 #CHECK: error: invalid use of vector addressing 684 #CHECK: error: invalid use of vector addressing 695 #CHECK: error: invalid use of vector addressing [all …]
|
/external/llvm/test/Transforms/CodeGenPrepare/X86/ |
D | sink-addrmode.ll | 7 ; Can we sink single addressing mode computation to use? 26 ; Make sure sinking two copies of addressing mode into different blocks works 53 ; If we have two loads in the same block, only need one copy of addressing mode 76 ; Can we still sink addressing mode if there's a cold use of the 103 ; Negative test - don't want to duplicate addressing into hot path 154 ; Make sure sinking two copies of addressing mode into different blocks works
|
/external/libusb-compat/ |
D | NEWS | 12 * Further improvements to match libusb-0.1 endpoint addressing behaviour 21 * Match libusb-0.1 endpoint addressing behaviour
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/AArch64/ |
D | gep-cost.ll | 22 ; The gep in inner1() is reg+reg, which is a legal addressing mode for AArch64. 32 ; The gep in inner2() is reg+imm+reg, which is not a legal addressing mode for 43 ; callsite. This case is a legal addressing mode for AArch64. Thus, both the
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/CostModel/ |
D | no_info.ll | 18 %p = getelementptr i8, i8* %a, i32 %b ; NoTTI accepts reg+reg addressing. 26 ; NoTTI rejects reg+scale*reg addressing.
|
/external/llvm/test/Analysis/CostModel/ |
D | no_info.ll | 18 %p = getelementptr i8, i8* %a, i32 %b ; NoTTI accepts reg+reg addressing. 26 ; NoTTI rejects reg+scale*reg addressing.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2008-12-01-loop-iv-used-outside-loop.ll | 2 ; The inner loop should use [reg] addressing, not [reg+reg] addressing.
|
D | large-gep-scale.ll | 5 ; correct addressing still.
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-12-01-loop-iv-used-outside-loop.ll | 2 ; The inner loop should use [reg] addressing, not [reg+reg] addressing.
|
D | avoid_complex_am.ll | 2 ; Complex addressing mode are costly. 6 ; in the addressing mode.
|
D | large-gep-scale.ll | 5 ; correct addressing still.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2008-12-01-loop-iv-used-outside-loop.ll | 2 ; The inner loop should use [reg] addressing, not [reg+reg] addressing.
|
D | avoid_complex_am.ll | 2 ; Complex addressing mode are costly. 6 ; in the addressing mode.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/X86/ |
D | sink-addrmode.ll | 9 ; Can we sink single addressing mode computation to use? 28 ; Make sure sinking two copies of addressing mode into different blocks works 55 ; If we have two loads in the same block, only need one copy of addressing mode 78 ; Can we still sink addressing mode if there's a cold use of the 105 ; Negative test - don't want to duplicate addressing into hot path 156 ; Make sure sinking two copies of addressing mode into different blocks works
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb/ |
D | addr-modes.ll | 7 ; addressing modes for Thumb1 target" 9 ; The Thumb1 target addressing modes don't support scaling.
|
/external/u-boot/drivers/ddr/fsl/ |
D | ddr3_dimm_params.c | 168 pdimm->n_row_addr = ((spd->addressing >> 3) & 0x7) + 12; in ddr_compute_dimm_parameters() 169 pdimm->n_col_addr = (spd->addressing & 0x7) + 9; in ddr_compute_dimm_parameters()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormats.td | 15 def NoAddrMode : AddrModeType<0>; // No addressing mode 16 def Absolute : AddrModeType<1>; // Absolute addressing mode 17 def AbsoluteSet : AddrModeType<2>; // Absolute set addressing mode 21 def PostInc : AddrModeType<6>; // Post increment addressing mode
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZOperands.td | 69 // Constructs an AsmOperandClass for addressing mode FORMAT, treating the 81 // Constructs an instruction operand for an addressing mode. FORMAT, 97 // Constructs both a DAG pattern and instruction operand for an addressing mode. 102 // choices for the same underlying addressing mode. SUFFIX is similarly 114 // An addressing mode with a base and displacement but no index. 120 // An addressing mode with a base, displacement and index. 136 // An addressing mode with a base, displacement and a vector index. 503 // DAG patterns and operands for addressing modes. Each mode has
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZOperands.td | 69 // Constructs an AsmOperandClass for addressing mode FORMAT, treating the 81 // Constructs an instruction operand for an addressing mode. FORMAT, 97 // Constructs both a DAG pattern and instruction operand for an addressing mode. 102 // choices for the same underlying addressing mode. SUFFIX is similarly 114 // An addressing mode with a base and displacement but no index. 120 // An addressing mode with a base, displacement and index. 143 // An addressing mode with a base, displacement and a vector index. 568 // DAG patterns and operands for addressing modes. Each mode has
|
/external/mesa3d/src/gallium/docs/source/drivers/freedreno/ |
D | ir3-notes.rst | 129 address register if `relative addressing`_ is used). 170 (see `relative addressing`_). 253 .. _`relative addressing`: 258 Most instructions support addressing indirectly (relative to address register) into const or gpr re… 261 supporting relative addressing of src or dst. 263 Relative addressing of the const file (for example, a uniform array) is relatively simple. We don'… 265 But relative addressing of gpr file (which can be as src or dst) has additional restrictions on reg… 267 … to capture the dependency on the address register value when relative addressing is used for any …
|