Searched refs:vcmpe (Results 1 - 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Dsimple-fp-encoding.s33 @ CHECK: vcmpe.f64 d17, d16 @ encoding: [0xe0,0x1b,0xf4,0xee]
34 vcmpe.f64 d17, d16
36 @ CHECK: vcmpe.f32 s1, s0 @ encoding: [0xc0,0x0a,0xf4,0xee]
37 vcmpe.f32 s1, s0
39 @ CHECK: vcmpe.f64 d16, #0 @ encoding: [0xc0,0x0b,0xf5,0xee]
40 vcmpe.f64 d16, #0
42 @ CHECK: vcmpe.f32 s0, #0 @ encoding: [0xc0,0x0a,0xb5,0xee]
43 vcmpe.f32 s0, #0
/external/valgrind/none/tests/arm/
H A Dvfp.stdout.exp744 vcmpe.f64 d0, d19 :: FPSCR 0x80000000 Dd 0xc00ba752 5460aa65 Dm 0xc004fef9 db22d0e5
745 vcmpe.f64 d11, d16 :: FPSCR 0x20000000 Dd 0x40d6ecdc cccccccd Dm 0x40aac300 00000000
746 vcmpe.f64 d11, d16 :: FPSCR 0x30000000 Dd 0x40d6ecdc cccccccd Dm 0x7ff80000 00000000
747 vcmpe.f64 d21, d30 :: FPSCR 0x20000000 Dd 0xc0b1ac80 00000000 Dm 0xc11b9be6 00000000
748 vcmpe.f64 d7, d28 :: FPSCR 0x20000000 Dd 0x407a9800 00000000 Dm 0xc07c84cc cccccccd
749 vcmpe.f64 d29, d3 :: FPSCR 0x20000000 Dd 0x7ff00000 00000000 Dm 0x40e0e04e 66666666
750 vcmpe.f64 d3, d22 :: FPSCR 0x60000000 Dd 0x40000000 00000000 Dm 0x40000000 00000000
751 vcmpe.f64 d9, d2 :: FPSCR 0x60000000 Dd 0x7ff00000 00000000 Dm 0x7ff00000 00000000
752 vcmpe.f64 d30, d15 :: FPSCR 0x60000000 Dd 0xfff00000 00000000 Dm 0xfff00000 00000000
753 vcmpe
[all...]
/external/llvm/test/MC/ARM/
H A Dsingle-precision-fp.s56 vcmpe.f64 d0, d1
59 vcmpe.f64 d5, #0
62 @ CHECK-ERRORS-NEXT: vcmpe.f64 d0, d1
68 @ CHECK-ERRORS-NEXT: vcmpe.f64 d5, #0
H A Dfullfp16.s48 vcmpe.f16 s1, s0
49 @ ARM: vcmpe.f16 s1, s0 @ encoding: [0xc0,0x09,0xf4,0xee]
50 @ THUMB: vcmpe.f16 s1, s0 @ encoding: [0xf4,0xee,0xc0,0x09]
52 vcmpe.f16 s0, #0
53 @ ARM: vcmpe.f16 s0, #0 @ encoding: [0xc0,0x09,0xb5,0xee]
54 @ THUMB: vcmpe.f16 s0, #0 @ encoding: [0xb5,0xee,0xc0,0x09]
H A Dfullfp16-neg.s37 vcmpe.f16 s1, s0
40 vcmpe.f16 s0, #0
H A Dsimple-fp-encoding.s41 vcmpe.f64 d17, d16
42 vcmpe.f32 s1, s0
44 @ CHECK: vcmpe.f64 d17, d16 @ encoding: [0xe0,0x1b,0xf4,0xee]
45 @ CHECK: vcmpe.f32 s1, s0 @ encoding: [0xc0,0x0a,0xf4,0xee]
47 vcmpe.f64 d16, #0
48 vcmpe.f32 s0, #0
50 @ CHECK: vcmpe.f64 d16, #0 @ encoding: [0xc0,0x0b,0xf5,0xee]
51 @ CHECK: vcmpe.f32 s0, #0 @ encoding: [0xc0,0x0a,0xb5,0xee]
/external/vixl/src/aarch32/
H A Dassembler-aarch32.h4124 void vcmpe(Condition cond, DataType dt, SRegister rd, SRegister rm);
4125 void vcmpe(DataType dt, SRegister rd, SRegister rm) { vcmpe(al, dt, rd, rm); } function in class:vixl::aarch32::Assembler
4127 void vcmpe(Condition cond, DataType dt, DRegister rd, DRegister rm);
4128 void vcmpe(DataType dt, DRegister rd, DRegister rm) { vcmpe(al, dt, rd, rm); } function in class:vixl::aarch32::Assembler
4130 void vcmpe(Condition cond, DataType dt, SRegister rd, double imm);
4131 void vcmpe(DataType dt, SRegister rd, double imm) { vcmpe(al, dt, rd, imm); } function in class:vixl::aarch32::Assembler
4133 void vcmpe(Conditio
4134 void vcmpe(DataType dt, DRegister rd, double imm) { vcmpe(al, dt, rd, imm); } function in class:vixl::aarch32::Assembler
[all...]
H A Ddisasm-aarch32.h1539 void vcmpe(Condition cond, DataType dt, SRegister rd, SRegister rm);
1541 void vcmpe(Condition cond, DataType dt, DRegister rd, DRegister rm);
1543 void vcmpe(Condition cond, DataType dt, SRegister rd, double imm);
1545 void vcmpe(Condition cond, DataType dt, DRegister rd, double imm);
H A Dassembler-aarch32.cc14908 void Assembler::vcmpe(Condition cond, DataType dt, SRegister rd, SRegister rm) { function in class:vixl::aarch32::Assembler
14926 Delegate(kVcmpe, &Assembler::vcmpe, cond, dt, rd, rm);
14929 void Assembler::vcmpe(Condition cond, DataType dt, DRegister rd, DRegister rm) { function in class:vixl::aarch32::Assembler
14947 Delegate(kVcmpe, &Assembler::vcmpe, cond, dt, rd, rm);
14950 void Assembler::vcmpe(Condition cond, DataType dt, SRegister rd, double imm) { function in class:vixl::aarch32::Assembler
14967 Delegate(kVcmpe, &Assembler::vcmpe, cond, dt, rd, imm);
14970 void Assembler::vcmpe(Condition cond, DataType dt, DRegister rd, double imm) { function in class:vixl::aarch32::Assembler
14987 Delegate(kVcmpe, &Assembler::vcmpe, cond, dt, rd, imm);
H A Dmacro-assembler-aarch32.h6316 vcmpe(cond, dt, rd, rm);
6327 vcmpe(cond, dt, rd, rm);
6337 vcmpe(cond, dt, rd, imm);
6347 vcmpe(cond, dt, rd, imm);
H A Ddisasm-aarch32.cc4385 void Disassembler::vcmpe(Condition cond, function in class:vixl::aarch32::Disassembler
4394 void Disassembler::vcmpe(Condition cond, function in class:vixl::aarch32::Disassembler
4403 void Disassembler::vcmpe(Condition cond, function in class:vixl::aarch32::Disassembler
4414 void Disassembler::vcmpe(Condition cond, function in class:vixl::aarch32::Disassembler
[all...]

Completed in 265 milliseconds