Home
last modified time | relevance | path

Searched defs:cmp_d (Results 1 – 6 of 6) sorted by relevance

/external/v8/test/cctest/
Dtest-assembler-mips.cc4006 __ cmp_d(F, f2, f4, f6); in TEST() local
4011 __ cmp_d(UN, f2, f4, f6); in TEST() local
4016 __ cmp_d(EQ, f2, f4, f6); in TEST() local
4021 __ cmp_d(UEQ, f2, f4, f6); in TEST() local
4026 __ cmp_d(LT, f2, f4, f6); in TEST() local
4031 __ cmp_d(ULT, f2, f4, f6); in TEST() local
4036 __ cmp_d(LE, f2, f4, f6); in TEST() local
4041 __ cmp_d(ULE, f2, f4, f6); in TEST() local
4046 __ cmp_d(ORD, f2, f4, f6); in TEST() local
4051 __ cmp_d(UNE, f2, f4, f6); in TEST() local
[all …]
Dtest-assembler-mips64.cc4111 __ cmp_d(F, f2, f4, f6); in TEST() local
4116 __ cmp_d(UN, f2, f4, f6); in TEST() local
4121 __ cmp_d(EQ, f2, f4, f6); in TEST() local
4126 __ cmp_d(UEQ, f2, f4, f6); in TEST() local
4131 __ cmp_d(LT, f2, f4, f6); in TEST() local
4136 __ cmp_d(ULT, f2, f4, f6); in TEST() local
4141 __ cmp_d(LE, f2, f4, f6); in TEST() local
4146 __ cmp_d(ULE, f2, f4, f6); in TEST() local
4151 __ cmp_d(ORD, f2, f4, f6); in TEST() local
4156 __ cmp_d(UNE, f2, f4, f6); in TEST() local
[all …]
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc880 __ cmp_d(OLT, i.OutputDoubleRegister(), i.InputDoubleRegister(1), in AssembleArchInstruction() local
894 __ cmp_d(OLT, i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc997 __ cmp_d(OLT, i.OutputDoubleRegister(), i.InputDoubleRegister(1), in AssembleArchInstruction() local
1011 __ cmp_d(OLT, i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local
/external/v8/src/mips/
Dassembler-mips.cc2712 void Assembler::cmp_d(FPUCondition cond, FPURegister fd, FPURegister fs, in cmp_d() function in v8::internal::Assembler
/external/v8/src/mips64/
Dassembler-mips64.cc2989 void Assembler::cmp_d(FPUCondition cond, FPURegister fd, FPURegister fs, in cmp_d() function in v8::internal::Assembler