Home | History | Annotate | Download | only in sljit

Lines Matching refs:MOVT

128 #define MOVT		0xf2c00000
210 return push_inst32(compiler, MOVT | RD4(dst) |
217 SLJIT_ASSERT(((inst[0] & 0xfbf0) == (MOVW >> 16)) && ((inst[2] & 0xfbf0) == (MOVT >> 16)) && dst == (inst[3] & 0x0f00));
220 inst[2] = (MOVT >> 16) | COPY_BITS(new_imm, 12 + 16, 0, 4) | COPY_BITS(new_imm, 11 + 16, 10, 1);
496 return push_inst32(compiler, MOVT | RD4(dst) |