Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARC/
Dcompact.txt144 # CHECK: cmp_s %r0, %sp
147 # CHECK: cmp_s %sp, -1
150 # CHECK: cmp_s %r2, 64
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCInstrInfo.td657 !strconcat("cmp_s", "\t$b_s3, $LImm")>;
661 !strconcat("cmp_s", "\t$b_s3, $h")>;
665 !strconcat("cmp_s", "\t$h, $b_s3")>;
669 !strconcat("cmp_s", "\t$LImm, $b_s3")>;
685 F16_OP_U7<0b1, !strconcat("cmp_s", "\t$b, $u7")>;
/external/v8/src/mips/
Dassembler-mips.h1062 void cmp_s(FPUCondition cond, FPURegister fd, FPURegister fs, FPURegister ft);
Dassembler-mips.cc3156 void Assembler::cmp_s(FPUCondition cond, FPURegister fd, FPURegister fs, in cmp_s() function in v8::internal::Assembler
/external/v8/src/mips64/
Dassembler-mips64.h1134 void cmp_s(FPUCondition cond, FPURegister fd, FPURegister fs, FPURegister ft);
Dassembler-mips64.cc3472 void Assembler::cmp_s(FPUCondition cond, FPURegister fd, FPURegister fs, in cmp_s() function in v8::internal::Assembler