/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | print-arith-fp.ll | 33 %sub_s = getelementptr [12 x i8]* @sub_str, i64 0, i64 0 ; <i8*> [#uses=1] 38 call i32 (i8*, ...)* @printf( i8* %sub_s, double %sub_r ) ; <i32>:4 [#uses=0]
|
D | print-arith-int.ll | 38 %sub_s = getelementptr [12 x i8]* @sub_str, i64 0, i64 0 ; <i8*> [#uses=1] 43 call i32 (i8*, ...)* @printf( i8* %sub_s, i32 %sub_r ) ; <i32>:4 [#uses=0]
|
/external/llvm/test/CodeGen/Generic/ |
D | print-arith-fp.ll | 33 %sub_s = getelementptr [12 x i8], [12 x i8]* @sub_str, i64 0, i64 0 ; <i8*> [#uses=1] 38 call i32 (i8*, ...) @printf( i8* %sub_s, double %sub_r ) ; <i32>:4 [#uses=0]
|
D | print-arith-int.ll | 38 %sub_s = getelementptr [12 x i8], [12 x i8]* @sub_str, i64 0, i64 0 ; <i8*> [#uses=1] 43 call i32 (i8*, ...) @printf( i8* %sub_s, i32 %sub_r ) ; <i32>:4 [#uses=0]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerMIPS32.h | 285 void sub_s(const Operand *OpFd, const Operand *OpFs, const Operand *OpFt);
|
D | IceInstMIPS32.cpp | 1175 Asm->sub_s(getDest(), getSrc(0), getSrc(1)); in emitIAS()
|
D | IceAssemblerMIPS32.cpp | 1056 void AssemblerMIPS32::sub_s(const Operand *OpFd, const Operand *OpFs, in sub_s() function in Ice::MIPS32::AssemblerMIPS32
|
/external/v8/src/mips/ |
D | assembler-mips.h | 881 void sub_s(FPURegister fd, FPURegister fs, FPURegister ft);
|
D | macro-assembler-mips.cc | 1965 sub_s(scratch, fd, scratch); in Trunc_uw_s() 2030 sub_s(fd, scratch, fr); in Msub_s()
|
D | assembler-mips.cc | 2486 void Assembler::sub_s(FPURegister fd, FPURegister fs, FPURegister ft) { in sub_s() function in v8::internal::Assembler
|
/external/v8/src/mips64/ |
D | assembler-mips64.h | 939 void sub_s(FPURegister fd, FPURegister fs, FPURegister ft);
|
D | macro-assembler-mips64.cc | 2105 sub_s(scratch, fd, scratch); in Trunc_uw_s() 2191 sub_s(scratch, fd, scratch); in Trunc_ul_s() 2244 sub_s(fd, scratch, fr); in Msub_s() 4412 sub_s(dest, fs, ft); in SubNanPreservePayloadAndSign_s()
|
D | assembler-mips64.cc | 2814 void Assembler::sub_s(FPURegister fd, FPURegister fs, FPURegister ft) { in sub_s() function in v8::internal::Assembler
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 1083 __ sub_s(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 1313 __ sub_s(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local
|