Searched refs:MIPS64 (Results 1 - 12 of 12) sorted by relevance

/external/llvm/test/MC/Mips/
H A Dmips-coprocessor-encodings.s2 # RUN:| FileCheck --check-prefix=MIPS64 %s
4 # MIPS64: dmtc0 $12, $16, 2 # encoding: [0x40,0xac,0x80,0x02]
5 # MIPS64: dmtc0 $12, $16, 0 # encoding: [0x40,0xac,0x80,0x00]
6 # MIPS64: mtc0 $12, $16, 2 # encoding: [0x40,0x8c,0x80,0x02]
7 # MIPS64: mtc0 $12, $16, 0 # encoding: [0x40,0x8c,0x80,0x00]
8 # MIPS64: dmfc0 $12, $16, 2 # encoding: [0x40,0x2c,0x80,0x02]
9 # MIPS64: dmfc0 $12, $16, 0 # encoding: [0x40,0x2c,0x80,0x00]
10 # MIPS64: mfc0 $12, $16, 2 # encoding: [0x40,0x0c,0x80,0x02]
11 # MIPS64: mfc0 $12, $16, 0 # encoding: [0x40,0x0c,0x80,0x00]
22 # MIPS64
[all...]
H A Dmacro-ddiv-bad.s8 # RUN: FileCheck %s --check-prefix=MIPS64-NOT-R6
15 # MIPS64-NOT-R6: :[[@LINE-1]]:3: warning: division by zero
18 # MIPS64-NOT-R6: :[[@LINE-1]]:3: warning: dividing zero by zero
H A Dmacro-ddivu-bad.s8 # RUN: FileCheck %s --check-prefix=MIPS64-NOT-R6
15 # MIPS64-NOT-R6: :[[@LINE-1]]:3: warning: division by zero
18 # MIPS64-NOT-R6: :[[@LINE-1]]:3: warning: dividing zero by zero
H A Delf_eflags.s20 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64 %s
21 # MIPSEL-MIPS64: Flags [ (0x60000006)
23 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64-NAN2008 %s
24 # MIPSEL-MIPS64-NAN2008: Flags [ (0x60000406)
55 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 -target-abi n32 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-N32 %s
56 # MIPS64EL-MIPS64-N32: Flags [ (0x60000024)
58 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 -target-abi n32 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-N32-NAN2008 %s
59 # MIPS64EL-MIPS64-N32-NAN2008: Flags [ (0x60000424)
67 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 %s -target-abi n64 -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-N64 %s
68 # MIPS64EL-MIPS64
[all...]
/external/valgrind/VEX/auxprogs/
H A Dgenoffsets.c231 // MIPS64
232 GENOFFSET(MIPS64,mips64,r0);
233 GENOFFSET(MIPS64,mips64,r1);
234 GENOFFSET(MIPS64,mips64,r2);
235 GENOFFSET(MIPS64,mips64,r3);
236 GENOFFSET(MIPS64,mips64,r4);
237 GENOFFSET(MIPS64,mips64,r5);
238 GENOFFSET(MIPS64,mips64,r6);
239 GENOFFSET(MIPS64,mips64,r7);
240 GENOFFSET(MIPS64,mips6
[all...]
/external/valgrind/coregrind/
H A Dpub_core_basics.h98 } MIPS64; member in union:__anon23182::__anon23183
H A Dm_libcassert.c225 (srP)->misc.MIPS64.r30 = (ULong)fp; \
226 (srP)->misc.MIPS64.r31 = (ULong)ra; \
227 (srP)->misc.MIPS64.r28 = (ULong)gp; \
H A Dm_machine.c123 regs->misc.MIPS64.r30
125 regs->misc.MIPS64.r31
127 regs->misc.MIPS64.r28
H A Dm_signals.c564 (srP)->misc.MIPS64.r30 = (uc)->uc_mcontext.sc_regs[30]; \
565 (srP)->misc.MIPS64.r31 = (uc)->uc_mcontext.sc_regs[31]; \
566 (srP)->misc.MIPS64.r28 = (uc)->uc_mcontext.sc_regs[28]; \
H A Dm_stacktrace.c1312 uregs.fp = startRegs->misc.MIPS64.r30;
1313 uregs.ra = startRegs->misc.MIPS64.r31;
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h87 MIPS64 = 0x13, member in class:llvm::codeview::CPUType
/external/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp169 CV_ENUM_CLASS_ENT(CPUType, MIPS64),

Completed in 1205 milliseconds