Home
last modified time | relevance | path

Searched refs:rhs32 (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/CodeGen/ARM/
Dvsel.ll4 define void @test_vsel32sgt(i32 %lhs32, i32 %rhs32, float %a, float %b) {
6 %tst1 = icmp sgt i32 %lhs32, %rhs32
13 define void @test_vsel64sgt(i32 %lhs32, i32 %rhs32, double %a, double %b) {
15 %tst1 = icmp sgt i32 %lhs32, %rhs32
22 define void @test_vsel32sge(i32 %lhs32, i32 %rhs32, float %a, float %b) {
24 %tst1 = icmp sge i32 %lhs32, %rhs32
31 define void @test_vsel64sge(i32 %lhs32, i32 %rhs32, double %a, double %b) {
33 %tst1 = icmp sge i32 %lhs32, %rhs32
40 define void @test_vsel32eq(i32 %lhs32, i32 %rhs32, float %a, float %b) {
42 %tst1 = icmp eq i32 %lhs32, %rhs32
[all …]
Darm-and-tst-peephole.ll150 %rhs32 = zext i1 %rhs to i32
151 %diff = sub nsw i32 %lhs32, %rhs32
/external/llvm/test/CodeGen/AArch64/
Dcond-sel.ll7 define void @test_csel(i32 %lhs32, i32 %rhs32, i64 %lhs64) minsize {
10 %tst1 = icmp ugt i32 %lhs32, %rhs32
17 %rhs64 = sext i32 %rhs32 to i64
29 define void @test_floatcsel(float %lhs32, float %rhs32, double %lhs64, double %rhs64) {
32 %tst1 = fcmp one float %lhs32, %rhs32
58 define void @test_csinc(i32 %lhs32, i32 %rhs32, i64 %lhs64) minsize {
62 %tst1 = icmp ugt i32 %lhs32, %rhs32
63 %inc1 = add i32 %rhs32, 1
69 %rhs2 = add i32 %rhs32, 42
71 %inc2 = add i32 %rhs32, 1
[all …]
Daddsub-shifted.ll6 define void @test_lsl_arith(i32 %lhs32, i32 %rhs32, i64 %lhs64, i64 %rhs64) {
75 define void @test_lsr_arith(i32 %lhs32, i32 %rhs32, i64 %lhs64, i64 %rhs64) {
78 %shift1 = lshr i32 %rhs32, 18
83 %shift2 = lshr i32 %rhs32, 31
88 %shift3 = lshr i32 %rhs32, 5
94 %shift4 = lshr i32 %rhs32, 19
134 define void @test_asr_arith(i32 %lhs32, i32 %rhs32, i64 %lhs64, i64 %rhs64) {
137 %shift1 = ashr i32 %rhs32, 18
142 %shift2 = ashr i32 %rhs32, 31
147 %shift3 = ashr i32 %rhs32, 5
[all …]
Dfp-cond-sel.ll9 define void @test_csel(i32 %lhs32, i32 %rhs32, i64 %lhs64) {
12 %tst1 = icmp ugt i32 %lhs32, %rhs32
19 %rhs64 = sext i32 %rhs32 to i64
/external/eigen/test/
Dproduct_symm.cpp31 Rhs3 rhs3 = Rhs3::Random(cols, othersize), rhs32(cols, othersize), rhs33(cols, othersize); in symm() local
/external/v8/src/
Dcode-stub-assembler.cc531 Node* rhs32 = SmiToWord32(b); in SmiMul() local
532 Node* pair = Int32MulWithOverflow(lhs32, rhs32); in SmiMul()
554 Node* or_result = Word32Or(lhs32, rhs32); in SmiMul()