Searched refs:wsbh (Results 1 - 25 of 25) sorted by relevance

/external/capstone/suite/MC/Mips/
H A Dmips-alu-instructions.s.cs31 0xa0,0x30,0x07,0x7c = wsbh $6, $7
H A Dmips64-alu-instructions.s.cs28 0xa0,0x30,0x07,0x7c = wsbh $6, $7
/external/llvm/test/MC/Mips/
H A Dmips-alu-instructions.s36 # CHECK: wsbh $6, $7 # encoding: [0xa0,0x30,0x07,0x7c]
67 wsbh $6, $7
H A Dmips64-alu-instructions.s33 # CHECK: wsbh $6, $7 # encoding: [0xa0,0x30,0x07,0x7c]
61 wsbh $6, $7
/external/llvm/test/MC/Mips/mips32/
H A Dinvalid-mips32r2.s36 wsbh $k1,$t1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips4/
H A Dinvalid-mips64r2.s33 wsbh $k1,$t1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips5/
H A Dinvalid-mips64r2.s39 wsbh $k1,$9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips64/
H A Dinvalid-mips64r2.s31 wsbh $k1,$9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips32r2.s68 wsbh $k1,$t1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/micromips32r6/
H A Dinvalid.s75 wsbh $34, $4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
76 wsbh $3, $33 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
H A Dvalid.s123 wsbh $3, $4 # CHECK: wsbh $3, $4 # encoding: [0x00,0x64,0x7b,0x3c]
/external/llvm/test/MC/Mips/micromips64r6/
H A Dinvalid.s101 wsbh $34, $4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
102 wsbh $3, $33 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
H A Dvalid.s141 wsbh $3, $4 # CHECK: wsbh $3, $4 # encoding: [0x00,0x64,0x7b,0x3c]
/external/llvm/test/MC/Mips/mips32r2/
H A Dvalid.s244 wsbh $k1,$9
/external/llvm/test/MC/Mips/mips32r3/
H A Dvalid.s244 wsbh $k1,$9
/external/llvm/test/MC/Mips/mips32r5/
H A Dvalid.s245 wsbh $k1,$9
/external/v8/src/mips/
H A Ddisasm-mips.cc1301 Format(instr, "wsbh 'rd, 'rt");
H A Dassembler-mips.h856 void wsbh(Register rd, Register rt);
H A Dmacro-assembler-mips.cc1069 wsbh(dest, src);
1107 wsbh(dest, src);
H A Dassembler-mips.cc2202 void Assembler::wsbh(Register rd, Register rt) { function in class:v8::Assembler
/external/llvm/test/MC/Mips/mips64r2/
H A Dvalid.s321 wsbh $k1,$9
/external/llvm/test/MC/Mips/mips64r3/
H A Dvalid.s321 wsbh $k1,$9
/external/llvm/test/MC/Mips/mips64r5/
H A Dvalid.s322 wsbh $k1,$9
/external/v8/src/mips64/
H A Dassembler-mips64.h910 void wsbh(Register rd, Register rt);
H A Dassembler-mips64.cc2572 void Assembler::wsbh(Register rd, Register rt) { function in class:v8::internal::Assembler

Completed in 326 milliseconds