Searched refs:swc1 (Results 1 - 23 of 23) sorted by relevance

/external/llvm/test/MC/Mips/
H A Dmips-memory-instructions.s12 # CHECK: swc1 $f2, 16($5) # encoding: [0x10,0x00,0xa2,0xe4]
19 swc1 $f2, 16($5)
H A Dnacl-mask.s117 swc1 $f0, 0($4)
144 # CHECK-NEXT: swc1 $f0, 0($4)
H A Dmicromips-fpu-instructions.s22 # CHECK-EL: swc1 $f2, 4($6) # encoding: [0x46,0x98,0x04,0x00]
85 # CHECK-EB: swc1 $f2, 4($6) # encoding: [0x98,0x46,0x00,0x04]
146 swc1 $f2, 4($6)
H A Dmips-fpu-instructions.s154 # CHECK: swc1 $f9, 9158($7) # encoding: [0xc6,0x23,0xe9,0xe4]
189 swc1 $f9,9158($a3)
/external/llvm/test/MC/Mips/mips1/
H A Dvalid.s104 swc1 $f6,-8465($24)
/external/chromium_org/v8/src/mips/
H A Dlithium-gap-resolver-mips.cc216 __ swc1(kLithiumScratchDouble, destination_operand);
H A Dassembler-mips.h862 void swc1(FPURegister fs, const MemOperand& dst);
H A Dassembler-mips.cc1985 void Assembler::swc1(FPURegister fd, const MemOperand& src) { function in class:v8::Assembler
H A Dlithium-codegen-mips.cc4252 __ swc1(double_scratch0(), MemOperand(address, base_offset));
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-mips.cc1099 __ swc1(f10, MemOperand(a0, OFFSET_OF(T, trunc_small_out)));
1106 __ swc1(f8, MemOperand(a0, OFFSET_OF(T, trunc_big_out)));
1178 __ swc1(f0, MemOperand(a0, OFFSET_OF(T, x##_up_out))); \
1182 __ swc1(f0, MemOperand(a0, OFFSET_OF(T, x##_down_out))); \
1186 __ swc1(f0, MemOperand(a0, OFFSET_OF(T, neg_##x##_up_out))); \
1190 __ swc1(f0, MemOperand(a0, OFFSET_OF(T, neg_##x##_down_out))); \
1215 __ swc1(f0, MemOperand(a0, OFFSET_OF(T, x##_invalid_result)));
H A Dtest-assembler-mips64.cc1110 __ swc1(f10, MemOperand(a0, OFFSET_OF(T, trunc_small_out)));
1117 __ swc1(f8, MemOperand(a0, OFFSET_OF(T, trunc_big_out)));
1189 __ swc1(f0, MemOperand(a0, OFFSET_OF(T, x##_up_out))); \
1193 __ swc1(f0, MemOperand(a0, OFFSET_OF(T, x##_down_out))); \
1197 __ swc1(f0, MemOperand(a0, OFFSET_OF(T, neg_##x##_up_out))); \
1201 __ swc1(f0, MemOperand(a0, OFFSET_OF(T, neg_##x##_down_out))); \
1226 __ swc1(f0, MemOperand(a0, OFFSET_OF(T, x##_invalid_result)));
/external/llvm/test/MC/Mips/mips2/
H A Dvalid.s120 swc1 $f6,-8465($24)
/external/llvm/test/MC/Mips/mips32/
H A Dvalid.s148 swc1 $f6,-8465($24)
/external/llvm/test/MC/Mips/mips32r2/
H A Dvalid.s177 swc1 $f6,-8465($24)
/external/chromium_org/v8/src/mips64/
H A Ddisasm-mips64.cc1364 Format(instr, "swc1 'ft, 'imm16s('rs)");
H A Dassembler-mips64.h892 void swc1(FPURegister fs, const MemOperand& dst);
H A Dassembler-mips64.cc2216 void Assembler::swc1(FPURegister fd, const MemOperand& src) { function in class:v8::Assembler
H A Dlithium-codegen-mips64.cc4292 __ swc1(double_scratch0(), MemOperand(address, base_offset));
/external/llvm/test/MC/Mips/mips3/
H A Dvalid.s178 swc1 $f6,-8465($24)
/external/llvm/test/MC/Mips/mips4/
H A Dvalid.s196 swc1 $f6,-8465($24)
/external/llvm/test/MC/Mips/mips5/
H A Dvalid.s198 swc1 $f6,-8465($24)
/external/llvm/test/MC/Mips/mips64/
H A Dvalid.s214 swc1 $f6,-8465($24)
/external/llvm/test/MC/Mips/mips64r2/
H A Dvalid.s241 swc1 $f6,-8465($24)

Completed in 3363 milliseconds