Searched refs:movf (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/main/none/tests/mips32/
H A DMoveIns.stdout.exp114 movf $t0, $t1, $fcc0 :: out: 0x0, RDval: 0x0, RSval: 0xffffffff, cc: 1
115 movf $t0, $t1, $fcc0 :: out: 0xffffffff, RDval: 0xffffffff, RSval: 0xffffffff, cc: 0
116 movf $t0, $t1, $fcc0 :: out: 0x22b, RDval: 0x22b, RSval: 0xffffffff, cc: 1
117 movf $t0, $t1, $fcc0 :: out: 0x5, RDval: 0x0, RSval: 0x5, cc: 0
118 movf $t0, $t1, $fcc0 :: out: 0x0, RDval: 0x0, RSval: 0xffffffff, cc: 1
119 movf $t0, $t1, $fcc0 :: out: 0x19, RDval: 0xffffffff, RSval: 0x19, cc: 0
120 movf $t0, $t1, $fcc0 :: out: 0xffffffff, RDval: 0xffffffff, RSval: 0x0, cc: 1
121 movf $t0, $t1, $fcc0 :: out: 0x42, RDval: 0xffffffff, RSval: 0x42, cc: 0
122 movf $t0, $t1, $fcc4 :: out: 0xffffffff, RDval: 0x0, RSval: 0xffffffff, cc: 1
123 movf
[all...]
/external/llvm/test/MC/Mips/
H A Dmips-fpu-instructions.s160 # CHECK: movf $2, $1, $fcc0 # encoding: [0x01,0x10,0x20,0x00]
163 # CHECK: movf.d $f4, $f6, $fcc2 # encoding: [0x11,0x31,0x28,0x46]
164 # CHECK: movf.s $f4, $f6, $fcc5 # encoding: [0x11,0x31,0x14,0x46]
187 movf $2, $1, $fcc0
190 movf.d $f4, $f6, $fcc2
191 movf.s $f4, $f6, $fcc5
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-mips.cc398 COMPARE(movf(a0, a1, 0),
399 "00a02001 movf a0, a1, 0");
400 COMPARE(movf(s0, s1, 4),
401 "02308001 movf s0, s1, 4");
402 COMPARE(movf(t2, t3, 5),
403 "01745001 movf t2, t3, 5");
404 COMPARE(movf(v0, v1, 6),
405 "00781001 movf v0, v1, 6");
/external/v8/test/cctest/
H A Dtest-disasm-mips.cc408 COMPARE(movf(a0, a1, 0),
409 "00a02001 movf a0, a1, 0");
410 COMPARE(movf(s0, s1, 4),
411 "02308001 movf s0, s1, 4");
412 COMPARE(movf(t2, t3, 5),
413 "01745001 movf t2, t3, 5");
414 COMPARE(movf(v0, v1, 6),
415 "00781001 movf v0, v1, 6");
/external/chromium_org/v8/src/mips/
H A Dassembler-mips.h719 void movf(Register rd, Register rs, uint16_t cc = 0);
H A Dassembler-mips.cc1596 void Assembler::movf(Register rd, Register rs, uint16_t cc) { function in class:v8::Assembler
H A Dmacro-assembler-mips.cc1274 movf(rd, rs, cc);
/external/v8/src/mips/
H A Dassembler-mips.h784 void movf(Register rd, Register rs, uint16_t cc = 0);
H A Dassembler-mips.cc1589 void Assembler::movf(Register rd, Register rs, uint16_t cc) { function in class:v8::Assembler
H A Dmacro-assembler-mips.cc1271 movf(rd, rs, cc);

Completed in 298 milliseconds