Home
last modified time | relevance | path

Searched refs:PIC32 (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dtls.ll2 ; RUN: -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC32
26 ; PIC32-LABEL: f1:
27 ; PIC32-DAG: addu $[[R0:[a-z0-9]+]], $2, $25
28 ; PIC32-DAG: addiu $4, $[[R0]], %tlsgd(t1)
29 ; PIC32-DAG: lw $25, %call16(__tls_get_addr)($[[R0]])
30 ; PIC32-DAG: jalr $25
31 ; PIC32-DAG: lw $2, 0($2)
70 ; PIC32-LABEL: f2:
71 ; PIC32-DAG: addu $[[R0:[a-z0-9]+]], $2, $25
72 ; PIC32-DAG: addiu $4, $[[R0]], %tlsgd(t2)
[all …]
/external/llvm/test/CodeGen/Mips/
Dtailcall.ll2 ; RUN: -verify-machineinstrs < %s | FileCheck %s -check-prefix=PIC32
24 ; PIC32-NOT: jalr
37 ; PIC32: jalr
50 ; PIC32: jalr
63 ; PIC32: jalr
76 ; PIC32: .ent caller5
77 ; PIC32-NOT: jalr
78 ; PIC32: .end caller5
127 ; PIC32: .ent caller8_1
128 ; PIC32: jalr
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/tailcall/
Dtailcall.ll2 ; RUN: -verify-machineinstrs -mips-tail-calls=1 < %s | FileCheck %s -check-prefixes=ALL,PIC32
46 ; PIC32: jalr $25
64 ; PIC32: jalr $25
82 ; PIC32: jalr $25
100 ; PIC32: jalr $25
119 ; PIC32: jr $25
161 ; PIC32: jr $25
178 ; PIC32: jalr $25
200 ; PIC32: jr $25
216 ; PIC32: jalr $25
[all …]
Dtailcall-wrong-isa.ll2 ; RUN: | llvm-objdump -d - | FileCheck %s -check-prefix=PIC32
40 ; PIC32: {{[0-9a-z]}}: 08 00 20 03 jr $25
/external/u-boot/doc/device-tree-bindings/clock/
Dmicrochip,pic32-clock.txt1 * Microchip PIC32 Clock and Oscillator
3 Microchip PIC32 clock tree consists of few oscillators, PLLs,
7 PIC32 clock controller output is defined by indices as defined
/external/u-boot/drivers/usb/musb-new/
DKconfig43 bool "Enable Microchip PIC32 DRC USB controller"
46 Say y to enable PIC32 USB DRC controller support
47 if it is available on your Microchip PIC32 platform.
/external/u-boot/drivers/mtd/
DKconfig37 bool "Microchip PIC32 Flash driver"
40 This enables access to Microchip PIC32 internal non-CFI flash
41 chips through PIC32 Non-Volatile-Memory Controller.
/external/u-boot/arch/mips/mach-pic32/
DKconfig1 menu "Microchip PIC32 platforms"
8 prompt "PIC32 SoC select"
/external/llvm/test/CodeGen/X86/
Drip-rel-lea.ll3 ; RUN: llc < %s -mtriple=i686-pc-linux-gnu -relocation-model=pic | FileCheck %s -check-prefix=PIC32
15 ; PIC32: leal a@GOTOFF(%eax)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Drip-rel-lea.ll3 ; RUN: llc < %s -mtriple=i686-pc-linux-gnu -relocation-model=pic | FileCheck %s -check-prefix=PIC32
15 ; PIC32: leal a@GOTOFF(%eax)
/external/u-boot/doc/device-tree-bindings/serial/
Dmicrochip,pic32-uart.txt1 * Microchip PIC32 serial UART
/external/u-boot/drivers/spi/
DKconfig114 bool "Microchip PIC32 SPI driver"
117 Enable the Microchip PIC32 SPI driver. This driver can be used
119 Microchip PIC32 family devices.
/external/u-boot/drivers/gpio/
DKconfig229 bool "Microchip PIC32 GPIO driver"
233 Say yes here to support Microchip PIC32 GPIOs.
/external/u-boot/drivers/pinctrl/
DKconfig142 bool "Microchip PIC32 pin-control and pin-mux driver"
147 remappable peripheral available on Microchip PIC32
/external/u-boot/drivers/net/
DKconfig335 bool "Microchip PIC32 Ethernet Support"
340 Microchip PIC32 microcontrollers.
/external/u-boot/drivers/serial/
DKconfig312 bool "Microchip PIC32"
517 bool "Support for Microchip PIC32 on-chip UART"
521 Support for the UART found on Microchip PIC32 SoC's.
/external/u-boot/drivers/mmc/
DKconfig427 bool "Microchip PIC32 on-chip SDHCI support"
431 Support for Microchip PIC32 SDHCI controller.
/external/u-boot/arch/mips/
DKconfig88 bool "Support Microchip PIC32"
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp7498 bool PIC32 = (getTargetMachine().getRelocationModel() == Reloc::PIC_) && in LowerGlobalTLSAddress() local
7500 if (PIC32) in LowerGlobalTLSAddress()
7511 if (PIC32) in LowerGlobalTLSAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp16065 bool PIC32 = PositionIndependent && !Subtarget.is64Bit(); in LowerGlobalTLSAddress() local
16066 if (PIC32) in LowerGlobalTLSAddress()
16077 if (PIC32) in LowerGlobalTLSAddress()