HomeSort by relevance Sort by last modified time
    Searched refs:O32 (Results 1 - 25 of 45) sorted by null

1 2

  /external/llvm/test/MC/Mips/
reloc-directive.s 1 # RUN: llvm-mc -triple mips-unknown-linux < %s -show-encoding -target-abi=o32 \
7 # RUN: llvm-mc -triple mips-unknown-linux < %s -show-encoding -target-abi=o32 \
9 # RUN: FileCheck -check-prefix=OBJ-O32 %s
27 # OBJ-O32-LABEL: Name: .text
28 # OBJ-O32: 0000: 00000000 00000000 00000008
29 # OBJ-O32-LABEL: }
30 # OBJ-O32-LABEL: Relocations [
31 # OBJ-O32: 0x0 R_MIPS_NONE .text 0x0
32 # OBJ-O32: 0x4 R_MIPS_NONE .text 0x0
33 # OBJ-O32: 0x8 R_MIPS_32 .text 0x
    [all...]
cpload.s 4 # RUN: llvm-objdump -d -r - | FileCheck %s -check-prefix=OBJ-O32
18 # OBJ-O32: .text
19 # OBJ-O32: lui $gp, 0
20 # OBJ-O32: R_MIPS_HI16 _gp_disp
21 # OBJ-O32: addiu $gp, $gp, 0
22 # OBJ-O32: R_MIPS_LO16 _gp_disp
23 # OBJ-O32: addu $gp, $gp, $25
expansion-jal-sym-pic.s 2 # RUN: FileCheck %s -check-prefixes=ALL,NORMAL,O32
11 # RUN: FileCheck %s -check-prefixes=ALL,MICROMIPS,O32-MICROMIPS
53 # O32: lw $25, %got(local_label)($gp) # encoding: [0x8f,0x99,A,A]
54 # O32: # fixup A - offset: 0, value: %got(local_label), kind: fixup_Mips_GOT
55 # O32: addiu $25, $25, %lo(local_label) # encoding: [0x27,0x39,A,A]
56 # O32: # fixup A - offset: 0, value: %lo(local_label), kind: fixup_Mips_LO16
64 # O32-MICROMIPS: lw $25, %got(local_label)($gp) # encoding: [0xff,0x3c,A,A]
65 # O32-MICROMIPS: # fixup A - offset: 0, value: %got(local_label), kind: fixup_MICROMIPS_GOT16
66 # O32-MICROMIPS: addiu $25, $25, %lo(local_label) # encoding: [0x33,0x39,A,A]
67 # O32-MICROMIPS: # fixup A - offset: 0, value: %lo(local_label) (…)
    [all...]
macro-la-bad.s 2 # RUN: FileCheck %s < %t1 --check-prefix=O32
10 # O32: :[[@LINE-1]]:3: error: instruction requires a 32-bit immediate
15 # O32: :[[@LINE-1]]:3: error: instruction requires a 32-bit immediate
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
abiflags-strip1-ph.d 12 private flags = 70001000: \[abi=O32\] \[mips32r2\] \[not 32bitmode\]
attr-gnu-4-0-ph.d 11 private flags = 70001000: \[abi=O32\] \[mips32r2\] \[not 32bitmode\]
attr-gnu-4-1-ph.d 11 private flags = 70001000: \[abi=O32\] \[mips32r2\] \[not 32bitmode\]
attr-gnu-4-2-ph.d 11 private flags = 70001000: \[abi=O32\] \[mips32r2\] \[not 32bitmode\]
attr-gnu-4-3-ph.d 11 private flags = 70001000: \[abi=O32\] \[mips32r2\] \[not 32bitmode\]
attr-gnu-4-4-ph.d 11 private flags = 70001200: \[abi=O32\] \[mips32r2\] \[old fp64\] \[not 32bitmode\]
attr-gnu-4-5-ph.d 11 private flags = 70001000: \[abi=O32\] \[mips32r2\] \[not 32bitmode\]
attr-gnu-4-6-ph.d 11 private flags = 70001000: \[abi=O32\] \[mips32r2\] \[not 32bitmode\]
attr-gnu-4-7-ph.d 11 private flags = 70001000: \[abi=O32\] \[mips32r2\] \[not 32bitmode\]
abiflags-strip10-ph.d 13 private flags = 90001400: \[abi=O32\] \[mips32r6\] \[nan2008\] \[not 32bitmode\]
abiflags-strip2-ph.d 13 private flags = 808b1100: \[abi=O32\] \[mips64r2\] \[32bitmode\]
abiflags-strip3-ph.d 13 private flags = 808b1100: \[abi=O32\] \[mips64r2\] \[32bitmode\]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIInfo.h 26 enum class ABI { Unknown, O32, N32, N64 };
35 static MipsABIInfo O32() { return MipsABIInfo(ABI::O32); }
42 bool IsO32() const { return ThisABI == ABI::O32; }
54 /// CallingConv::FastCall affects the value for O32.
  /external/llvm/test/MC/Mips/mips64r2/
abi-bad.s 3 # CHECK: error: '.set fp=xx' requires the O32 ABI
  /external/llvm/test/MC/Mips/mips64r3/
abi-bad.s 3 # CHECK: error: '.set fp=xx' requires the O32 ABI
  /external/llvm/test/MC/Mips/mips64r5/
abi-bad.s 3 # CHECK: error: '.set fp=xx' requires the O32 ABI
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsSubtarget.h 32 UnknownABI, O32, N32, N64, EABI
92 /// Only O32 and EABI supported right now.
96 bool isABI_O32() const { return MipsABI == O32; }
MipsSubtarget.cpp 44 MipsABI = hasMips64() ? N64 : O32;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
attr-none-o32-fp64-nooddspreg.d 5 #name: MIPS infer fpabi (O32 fp64 nooddspreg)
attr-none-o32-fp64.d 5 #name: MIPS infer fpabi (O32 fp64)
attr-none-o32-fpxx.d 5 #name: MIPS infer fpabi (O32 fpxx)

Completed in 253 milliseconds

1 2