Home
last modified time | relevance | path

Searched refs:os16 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/CodeGen/Mips/
Dfp16mix.ll1 …sel -mattr=mips16 -relocation-model=static -mips32-function-mask=10 -mips-os16 < %s | FileCheck %s…
3 …sel -mattr=mips16 -relocation-model=static -mips32-function-mask=01 -mips-os16 < %s | FileCheck %s…
5 …el -mattr=mips16 -relocation-model=static -mips32-function-mask=10. -mips-os16 < %s | FileCheck %s…
Dfpnotneeded.ll1 …ux-gnu -march=mipsel -mcpu=mips32 -relocation-model=static -O3 < %s -mips-os16 | FileCheck %s -ch…
3 …u=mips32 -relocation-model=static -O3 -mips16-constant-islands < %s -mips-os16 | FileCheck %s -ch…
Dfpneeded.ll1 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static -O3 < %s -mips-os16 | FileCheck %s…
Dfp16instrinsmc.ll2 …mattr=mips16 -relocation-model=static -mips32-function-mask=1010111 -mips-os16 < %s | FileCheck %s…
/external/llvm/lib/Target/Mips/
DMipsSubtarget.h270 bool os16() const { return Os16; } in os16() function
DMipsTargetMachine.cpp223 if (getMipsSubtarget().os16()) in addIRPasses()