/external/u-boot/drivers/gpio/ |
D | rk_gpio.c | 104 int spl_gpio_set_pull(void *vregs, uint gpio, int pull) in spl_gpio_set_pull() argument 106 u32 *regs = vregs; in spl_gpio_set_pull() 128 int spl_gpio_output(void *vregs, uint gpio, int value) in spl_gpio_output() argument 130 struct rockchip_gpio_regs * const regs = vregs; in spl_gpio_output()
|
/external/elfutils/backends/ |
D | aarch64_initreg.c | 85 dwarf_fregs[r] = fregs.vregs[r] & 0xFFFFFFFF; in aarch64_set_initial_registers_tid()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | hazard-inlineasm.mir | 4 # the INLINEASM defs the vregs holding the data-to-be-stored by that preceding store,
|
D | rename-disconnected-bug.ll | 2 ; Check that renameDisconnectedComponents() does not create vregs without a
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | rename-disconnected-bug.ll | 2 ; Check that renameDisconnectedComponents() does not create vregs without a
|
/external/kernel-headers/original/uapi/asm-arm64/asm/ |
D | sigcontext.h | 77 __uint128_t vregs[32]; member
|
D | ptrace.h | 82 __uint128_t vregs[32]; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | GlobalISel.rst | 91 registers. As opposed to non-generic vregs, they are not assigned a Register 92 Class. Instead, generic vregs have a :ref:`gmir-llt`, and can be assigned 96 non-generic vregs (e.g., use-def chains). Additionally, it also tracks the 100 For simplicity, most generic instructions only accept generic vregs: 198 and allow types on all vregs: this would reduce the number of MI required when 256 This differs from SelectionDAG's multiple vregs via ``GetValueVTs``. 261 information on vregs). 279 these vregs can have long live ranges. 298 * operating on **vregs that can be loaded and stored** -- if necessary, the
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | dead-vreg.ll | 3 ; Check that unused vregs aren't assigned registers.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/ |
D | dead-vreg.ll | 3 ; Check that unused vregs aren't assigned registers.
|
/external/google-breakpad/src/client/linux/dump_writer_common/ |
D | thread_info.cc | 226 my_memcpy(&out->float_save.regs, &fpregs.vregs,
|
D | ucontext_reader.cc | 207 my_memcpy(&out->float_save.regs, &fpregs->vregs,
|
/external/llvm/test/CodeGen/X86/ |
D | unused_stackslots.ll | 1 ; PR26374: Check no stack slots are allocated for vregs which have no real reference.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | unused_stackslots.ll | 1 ; PR26374: Check no stack slots are allocated for vregs which have no real reference.
|
/external/crosvm/kvm_sys/src/aarch64/ |
D | bindings.rs | 650 pub vregs: [__uint128_t; 32usize], field 663 unsafe { &(*(::std::ptr::null::<user_fpsimd_state>())).vregs as *const _ as usize }, in bindgen_test_layout_user_fpsimd_state() 669 stringify!(vregs) in bindgen_test_layout_user_fpsimd_state()
|
/external/llvm/test/Bindings/OCaml/ |
D | core.ml | 1086 (* Set up some vector vregs. *)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/ |
D | core.ml | 1154 (* Set up some vector vregs. *)
|
/external/vixl/test/aarch64/ |
D | test-trace-aarch64.cc | 2914 TEST(vregs) { TraceTestHelper(false, LOG_VREGS, REF("log-vregs")); } in TEST() argument
|