Searched refs:dextm (Results 1 – 12 of 12) sorted by relevance
665 dextm :: in 0x0, in1 0x0, out 0x0, pos: 0, size: 33666 dextm :: in 0x0, in1 0xffffffffffffffff, out 0x0, pos: 0, size: 33667 dextm :: in 0x0, in1 0x98765432, out 0x0, pos: 0, size: 33668 dextm :: in 0x0, in1 0xffffffffff865421, out 0x0, pos: 0, size: 33669 dextm :: in 0xffffffffffffffff, in1 0x0, out 0x1ffffffff, pos: 0, size: 33670 dextm :: in 0xffffffffffffffff, in1 0xffffffffffffffff, out 0x1ffffffff, pos: 0, size: 33671 dextm :: in 0xffffffffffffffff, in1 0x98765432, out 0x1ffffffff, pos: 0, size: 33672 dextm :: in 0xffffffffffffffff, in1 0xffffffffff865421, out 0x1ffffffff, pos: 0, size: 33673 dextm :: in 0x98765432, in1 0x0, out 0x198765432, pos: 0, size: 33674 dextm :: in 0x98765432, in1 0xffffffffffffffff, out 0x198765432, pos: 0, size: 33[all …]
21 define i64 @dextm(i64 %i) nounwind readnone {23 ; CHECK: dextm ${{[0-9]+}}, ${{[0-9]+}}, 5, 2
26 dextm $2, $3, -1, 1 # CHECK: :[[@LINE]]:17: error: expected 5-bit unsigned immediate27 dextm $2, $3, 32, 1 # CHECK: :[[@LINE]]:17: error: expected 5-bit unsigned immediate28 dextm $2, $3, -1, 33 # CHECK: :[[@LINE]]:17: error: expected 5-bit unsigned immediate29 dextm $2, $3, 32, 33 # CHECK: :[[@LINE]]:17: error: expected 5-bit unsigned immediate30 dextm $2, $3, 1, 32 # CHECK: :[[@LINE]]:20: error: expected immediate in range 33 .. 6431 dextm $2, $3, 1, 65 # CHECK: :[[@LINE]]:20: error: expected immediate in range 33 .. 64
21 dextm $9, $6, 3, 39 # CHECK: dextm $9, $6, 3, 39 # encoding: [0x59,0x26,0x30,0xe4]
11 CHECK: dextm:
11 define i64 @dextm(i64 %i) nounwind readnone {
73 class DEXTM_MMR6_DESC : EXTBITS_DESC_BASE<"dextm", GPR64Opnd, uimm5,
281 def DEXTM : ExtBase<"dextm", GPR64Opnd, uimm5, uimm5_plus33, MipsExt>,
28 0x59 0x26 0x30 0xe4 # CHECK: dextm $9, $6, 3, 7
889 void dextm(Register rt, Register rs, uint16_t pos, uint16_t size);
2430 void Assembler::dextm(Register rt, Register rs, uint16_t pos, uint16_t size) { in dextm() function in v8::internal::Assembler
1514 dextm(rt, rs, pos, size); in Dextm()