Home
last modified time | relevance | path

Searched refs:spreg (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/MC/Mips/
Dupdate-module-level-options.s6 # CHECK: :[[@LINE-1]]:9: error: -mno-odd-spreg prohibits the use of odd FPU registers
10 # CHECK-NOT: :[[@LINE-1]]:{{[0-9]+}}: error: -mno-odd-spreg prohibits the use of odd FPU registers
14 # CHECK: :[[@LINE-1]]:9: error: -mno-odd-spreg prohibits the use of odd FPU registers
Dset-oddspreg-nooddspreg-error.s6 # CHECK-NOT: :[[@LINE-1]]:{{[0-9]+}}: error: -mno-odd-spreg prohibits the use of odd FPU registers
10 # CHECK: :[[@LINE-1]]:9: error: -mno-odd-spreg prohibits the use of odd FPU registers
Dnooddspreg-error.s9 # CHECK-ERROR: :[[@LINE-1]]:15: error: -mno-odd-spreg prohibits the use of odd FPU registers
10 # CHECK-ERROR: :[[@LINE-2]]:25: error: -mno-odd-spreg prohibits the use of odd FPU registers
Dnooddspreg-cmdarg.s38 # INVALID: ERROR: -mno-odd-spreg requires the O32 ABI
/external/vixl/test/aarch64/
Dtest-utils-aarch64.h91 return spreg(); in xreg()
119 inline int64_t spreg() const { in spreg() function
/external/vixl/test/aarch32/
Dtest-utils-aarch32.h140 int32_t spreg() const { return reg(kSPRegNum); } in spreg() function
/external/llvm/lib/Target/Mips/
DMipsCallingConv.td279 // Don't use odd numbered single-precision registers for -mno-odd-spreg.
/external/clang/include/clang/Driver/
DOptions.td1747 def modd_spreg : Flag<["-"], "modd-spreg">, Group<m_Group>,
1750 def mno_odd_spreg : Flag<["-"], "mno-odd-spreg">, Group<m_Group>,