Searched refs:drotr32 (Results 1 - 17 of 17) sorted by relevance

/external/llvm/test/MC/Mips/
H A Dset-mips-directives.s31 drotr32 $1,$14,15
34 drotr32 $1,$14,15
37 drotr32 $1,$14,15
67 # CHECK: drotr32 $1, $14, 15
70 # CHECK: drotr32 $1, $14, 15
73 # CHECK: drotr32 $1, $14, 15
H A Dset-arch.s30 drotr32 $1, $14, 15
33 drotr32 $1, $14, 15
36 drotr32 $1, $14, 15
63 # CHECK: drotr32 $1, $14, 15
H A Drotations64.s108 # CHECK-64R: drotr32 $4, $4, 31 # encoding: [0x00,0x24,0x27,0xfe]
116 # CHECK-64R: drotr32 $4, $5, 31 # encoding: [0x00,0x25,0x27,0xfe]
121 # CHECK-64R: drotr32 $4, $5, 1 # encoding: [0x00,0x25,0x20,0x7e]
126 # CHECK-64R: drotr32 $4, $5, 0 # encoding: [0x00,0x25,0x20,0x3e]
144 # CHECK-64R: drotr32 $4, $5, 31 # encoding: [0x00,0x25,0x27,0xfe]
149 # CHECK-64R: drotr32 $4, $5, 1 # encoding: [0x00,0x25,0x20,0x7e]
154 # CHECK-64R: drotr32 $4, $5, 0 # encoding: [0x00,0x25,0x20,0x3e]
200 # CHECK-64R: drotr32 $4, $5, 0 # encoding: [0x00,0x25,0x20,0x3e]
205 # CHECK-64R: drotr32 $4, $5, 1 # encoding: [0x00,0x25,0x20,0x7e]
210 # CHECK-64R: drotr32
[all...]
H A Dset-mips-directives-bad.s33 drotr32 $1,$14,15 # CHECK: error: instruction requires a CPU feature not currently enabled
H A Dmips64-alu-instructions.s77 # CHECK: drotr32 $9, $6, 20 # encoding: [0x3e,0x4d,0x26,0x00]
102 drotr32 $9, $6, 20
/external/llvm/test/MC/Mips/mips5/
H A Dinvalid-mips64r2.s16 drotr32 $1,15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 drotr32 $1,$14,15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips64/
H A Dinvalid-mips64r2.s17 drotr32 $1,15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
18 drotr32 $1,$14,15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/capstone/suite/MC/Mips/
H A Dmips64-alu-instructions.s.cs39 0x3e,0x4d,0x26,0x00 = drotr32 $9, $6, 52
/external/llvm/test/MC/Mips/mips64r2/
H A Dvalid.s98 drotr32 $1,15 # CHECK: drotr32 $1, $1, 15 # encoding: [0x00,0x21,0x0b,0xfe]
99 drotr32 $1,$14,15 # CHECK: drotr32 $1, $14, 15 # encoding: [0x00,0x2e,0x0b,0xfe]
/external/llvm/test/MC/Mips/mips64r3/
H A Dvalid.s98 drotr32 $1,15 # CHECK: drotr32 $1, $1, 15 # encoding: [0x00,0x21,0x0b,0xfe]
99 drotr32 $1,$14,15 # CHECK: drotr32 $1, $14, 15 # encoding: [0x00,0x2e,0x0b,0xfe]
/external/llvm/test/MC/Mips/mips64r5/
H A Dvalid.s98 drotr32 $1,15 # CHECK: drotr32 $1, $1, 15 # encoding: [0x00,0x21,0x0b,0xfe]
99 drotr32 $1,$14,15 # CHECK: drotr32 $1, $14, 15 # encoding: [0x00,0x2e,0x0b,0xfe]
/external/llvm/test/MC/Mips/micromips64r6/
H A Dinvalid.s292 drotr32 $1, $2, 32 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected 5-bit unsigned immediate
293 drotr32 $1, $2, -1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected 5-bit unsigned immediate
H A Dvalid.s301 drotr32 $1, $2, 4 # CHECK: drotr32 $1, $2, 4 # encoding: [0x58,0x22,0x20,0xc8]
/external/v8/src/mips64/
H A Ddisasm-mips64.cc1201 Format(instr, "drotr32 'rd, 'rt, 'sa");
H A Dassembler-mips64.h797 void drotr32(Register rd, Register rt, uint16_t sa);
H A Dassembler-mips64.cc1882 void Assembler::drotr32(Register rd, Register rt, uint16_t sa) { function in class:v8::internal::Assembler
H A Dmacro-assembler-mips64.cc1140 drotr32(rd, rs, dror_value - 32);

Completed in 86 milliseconds