HomeSort by relevance Sort by last modified time
    Searched refs:mfhc1 (Results 1 - 19 of 19) sorted by null

  /external/llvm/test/MC/Mips/mips64/
invalid-mips64r2.s 18 mfhc1 $s8,$f24 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips32/
invalid-mips32r2.s 17 mfhc1 $s8,$f24 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips4/
invalid-mips64r2.s 24 mfhc1 $s8,$f24 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /development/ndk/sources/android/libportable/arch-mips/
_setjmp.S 51 mfhc1 t0, FPR ; \
setjmp.S 50 mfhc1 t0, FPR ; \
  /external/llvm/test/MC/Mips/mips5/
invalid-mips64r2.s 28 mfhc1 $s8,$f24 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/
mips-fpu-instructions.s 172 # CHECK: mfhc1 $17, $f4 # encoding: [0x00,0x20,0x71,0x44]
207 mfhc1 $17, $f4
  /external/llvm/test/MC/Mips/mips2/
invalid-mips32r2.s 28 mfhc1 $s8,$f24 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips32r2/
valid.s 84 mfhc1 $s8,$f24
  /external/chromium_org/v8/test/cctest/
test-assembler-mips64.cc 373 __ mfhc1(a5, f4);
386 __ mfhc1(a4, f4);
793 __ mfhc1(a5, f0);
800 __ mfhc1(a5, f0); // f0 MS 32 bits of long.
    [all...]
test-assembler-mips.cc 367 __ mfhc1(t1, f4);
369 __ mfhc1(t3, f6);
    [all...]
  /external/chromium_org/v8/src/mips64/
macro-assembler-mips64.h 258 mfhc1(dst_high, src);
262 mfhc1(dst_high, src);
    [all...]
lithium-codegen-mips64.cc     [all...]
assembler-mips64.h     [all...]
assembler-mips64.cc 2246 void Assembler::mfhc1(Register rt, FPURegister fs) { function in class:v8::Assembler
    [all...]
  /external/llvm/test/MC/Mips/mips64r2/
valid.s 143 mfhc1 $s8,$f24
  /external/chromium_org/v8/src/mips/
assembler-mips.h 869 void mfhc1(Register rt, FPURegister fs);
    [all...]
assembler-mips.cc 2025 void Assembler::mfhc1(Register rt, FPURegister fs) { function in class:v8::Assembler
    [all...]
macro-assembler-mips.cc     [all...]

Completed in 2260 milliseconds