Searched refs:mthc1 (Results 1 - 25 of 26) sorted by relevance

12

/external/llvm/test/MC/Mips/mips32/
H A Dinvalid-mips32r2.s22 mthc1 $zero,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips4/
H A Dinvalid-mips64r2.s27 mthc1 $zero,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips5/
H A Dinvalid-mips64r2.s31 mthc1 $zero,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips64/
H A Dinvalid-mips64r2.s24 mthc1 $zero,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/
H A Dmicromips-fpu-instructions.s57 # CHECK-EL: mthc1 $6, $f8 # encoding: [0xc8,0x54,0x3b,0x38]
122 # CHECK-EB: mthc1 $6, $f8 # encoding: [0x54,0xc8,0x38,0x3b]
183 mthc1 $6, $f8
H A Dmips-fpu-instructions.s173 # CHECK: mthc1 $17, $f6 # encoding: [0x00,0x30,0xf1,0x44]
208 mthc1 $17, $f6
H A Dtarget-soft-float.s42 mthc1 $7, $f2
/external/capstone/suite/MC/Mips/
H A Dmips-fpu-instructions.s.cs89 0x00,0x30,0xf1,0x44 = mthc1 $17, $f6
/external/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips32r2.s53 mthc1 $zero,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/micromips64r6/
H A Dvalid.s199 mthc1 $11, $f12 # CHECK: mthc1 $11, $f12 # encoding: [0x55,0x6c,0x38,0x3b]
/external/llvm/test/MC/Mips/micromips32r6/
H A Dvalid.s302 mthc1 $11, $f12 # CHECK: mthc1 $11, $f12 # encoding: [0x55,0x6c,0x38,0x3b]
/external/llvm/test/MC/Mips/mips32r2/
H A Dvalid.s135 mthc1 $zero,$f16
/external/llvm/test/MC/Mips/mips32r3/
H A Dvalid.s135 mthc1 $zero,$f16
/external/llvm/test/MC/Mips/mips32r5/
H A Dvalid.s136 mthc1 $zero,$f16
/external/v8/src/mips/
H A Ddisasm-mips.cc1356 Format(instr, "mthc1 'rt, 'fs");
H A Dassembler-mips.cc2257 mthc1(at, fd);
2262 mthc1(at, fd);
2323 void Assembler::mthc1(Register rt, FPURegister fs) { function in class:v8::Assembler
H A Dassembler-mips.h870 void mthc1(Register rt, FPURegister fs);
H A Dmacro-assembler-mips.cc1986 mthc1(rt, fs);
2254 mthc1(at, dst);
/external/v8/src/mips64/
H A Dmacro-assembler-mips64.h324 mthc1(src_high, dst);
335 mthc1(src_high, dst);
H A Dmacro-assembler-mips64.cc2067 mthc1(at, scratch);
2465 mthc1(at, dst);
2507 mthc1(at, dst);
2510 mthc1(at, dst);
2514 mthc1(at, dst);
2517 mthc1(zero_reg, dst);
H A Dassembler-mips64.h926 void mthc1(Register rt, FPURegister fs);
/external/llvm/test/MC/Mips/mips64r2/
H A Dvalid.s204 mthc1 $zero,$f16
/external/llvm/test/MC/Mips/mips64r3/
H A Dvalid.s204 mthc1 $zero,$f16
/external/llvm/test/MC/Mips/mips64r5/
H A Dvalid.s205 mthc1 $zero,$f16
/external/v8/src/compiler/mips64/
H A Dcode-generator-mips64.cc198 __ mthc1(at, result_);

Completed in 262 milliseconds

12