/third_party/musl/src/fenv/mips64/ |
H A D | fenv.S | 9 cfc1 $5, $31 20 cfc1 $5, $31 30 cfc1 $2, $31 37 cfc1 $2, $31 45 cfc1 $5, $31 56 cfc1 $5, $31
|
/third_party/musl/src/fenv/mips/ |
H A D | fenv.S | 9 cfc1 $5, $31 20 cfc1 $5, $31 30 cfc1 $2, $31 37 cfc1 $2, $31 45 cfc1 $5, $31 56 cfc1 $5, $31
|
/third_party/musl/src/fenv/mipsn32/ |
H A D | fenv.S | 8 cfc1 $5, $31 19 cfc1 $5, $31 29 cfc1 $2, $31 36 cfc1 $2, $31 44 cfc1 $5, $31 55 cfc1 $5, $31
|
/third_party/node/deps/v8/src/diagnostics/mips/ |
H A D | disasm-mips.cc | 1551 Format(instr, "cfc1 'rt, 'fs"); in DecodeTypeRegister()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.cc | 1987 cfc1(scratch, FCSR); in CallRecordWriteStub() 2045 cfc1(scratch, FCSR); in CallRecordWriteStub() 2525 cfc1(scratch, FCSR); in CallRecordWriteStub() 2551 cfc1(scratch, FCSR); in CallRecordWriteStub() 2678 cfc1(scratch, FCSR); in CallRecordWriteStub()
|
H A D | assembler-mips.h | 648 void cfc1(Register rt, FPUControlRegister fs);
|
H A D | assembler-mips.cc | 2431 void Assembler::cfc1(Register rt, FPUControlRegister fs) { in cfc1() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.cc | 2495 cfc1(scratch, FCSR); in CallRecordWriteStub() 2556 cfc1(scratch, FCSR); in CallRecordWriteStub() 3317 cfc1(scratch, FCSR); in CallRecordWriteStub()
|
H A D | assembler-mips64.h | 708 void cfc1(Register rt, FPUControlRegister fs);
|
H A D | assembler-mips64.cc | 2706 void Assembler::cfc1(Register rt, FPUControlRegister fs) { in cfc1() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
H A D | liftoff-assembler-mips.h | 1437 cfc1(scratch.gp(), FCSR); in emit_type_conversion()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 1513 __ cfc1(result, FCSR); in AssembleArchInstruction() 1534 __ cfc1(result, FCSR); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/builtins/mips/ |
H A D | builtins-mips.cc | 2873 __ cfc1(scratch, FCSR); in Generate_DoubleToI()
|
/third_party/node/deps/v8/src/builtins/mips64/ |
H A D | builtins-mips64.cc | 2958 __ cfc1(scratch, FCSR); in Generate_DoubleToI()
|