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

/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DARMv7Assembler.h1276 address[1] = twoWordOp5i6Imm4Reg4EncodedImmSecond(right, lo16);
1278 address[3] = twoWordOp5i6Imm4Reg4EncodedImmSecond(right, hi16);
1291 address[1] = twoWordOp5i6Imm4Reg4EncodedImmSecond(rd, imm);
2383 location[-3] = twoWordOp5i6Imm4Reg4EncodedImmSecond((location[-3] >> 8) & 0xf, lo16);
2385 location[-1] = twoWordOp5i6Imm4Reg4EncodedImmSecond((location[-1] >> 8) & 0xf, hi16);
2593 instruction[-4] = twoWordOp5i6Imm4Reg4EncodedImmSecond(JUMP_TEMPORARY_REGISTER, lo16);
2595 instruction[-2] = twoWordOp5i6Imm4Reg4EncodedImmSecond(JUMP_TEMPORARY_REGISTER, hi16);
2633 instruction[-4] = twoWordOp5i6Imm4Reg4EncodedImmSecond(JUMP_TEMPORARY_REGISTER, lo16);
2635 instruction[-2] = twoWordOp5i6Imm4Reg4EncodedImmSecond(JUMP_TEMPORARY_REGISTER, hi16);
2651 static uint16_t twoWordOp5i6Imm4Reg4EncodedImmSecond(uint16_ function in namespace:JSC::ARMRegisters
[all...]

Completed in 190 milliseconds