Searched refs:sraw (Results 1 – 18 of 18) sorted by relevance
46 ; ELF64: sraw
804 # CHECK-BE: sraw 2, 3, 4 # encoding: [0x7c,0x62,0x26,0x30]805 # CHECK-LE: sraw 2, 3, 4 # encoding: [0x30,0x26,0x62,0x7c]806 sraw 2, 3, 4807 # CHECK-BE: sraw. 2, 3, 4 # encoding: [0x7c,0x62,0x26,0x31]808 # CHECK-LE: sraw. 2, 3, 4 # encoding: [0x31,0x26,0x62,0x7c]809 sraw. 2, 3, 4
704 sraw 0000000000000000, 0000000000000000 => 0000000000000000 (00000000 00000000)705 sraw 0000000000000000, 0000001cbe991def => 0000000000000000 (00000000 00000000)706 sraw 0000000000000000, ffffffffffffffff => 0000000000000000 (00000000 00000000)707 sraw 0000001cbe991def, 0000000000000000 => ffffffffbe991def (00000000 00000000)708 sraw 0000001cbe991def, 0000001cbe991def => ffffffffffffffff (00000000 20000000)709 sraw 0000001cbe991def, ffffffffffffffff => ffffffffffffffff (00000000 20000000)710 sraw ffffffffffffffff, 0000000000000000 => ffffffffffffffff (00000000 00000000)711 sraw ffffffffffffffff, 0000001cbe991def => ffffffffffffffff (00000000 20000000)712 sraw ffffffffffffffff, ffffffffffffffff => ffffffffffffffff (00000000 20000000)845 sraw. 0000000000000000, 0000000000000000 => 0000000000000000 (20000000 00000000)[all …]
704 sraw 0000000000000000, 0000000000000000 => 0000000000000000 (00000000 00000000)705 sraw 0000000000000000, 0000001cbe991def => 0000000000000000 (00000000 00000000)706 sraw 0000000000000000, ffffffffffffffff => 0000000000000000 (00000000 00000000)707 sraw 0000001cbe991def, 0000000000000000 => ffffffffbe991def (00000000 00000000)708 sraw 0000001cbe991def, 0000001cbe991def => ffffffffffffffff (00000000 20000000)709 sraw 0000001cbe991def, ffffffffffffffff => ffffffffffffffff (00000000 20000000)710 sraw ffffffffffffffff, 0000000000000000 => ffffffffffffffff (00000000 00000000)711 sraw ffffffffffffffff, 0000001cbe991def => ffffffffffffffff (00000000 20000000)712 sraw ffffffffffffffff, ffffffffffffffff => ffffffffffffffff (00000000 20000000)
544 sraw 00000000, 00000000 => 00000000 (00000000 00000000)545 sraw 00000000, 000f423f => 00000000 (00000000 00000000)546 sraw 00000000, ffffffff => 00000000 (00000000 00000000)547 sraw 000f423f, 00000000 => 000f423f (00000000 00000000)548 sraw 000f423f, 000f423f => 00000000 (00000000 00000000)549 sraw 000f423f, ffffffff => 00000000 (00000000 00000000)550 sraw ffffffff, 00000000 => ffffffff (00000000 00000000)551 sraw ffffffff, 000f423f => ffffffff (00000000 20000000)552 sraw ffffffff, ffffffff => ffffffff (00000000 20000000)
634 # CHECK: sraw 2, 3, 4 637 # CHECK: sraw. 2, 3, 4
613 # CHECK: sraw 2, 3, 4616 # CHECK: sraw. 2, 3, 4
305 // sraw IntShift
954 "sraw $rA, $rS, $rB", IntShift,
102 #define ShiftRightArith sraw
952 void sraw(Register dst, Register src1, Register src2, RCBit r = LeaveRC);
912 sraw(dst_low, src_high, scratch); in ShiftRightAlgPair()921 sraw(dst_high, src_high, shift); in ShiftRightAlgPair()
841 void Assembler::sraw(Register ra, Register rs, Register rb, RCBit r) { in sraw() function in v8::internal::Assembler
1203 ASSEMBLE_BINOP_INT_RC(sraw, srawi); in AssembleArchInstruction()
1603 __ sraw(result, left, scratch); in DoShiftI() local
2057 "sraw", "$rA, $rS, $rB", IIC_IntShift,
20333 0x25475B74: 7DC87E30 sraw r8,r14,r1520456 0x25475B74: 7DC87E30 sraw r8,r14,r15
20064 0x25475B74: 7DC87E30 sraw r8,r14,r1520187 0x25475B74: 7DC87E30 sraw r8,r14,r15