Searched refs:sradi (Results 1 – 14 of 14) sorted by relevance
26 ; CHECK: sradi [[REG1:[0-9]+]], 3, 331 ; CHECK-32-NOT: sradi56 ; CHECK: sradi [[REG1:[0-9]+]], 3, 362 ; CHECK-32-NOT: sradi
15 ; CHECK: sradi [[REG1:[0-9]+]], 3, 53
2854 sradi 0000000000000000, 0 => 0000000000000000 (00000000 00000000)2855 sradi 0000000000000000, 7 => 0000000000000000 (00000000 00000000)2856 sradi 0000000000000000, 14 => 0000000000000000 (00000000 00000000)2857 sradi 0000000000000000, 21 => 0000000000000000 (00000000 00000000)2858 sradi 0000000000000000, 28 => 0000000000000000 (00000000 00000000)2859 sradi 0000000000000000, 35 => 0000000000000000 (00000000 00000000)2860 sradi 0000000000000000, 42 => 0000000000000000 (00000000 00000000)2861 sradi 0000000000000000, 49 => 0000000000000000 (00000000 00000000)2862 sradi 0000000000000000, 56 => 0000000000000000 (00000000 00000000)2863 sradi 0000000000000000, 63 => 0000000000000000 (00000000 00000000)[all …]
822 # CHECK-BE: sradi 2, 3, 4 # encoding: [0x7c,0x62,0x26,0x74]823 # CHECK-LE: sradi 2, 3, 4 # encoding: [0x74,0x26,0x62,0x7c]824 sradi 2, 3, 4825 # CHECK-BE: sradi. 2, 3, 4 # encoding: [0x7c,0x62,0x26,0x75]826 # CHECK-LE: sradi. 2, 3, 4 # encoding: [0x75,0x26,0x62,0x7c]827 sradi. 2, 3, 4
652 # CHECK: sradi 2, 3, 4 655 # CHECK: sradi. 2, 3, 4
631 # CHECK: sradi 2, 3, 4634 # CHECK: sradi. 2, 3, 4
304 // sradi IntRotateD
431 "sradi $rA, $rS, $SH", IntRotateD,
84 #define ShiftRightArithImm sradi
920 void sradi(Register ra, Register rs, int sh, RCBit r = LeaveRC);
1478 void Assembler::sradi(Register ra, Register rs, int sh, RCBit r) { in sradi() function in v8::internal::Assembler
1207 ASSEMBLE_BINOP_INT_RC(srad, sradi); in AssembleArchInstruction()
637 "sradi", "$rA, $rS, $SH", IIC_IntRotateDI,