Searched defs:cfc1 (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/v8/src/mips/ |
D | stub-cache-mips.cc | 2128 __ cfc1(a3, FCSR); in CompileMathFloorCall() local 2141 __ cfc1(t5, FCSR); in CompileMathFloorCall() local
|
D | assembler-mips.cc | 1674 void Assembler::cfc1(Register rt, FPUControlRegister fs) { in cfc1() function in v8::internal::Assembler
|
D | code-stubs-mips.cc | 607 __ cfc1(scratch2, FCSR); in Generate() local 616 __ cfc1(scratch, FCSR); in Generate() local
|
/external/v8/test/cctest/ |
D | test-assembler-mips.cc | 1174 __ cfc1(a1, FCSR); in TEST() local
|
/external/chromium_org/v8/test/cctest/ |
D | test-assembler-mips.cc | 1165 __ cfc1(a1, FCSR); in TEST() local
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 1667 void Assembler::cfc1(Register rt, FPUControlRegister fs) { in cfc1() function in v8::internal::Assembler
|
D | stub-cache-mips.cc | 2069 __ cfc1(a3, FCSR); in CompileMathFloorCall() local 2082 __ cfc1(t5, FCSR); in CompileMathFloorCall() local
|