Home
last modified time | relevance | path

Searched refs:f6 (Results 1 – 25 of 2064) sorted by relevance

12345678910>>...83

/external/llvm/test/MC/Mips/
Dmicromips-fpu-instructions.s12 # CHECK-EL: add.s $f4, $f6, $f8 # encoding: [0x06,0x55,0x30,0x20]
13 # CHECK-EL: add.d $f4, $f6, $f8 # encoding: [0x06,0x55,0x30,0x21]
14 # CHECK-EL: div.s $f4, $f6, $f8 # encoding: [0x06,0x55,0xf0,0x20]
15 # CHECK-EL: div.d $f4, $f6, $f8 # encoding: [0x06,0x55,0xf0,0x21]
16 # CHECK-EL: mul.s $f4, $f6, $f8 # encoding: [0x06,0x55,0xb0,0x20]
17 # CHECK-EL: mul.d $f4, $f6, $f8 # encoding: [0x06,0x55,0xb0,0x21]
18 # CHECK-EL: sub.s $f4, $f6, $f8 # encoding: [0x06,0x55,0x70,0x20]
19 # CHECK-EL: sub.d $f4, $f6, $f8 # encoding: [0x06,0x55,0x70,0x21]
30 # CHECK-EL: ceil.w.s $f6, $f8 # encoding: [0xc8,0x54,0x3b,0x1b]
31 # CHECK-EL: ceil.w.d $f6, $f8 # encoding: [0xc8,0x54,0x3b,0x5b]
[all …]
Dmips-fpu-instructions.s10 # CHECK: abs.s $f6, $f7 # encoding: [0x85,0x39,0x00,0x46]
12 # CHECK: add.s $f9, $f6, $f7 # encoding: [0x40,0x32,0x07,0x46]
14 # CHECK: floor.w.s $f6, $f7 # encoding: [0x8f,0x39,0x00,0x46]
16 # CHECK: ceil.w.s $f6, $f7 # encoding: [0x8e,0x39,0x00,0x46]
18 # CHECK: mul.s $f9, $f6, $f7 # encoding: [0x42,0x32,0x07,0x46]
20 # CHECK: neg.s $f6, $f7 # encoding: [0x87,0x39,0x00,0x46]
22 # CHECK: round.w.s $f6, $f7 # encoding: [0x8c,0x39,0x00,0x46]
24 # CHECK: sqrt.s $f6, $f7 # encoding: [0x84,0x39,0x00,0x46]
26 # CHECK: sub.s $f9, $f6, $f7 # encoding: [0x41,0x32,0x07,0x46]
28 # CHECK: trunc.w.s $f6, $f7 # encoding: [0x8d,0x39,0x00,0x46]
[all …]
/external/llvm-project/llvm/test/MC/Mips/
Dmicromips-fpu-instructions.s12 # CHECK-EL: add.s $f4, $f6, $f8 # encoding: [0x06,0x55,0x30,0x20]
13 # CHECK-EL: add.d $f4, $f6, $f8 # encoding: [0x06,0x55,0x30,0x21]
14 # CHECK-EL: div.s $f4, $f6, $f8 # encoding: [0x06,0x55,0xf0,0x20]
15 # CHECK-EL: div.d $f4, $f6, $f8 # encoding: [0x06,0x55,0xf0,0x21]
16 # CHECK-EL: mul.s $f4, $f6, $f8 # encoding: [0x06,0x55,0xb0,0x20]
17 # CHECK-EL: mul.d $f4, $f6, $f8 # encoding: [0x06,0x55,0xb0,0x21]
18 # CHECK-EL: sub.s $f4, $f6, $f8 # encoding: [0x06,0x55,0x70,0x20]
19 # CHECK-EL: sub.d $f4, $f6, $f8 # encoding: [0x06,0x55,0x70,0x21]
28 # CHECK-EL: ceil.w.s $f6, $f8 # encoding: [0xc8,0x54,0x3b,0x1b]
30 # CHECK-EL: ceil.w.d $f6, $f8 # encoding: [0xc8,0x54,0x3b,0x5b]
[all …]
Dmips-fpu-instructions.s10 # CHECK: abs.s $f6, $f7 # encoding: [0x85,0x39,0x00,0x46]
12 # CHECK: add.s $f9, $f6, $f7 # encoding: [0x40,0x32,0x07,0x46]
14 # CHECK: floor.w.s $f6, $f7 # encoding: [0x8f,0x39,0x00,0x46]
16 # CHECK: ceil.w.s $f6, $f7 # encoding: [0x8e,0x39,0x00,0x46]
18 # CHECK: mul.s $f9, $f6, $f7 # encoding: [0x42,0x32,0x07,0x46]
20 # CHECK: neg.s $f6, $f7 # encoding: [0x87,0x39,0x00,0x46]
22 # CHECK: round.w.s $f6, $f7 # encoding: [0x8c,0x39,0x00,0x46]
24 # CHECK: sqrt.s $f6, $f7 # encoding: [0x84,0x39,0x00,0x46]
26 # CHECK: sub.s $f9, $f6, $f7 # encoding: [0x41,0x32,0x07,0x46]
28 # CHECK: trunc.w.s $f6, $f7 # encoding: [0x8d,0x39,0x00,0x46]
[all …]
/external/capstone/suite/MC/Mips/
Dmips-fpu-instructions.s.cs3 0x85,0x39,0x00,0x46 = abs.s $f6, $f7
5 0x40,0x32,0x07,0x46 = add.s $f9, $f6, $f7
7 0x8f,0x39,0x00,0x46 = floor.w.s $f6, $f7
9 0x8e,0x39,0x00,0x46 = ceil.w.s $f6, $f7
11 0x42,0x32,0x07,0x46 = mul.s $f9, $f6, $f7
13 0x87,0x39,0x00,0x46 = neg.s $f6, $f7
15 0x8c,0x39,0x00,0x46 = round.w.s $f6, $f7
17 0x84,0x39,0x00,0x46 = sqrt.s $f6, $f7
19 0x41,0x32,0x07,0x46 = sub.s $f9, $f6, $f7
21 0x8d,0x39,0x00,0x46 = trunc.w.s $f6, $f7
[all …]
/external/rust/crates/bstr/src/unicode/fsm/
Dgrapheme_break_rev.littleendian.dfa8f6�6f6�6f6�6f6 Ŗ�f6��(7�6X�`�:`�:`�:`�8��������������������������������������������������������…
Dgrapheme_break_rev.bigendian.dfa8f6�6f6�6f6�6f� ɖ6f��7(6��X�`:�`:�`:�`�8��������������������������������������������������������…
9 2�Ȁ2ܽڵ�3�2�4B44B43�4��64���5L5&5L���l�d��5L4�64�6f6��r��6f�r��6f��6�6f�X�`:�`:�`:�`:�`�7��…
10 2�Ȁ2ܽڵ�3�2���2�3�2�4B44B3�4��64�5&5L5&5L�8ʚ�d��5L4�64�66f�r� 6f6��r� 6f��6�6f�X�`:�`:�`:�`…
/external/mesa3d/src/mesa/sparc/
Dnorm.S63 fmuls %f1, M5, %f6 ! FGM Group
68 fmuls %f2, M6, %f0 ! FGM Group f6 available
69 fadds %f5, %f6, %f5 ! FGA
79 fmuls %f3, %f3, %f6 ! FGM Group f3 available
82 fadds %f6, %f8, %f6 ! FGA Group 2cyc stall f6,f8 available
83 fadds %f6, %f10, %f6 ! FGA Group 4cyc stall f6,f10 available
86 fsqrts %f6, %f6 ! FDIV 20 cycles
87 fdivs %f12, %f6, %f6 ! FDIV 14 cycles
89 fmuls %f3, %f6, %f3
91 fmuls %f5, %f6, %f5
[all …]
Dxform.S256 fadds %f5, M12, %f6 ! FGA
257 st %f6, [%g2 + 0x10] ! LSU Group
305 fmuls %f4, M1, %f6 ! FGM
313 fadds %f6, M13, %f6 ! FGA Group, f6 available
314 st %f6, [%g2 + 0x14] ! LSU
465 fmuls %f1, M4, %f6 ! FGM
472 fadds %f2, %f6, %f2 ! FGA Group f6 available
542 fmuls %f1, M4, %f6 ! FGM
552 fadds %f2, %f6, %f2 ! FGA Group f3, f11 available
573 fmuls %f1, M4, %f6 ! FGM Group
[all …]
/external/llvm/test/MC/Disassembler/Mips/mips32/
Dvalid-mips32-el.txt3 0x85 0x39 0x00 0x46 # CHECK: abs.s $f6, $f7
6 0x40 0x32 0x07 0x46 # CHECK: add.s $f9, $f6, $f7
26 0x32 0x30 0x07 0x46 # CHECK: c.eq.s $f6, $f7
28 0x30 0x30 0x07 0x46 # CHECK: c.f.s $f6, $f7
30 0x3e 0x30 0x07 0x46 # CHECK: c.le.s $f6, $f7
32 0x3c 0x30 0x07 0x46 # CHECK: c.lt.s $f6, $f7
34 0x3d 0x30 0x07 0x46 # CHECK: c.nge.s $f6, $f7
36 0x3b 0x30 0x07 0x46 # CHECK: c.ngl.s $f6, $f7
38 0x39 0x30 0x07 0x46 # CHECK: c.ngle.s $f6, $f7
40 0x3f 0x30 0x07 0x46 # CHECK: c.ngt.s $f6, $f7
[all …]
/external/llvm-project/llvm/test/MC/Disassembler/Mips/mips32/
Dvalid-mips32-el.txt3 0x85 0x39 0x00 0x46 # CHECK: abs.s $f6, $f7
6 0x40 0x32 0x07 0x46 # CHECK: add.s $f9, $f6, $f7
26 0x32 0x30 0x07 0x46 # CHECK: c.eq.s $f6, $f7
28 0x30 0x30 0x07 0x46 # CHECK: c.f.s $f6, $f7
30 0x3e 0x30 0x07 0x46 # CHECK: c.le.s $f6, $f7
32 0x3c 0x30 0x07 0x46 # CHECK: c.lt.s $f6, $f7
34 0x3d 0x30 0x07 0x46 # CHECK: c.nge.s $f6, $f7
36 0x3b 0x30 0x07 0x46 # CHECK: c.ngl.s $f6, $f7
38 0x39 0x30 0x07 0x46 # CHECK: c.ngle.s $f6, $f7
40 0x3f 0x30 0x07 0x46 # CHECK: c.ngt.s $f6, $f7
[all …]
/external/llvm-project/llvm/test/MC/Disassembler/Mips/micromips32r3/
Dvalid.txt114 0x54 0xe6 0x20 0x78 # CHECK: movz.s $f4, $f6, $7
115 0x54 0xe6 0x21 0x78 # CHECK: movz.d $f4, $f6, $7
116 0x54 0xe6 0x20 0x38 # CHECK: movn.s $f4, $f6, $7
117 0x54 0xe6 0x21 0x38 # CHECK: movn.d $f4, $f6, $7
118 0x54 0x86 0x00 0x60 # CHECK: movt.s $f4, $f6, $fcc0
119 0x54 0x86 0x02 0x60 # CHECK: movt.d $f4, $f6, $fcc0
120 0x54 0x86 0x00 0x20 # CHECK: movf.s $f4, $f6, $fcc0
121 0x54 0x86 0x02 0x20 # CHECK: movf.d $f4, $f6, $fcc0
220 0x56 0x46 0x52 0x3b # CHECK: recip.d $f18, $f6
240 0x54 0xc4 0x00 0x81 # CHECK: madd.s $f0, $f2, $f4, $f6
[all …]
Dvalid-el.txt114 0xe6 0x54 0x78 0x20 # CHECK: movz.s $f4, $f6, $7
115 0xe6 0x54 0x78 0x21 # CHECK: movz.d $f4, $f6, $7
116 0xe6 0x54 0x38 0x20 # CHECK: movn.s $f4, $f6, $7
117 0xe6 0x54 0x38 0x21 # CHECK: movn.d $f4, $f6, $7
118 0x86 0x54 0x60 0x00 # CHECK: movt.s $f4, $f6, $fcc0
119 0x86 0x54 0x60 0x02 # CHECK: movt.d $f4, $f6, $fcc0
120 0x86 0x54 0x20 0x00 # CHECK: movf.s $f4, $f6, $fcc0
121 0x86 0x54 0x20 0x02 # CHECK: movf.d $f4, $f6, $fcc0
216 0x46,0x56,0x3b,0x52 # CHECK: recip.d $f18, $f6
238 0xc4 0x54 0x81 0x00 # CHECK: madd.s $f0, $f2, $f4, $f6
[all …]
/external/tcpdump/tests/
Dvxlan.out2 00:16:3e:37:f6:04 > 00:30:88:01:00:02, ethertype IPv4 (0x0800), length 98: 192.168.203.3 > 192.168.…
6 00:16:3e:37:f6:04 > 00:30:88:01:00:02, ethertype ARP (0x0806), length 42: Reply 192.168.203.3 is-at…
8 00:30:88:01:00:02 > 00:16:3e:37:f6:04, ethertype IPv4 (0x0800), length 98: 192.168.203.5 > 192.168.…
10 00:16:3e:37:f6:04 > 00:30:88:01:00:02, ethertype IPv4 (0x0800), length 98: 192.168.203.3 > 192.168.…
12 00:30:88:01:00:02 > 00:16:3e:37:f6:04, ethertype IPv4 (0x0800), length 98: 192.168.203.5 > 192.168.…
14 00:16:3e:37:f6:04 > 00:30:88:01:00:02, ethertype IPv4 (0x0800), length 98: 192.168.203.3 > 192.168.…
16 00:30:88:01:00:02 > 00:16:3e:37:f6:04, ethertype IPv4 (0x0800), length 98: 192.168.203.5 > 192.168.…
18 00:16:3e:37:f6:04 > 00:30:88:01:00:02, ethertype IPv4 (0x0800), length 98: 192.168.203.3 > 192.168.…
20 00:30:88:01:00:02 > 00:16:3e:37:f6:04, ethertype IPv4 (0x0800), length 98: 192.168.203.5 > 192.168.…
/external/webrtc/common_audio/third_party/ooura/fft_size_128/
Dooura_fft_mips.cc275 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; in cft1st_128_mips() local
513 [f4] "=&f"(f4), [f5] "=&f"(f5), [f6] "=&f"(f6), [f7] "=&f"(f7), in cft1st_128_mips()
523 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; in cftmdl_128_mips() local
568 [f4] "=&f"(f4), [f5] "=&f"(f5), [f6] "=&f"(f6), [f7] "=&f"(f7), in cftmdl_128_mips()
624 [f4] "=&f"(f4), [f5] "=&f"(f5), [f6] "=&f"(f6), [f7] "=&f"(f7), in cftmdl_128_mips()
711 [f4] "=&f"(f4), [f5] "=&f"(f5), [f6] "=&f"(f6), [f7] "=&f"(f7), in cftmdl_128_mips()
869 [f4] "=&f"(f4), [f5] "=&f"(f5), [f6] "=&f"(f6), [f7] "=&f"(f7), in cftmdl_128_mips()
877 float f0, f1, f2, f3, f4, f5, f6, f7, f8; in cftfsub_128_mips() local
926 [f4] "=&f"(f4), [f5] "=&f"(f5), [f6] "=&f"(f6), [f7] "=&f"(f7), in cftfsub_128_mips()
933 float f0, f1, f2, f3, f4, f5, f6, f7, f8; in cftbsub_128_mips() local
[all …]
/external/llvm-project/llvm/test/MC/Disassembler/Mips/mips32r5/
Dvalid-mips32r5-el.txt4 0x85 0x39 0x00 0x46 # CHECK: abs.s $f6, $f7
7 0x40 0x32 0x07 0x46 # CHECK: add.s $f9, $f6, $f7
26 0x32 0x30 0x07 0x46 # CHECK: c.eq.s $f6, $f7
28 0x30 0x30 0x07 0x46 # CHECK: c.f.s $f6, $f7
30 0x3e 0x30 0x07 0x46 # CHECK: c.le.s $f6, $f7
32 0x3c 0x30 0x07 0x46 # CHECK: c.lt.s $f6, $f7
34 0x3d 0x30 0x07 0x46 # CHECK: c.nge.s $f6, $f7
36 0x3b 0x30 0x07 0x46 # CHECK: c.ngl.s $f6, $f7
38 0x39 0x30 0x07 0x46 # CHECK: c.ngle.s $f6, $f7
40 0x3f 0x30 0x07 0x46 # CHECK: c.ngt.s $f6, $f7
[all …]
/external/llvm-project/llvm/test/MC/Disassembler/Mips/mips32r3/
Dvalid-mips32r3-el.txt4 0x85 0x39 0x00 0x46 # CHECK: abs.s $f6, $f7
7 0x40 0x32 0x07 0x46 # CHECK: add.s $f9, $f6, $f7
26 0x32 0x30 0x07 0x46 # CHECK: c.eq.s $f6, $f7
28 0x30 0x30 0x07 0x46 # CHECK: c.f.s $f6, $f7
30 0x3e 0x30 0x07 0x46 # CHECK: c.le.s $f6, $f7
32 0x3c 0x30 0x07 0x46 # CHECK: c.lt.s $f6, $f7
34 0x3d 0x30 0x07 0x46 # CHECK: c.nge.s $f6, $f7
36 0x3b 0x30 0x07 0x46 # CHECK: c.ngl.s $f6, $f7
38 0x39 0x30 0x07 0x46 # CHECK: c.ngle.s $f6, $f7
40 0x3f 0x30 0x07 0x46 # CHECK: c.ngt.s $f6, $f7
[all …]
/external/llvm/test/MC/Disassembler/Mips/mips32r2/
Dvalid-mips32r2-el.txt6 0x85 0x39 0x00 0x46 # CHECK: abs.s $f6, $f7
9 0x40 0x32 0x07 0x46 # CHECK: add.s $f9, $f6, $f7
27 0x32 0x30 0x07 0x46 # CHECK: c.eq.s $f6, $f7
29 0x30 0x30 0x07 0x46 # CHECK: c.f.s $f6, $f7
31 0x3e 0x30 0x07 0x46 # CHECK: c.le.s $f6, $f7
33 0x3c 0x30 0x07 0x46 # CHECK: c.lt.s $f6, $f7
35 0x3d 0x30 0x07 0x46 # CHECK: c.nge.s $f6, $f7
37 0x3b 0x30 0x07 0x46 # CHECK: c.ngl.s $f6, $f7
39 0x39 0x30 0x07 0x46 # CHECK: c.ngle.s $f6, $f7
41 0x3f 0x30 0x07 0x46 # CHECK: c.ngt.s $f6, $f7
[all …]
/external/llvm/test/MC/Disassembler/Mips/mips32r3/
Dvalid-mips32r3-el.txt3 0x85 0x39 0x00 0x46 # CHECK: abs.s $f6, $f7
6 0x40 0x32 0x07 0x46 # CHECK: add.s $f9, $f6, $f7
24 0x32 0x30 0x07 0x46 # CHECK: c.eq.s $f6, $f7
26 0x30 0x30 0x07 0x46 # CHECK: c.f.s $f6, $f7
28 0x3e 0x30 0x07 0x46 # CHECK: c.le.s $f6, $f7
30 0x3c 0x30 0x07 0x46 # CHECK: c.lt.s $f6, $f7
32 0x3d 0x30 0x07 0x46 # CHECK: c.nge.s $f6, $f7
34 0x3b 0x30 0x07 0x46 # CHECK: c.ngl.s $f6, $f7
36 0x39 0x30 0x07 0x46 # CHECK: c.ngle.s $f6, $f7
38 0x3f 0x30 0x07 0x46 # CHECK: c.ngt.s $f6, $f7
[all …]
/external/llvm/test/MC/Disassembler/Mips/mips32r5/
Dvalid-mips32r5-el.txt3 0x85 0x39 0x00 0x46 # CHECK: abs.s $f6, $f7
6 0x40 0x32 0x07 0x46 # CHECK: add.s $f9, $f6, $f7
24 0x32 0x30 0x07 0x46 # CHECK: c.eq.s $f6, $f7
26 0x30 0x30 0x07 0x46 # CHECK: c.f.s $f6, $f7
28 0x3e 0x30 0x07 0x46 # CHECK: c.le.s $f6, $f7
30 0x3c 0x30 0x07 0x46 # CHECK: c.lt.s $f6, $f7
32 0x3d 0x30 0x07 0x46 # CHECK: c.nge.s $f6, $f7
34 0x3b 0x30 0x07 0x46 # CHECK: c.ngl.s $f6, $f7
36 0x39 0x30 0x07 0x46 # CHECK: c.ngle.s $f6, $f7
38 0x3f 0x30 0x07 0x46 # CHECK: c.ngt.s $f6, $f7
[all …]
/external/llvm-project/llvm/test/MC/Disassembler/Mips/mips32r2/
Dvalid-mips32r2-el.txt7 0x85 0x39 0x00 0x46 # CHECK: abs.s $f6, $f7
10 0x40 0x32 0x07 0x46 # CHECK: add.s $f9, $f6, $f7
29 0x32 0x30 0x07 0x46 # CHECK: c.eq.s $f6, $f7
31 0x30 0x30 0x07 0x46 # CHECK: c.f.s $f6, $f7
33 0x3e 0x30 0x07 0x46 # CHECK: c.le.s $f6, $f7
35 0x3c 0x30 0x07 0x46 # CHECK: c.lt.s $f6, $f7
37 0x3d 0x30 0x07 0x46 # CHECK: c.nge.s $f6, $f7
39 0x3b 0x30 0x07 0x46 # CHECK: c.ngl.s $f6, $f7
41 0x39 0x30 0x07 0x46 # CHECK: c.ngle.s $f6, $f7
43 0x3f 0x30 0x07 0x46 # CHECK: c.ngt.s $f6, $f7
[all …]
/external/llvm/test/MC/Disassembler/Mips/mips64r5/
Dvalid-mips64r5-el.txt4 0x85 0x39 0x00 0x46 # CHECK: abs.s $f6, $f7
7 0x40 0x32 0x07 0x46 # CHECK: add.s $f9, $f6, $f7
25 0x32 0x30 0x07 0x46 # CHECK: c.eq.s $f6, $f7
27 0x30 0x30 0x07 0x46 # CHECK: c.f.s $f6, $f7
29 0x3e 0x30 0x07 0x46 # CHECK: c.le.s $f6, $f7
31 0x3c 0x30 0x07 0x46 # CHECK: c.lt.s $f6, $f7
33 0x3d 0x30 0x07 0x46 # CHECK: c.nge.s $f6, $f7
35 0x3b 0x30 0x07 0x46 # CHECK: c.ngl.s $f6, $f7
37 0x39 0x30 0x07 0x46 # CHECK: c.ngle.s $f6, $f7
39 0x3f 0x30 0x07 0x46 # CHECK: c.ngt.s $f6, $f7
[all …]
/external/llvm/test/MC/Disassembler/Mips/mips64r3/
Dvalid-mips64r3-el.txt4 0x85 0x39 0x00 0x46 # CHECK: abs.s $f6, $f7
7 0x40 0x32 0x07 0x46 # CHECK: add.s $f9, $f6, $f7
25 0x32 0x30 0x07 0x46 # CHECK: c.eq.s $f6, $f7
27 0x30 0x30 0x07 0x46 # CHECK: c.f.s $f6, $f7
29 0x3e 0x30 0x07 0x46 # CHECK: c.le.s $f6, $f7
31 0x3c 0x30 0x07 0x46 # CHECK: c.lt.s $f6, $f7
33 0x3d 0x30 0x07 0x46 # CHECK: c.nge.s $f6, $f7
35 0x3b 0x30 0x07 0x46 # CHECK: c.ngl.s $f6, $f7
37 0x39 0x30 0x07 0x46 # CHECK: c.ngle.s $f6, $f7
39 0x3f 0x30 0x07 0x46 # CHECK: c.ngt.s $f6, $f7
[all …]
/external/llvm-project/llvm/test/MC/Disassembler/Mips/mips64r5/
Dvalid-mips64r5-el.txt4 0x85 0x39 0x00 0x46 # CHECK: abs.s $f6, $f7
8 0x40 0x32 0x07 0x46 # CHECK: add.s $f9, $f6, $f7
27 0x32 0x30 0x07 0x46 # CHECK: c.eq.s $f6, $f7
29 0x30 0x30 0x07 0x46 # CHECK: c.f.s $f6, $f7
31 0x3e 0x30 0x07 0x46 # CHECK: c.le.s $f6, $f7
33 0x3c 0x30 0x07 0x46 # CHECK: c.lt.s $f6, $f7
35 0x3d 0x30 0x07 0x46 # CHECK: c.nge.s $f6, $f7
37 0x3b 0x30 0x07 0x46 # CHECK: c.ngl.s $f6, $f7
39 0x39 0x30 0x07 0x46 # CHECK: c.ngle.s $f6, $f7
41 0x3f 0x30 0x07 0x46 # CHECK: c.ngt.s $f6, $f7
[all …]
/external/llvm-project/llvm/test/MC/Disassembler/Mips/mips64r3/
Dvalid-mips64r3-el.txt4 0x85 0x39 0x00 0x46 # CHECK: abs.s $f6, $f7
8 0x40 0x32 0x07 0x46 # CHECK: add.s $f9, $f6, $f7
27 0x32 0x30 0x07 0x46 # CHECK: c.eq.s $f6, $f7
29 0x30 0x30 0x07 0x46 # CHECK: c.f.s $f6, $f7
31 0x3e 0x30 0x07 0x46 # CHECK: c.le.s $f6, $f7
33 0x3c 0x30 0x07 0x46 # CHECK: c.lt.s $f6, $f7
35 0x3d 0x30 0x07 0x46 # CHECK: c.nge.s $f6, $f7
37 0x3b 0x30 0x07 0x46 # CHECK: c.ngl.s $f6, $f7
39 0x39 0x30 0x07 0x46 # CHECK: c.ngle.s $f6, $f7
41 0x3f 0x30 0x07 0x46 # CHECK: c.ngt.s $f6, $f7
[all …]

12345678910>>...83