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

/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DARMAssembler.cpp265 void ARMAssembler::dataTransfer32(DataTransferTypeA transferType, RegisterID srcDst, RegisterID base, int32_t offset) argument
269 dtrUp(transferType, srcDst, base, offset);
272 dtrUp(transferType, srcDst, ARMRegisters::S0, (offset & 0xfff));
275 dtrUpRegister(transferType, srcDst, base, ARMRegisters::S0);
279 dtrDown(transferType, srcDst, base, -offset);
282 dtrDown(transferType, srcDst, ARMRegisters::S0, (-offset & 0xfff));
285 dtrUpRegister(transferType, srcDst, base, ARMRegisters::S0);
290 void ARMAssembler::baseIndexTransfer32(DataTransferTypeA transferType, RegisterID srcDst, RegisterID base, RegisterID index, int scale, int32_t offset) argument
296 dtrUpRegister(transferType, srcDst, base, op2);
302 dataTransfer32(transferType, srcDs
311 dataTransfer16(DataTransferTypeB transferType, RegisterID srcDst, RegisterID base, int32_t offset) argument
336 baseIndexTransfer16(DataTransferTypeB transferType, RegisterID srcDst, RegisterID base, RegisterID index, int scale, int32_t offset) argument
356 dataTransferFloat(DataTransferTypeFloat transferType, FPRegisterID srcDst, RegisterID base, int32_t offset) argument
388 baseIndexTransferFloat(DataTransferTypeFloat transferType, FPRegisterID srcDst, RegisterID base, RegisterID index, int scale, int32_t offset) argument
[all...]
H A DARMAssembler.h495 void dtrUp(DataTransferTypeA transferType, int rd, int rb, ARMWord op2, Condition cc = AL) argument
497 emitInstruction(toARMWord(cc) | transferType | DataTransferUp, rd, rb, op2);
500 void dtrUpRegister(DataTransferTypeA transferType, int rd, int rb, int rm, Condition cc = AL) argument
502 emitInstruction(toARMWord(cc) | transferType | DataTransferUp | Op2IsRegisterArgument, rd, rb, rm);
505 void dtrDown(DataTransferTypeA transferType, int rd, int rb, ARMWord op2, Condition cc = AL) argument
507 emitInstruction(toARMWord(cc) | transferType, rd, rb, op2);
510 void dtrDownRegister(DataTransferTypeA transferType, int rd, int rb, int rm, Condition cc = AL) argument
512 emitInstruction(toARMWord(cc) | transferType | Op2IsRegisterArgument, rd, rb, rm);
515 void halfDtrUp(DataTransferTypeB transferType, int rd, int rb, ARMWord op2, Condition cc = AL) argument
517 emitInstruction(toARMWord(cc) | transferType | DataTransferU
520 halfDtrUpRegister(DataTransferTypeB transferType, int rd, int rn, int rm, Condition cc = AL) argument
525 halfDtrDown(DataTransferTypeB transferType, int rd, int rb, ARMWord op2, Condition cc = AL) argument
530 halfDtrDownRegister(DataTransferTypeB transferType, int rd, int rn, int rm, Condition cc = AL) argument
[all...]
/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/
H A Ddarwin.c780 u_int8_t transferType, direction, number, interval; local
799 &transferType, &maxPacketSize, &interval);
806 if (transferType == kUSBInterrupt && usb_debug > 3)
810 if ( transferType != kUSBInterrupt) {
869 u_int8_t transferType;
891 &transferType, &maxPacketSize, &interval);
906 if (transferType == kUSBInterrupt && usb_debug > 3)
909 if ( transferType != kUSBInterrupt && rw_async_to != NULL)
944 if (transferType != kUSBInterrupt && rw_async_to != NULL)
/macosx-10.9.5/IOKitUser-907.100.13/usb.subproj/
H A DUSBTest.cpp48 ep->number, ep->direction, ep->transferType,
309 ioint->endpoints[i]->transferType == kUSBInterrupt) {

Completed in 174 milliseconds