Searched refs:dextm (Results 1 – 13 of 13) 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 …]
12 define i64 @dextm(i64 %i) nounwind readnone {14 ; CHECK-LABEL: dextm:15 ; CHECK: dextm ${{[0-9]+}}, ${{[0-9]+}}, 5, 34
6 dextm $2, $4, 5, 34 # CHECK: dextm ${{[0-9]+}}, ${{[0-9]+}}, 5, 34
10 CHECK: dextm:
27 dextm $2, $3, -1, 1 # CHECK: :[[@LINE]]:17: error: expected 5-bit unsigned immediate28 dextm $2, $3, 32, 1 # CHECK: :[[@LINE]]:17: error: expected 5-bit unsigned immediate29 dextm $2, $3, -1, 33 # CHECK: :[[@LINE]]:17: error: expected 5-bit unsigned immediate30 dextm $2, $3, 32, 33 # CHECK: :[[@LINE]]:17: error: expected 5-bit unsigned immediate31 dextm $2, $3, 1, 32 # CHECK: :[[@LINE]]:20: error: expected immediate in range 33 .. 6432 dextm $2, $3, 1, 65 # CHECK: :[[@LINE]]:20: error: expected immediate in range 33 .. 64
23 dextm $9, $6, 3, 39 # CHECK: dextm $9, $6, 3, 39 # encoding: [0x59,0x26,0x30,0xe4]
10 …dextm $1, $2, 21, 43 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU fe…
112 class DEXTM_MMR6_DESC : EXTBITS_DESC_BASE<"dextm", GPR64Opnd, uimm5,
317 def DEXTM : ExtBase<"dextm", GPR64Opnd, uimm5, uimm5_plus33, immZExt5,
41 0x59 0x26 0x30 0xe4 # CHECK: dextm $9, $6, 3, 39
901 void dextm(Register rt, Register rs, uint16_t pos, uint16_t size);
2471 void Assembler::dextm(Register rt, Register rs, uint16_t pos, uint16_t size) { in dextm() function in v8::internal::Assembler
1791 dextm(rt, rs, pos, size); in Dextm()