Home
last modified time | relevance | path

Searched refs:acctype (Results 1 – 25 of 53) sorted by relevance

123

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dload_store_register_unprivileged.cpp13 const auto acctype = IR::AccType::UNPRIV; in StoreRegister() local
25 v.Mem(address, datasize / 8, acctype, data); in StoreRegister()
32 const auto acctype = IR::AccType::UNPRIV; in LoadRegister() local
43 const IR::UAny data = v.Mem(address, datasize / 8, acctype); in LoadRegister()
53 const auto acctype = IR::AccType::UNPRIV; in LoadRegisterSigned() local
81 v.Mem(address, datasize / 8, acctype, v.X(datasize, Rt)); in LoadRegisterSigned()
84 const IR::UAny data = v.Mem(address, datasize / 8, acctype); in LoadRegisterSigned()
137 const auto acctype = IR::AccType::UNPRIV; in LDTRSW() local
148 const IR::UAny data = Mem(address, 4, acctype); in LDTRSW()
H A Dload_store_register_register_offset.cpp13 const auto acctype = IR::AccType::NORMAL; in RegSharedDecodeAndOperation() local
54 v.Mem(address, datasize / 8, acctype, data); in RegSharedDecodeAndOperation()
58 const IR::UAny data = v.Mem(address, datasize / 8, acctype); in RegSharedDecodeAndOperation()
99 const auto acctype = IR::AccType::VEC; in VecSharedDecodeAndOperation() local
119 v.Mem(address, datasize / 8, acctype, data); in VecSharedDecodeAndOperation()
123 const IR::UAnyU128 data = v.Mem(address, datasize / 8, acctype); in VecSharedDecodeAndOperation()
H A Dload_store_exclusive.cpp15 const auto acctype = o0 ? IR::AccType::ORDERED : IR::AccType::ATOMIC; in ExclusiveSharedDecodeAndOperation() local
54 const IR::U32 status = v.ExclusiveMem(address, dbytes, acctype, data); in ExclusiveSharedDecodeAndOperation()
59 const IR::UAnyU128 data = v.ExclusiveMem(address, dbytes, acctype); in ExclusiveSharedDecodeAndOperation()
145 const auto acctype = !o0 ? IR::AccType::LIMITEDORDERED : IR::AccType::ORDERED; in OrderedSharedDecodeAndOperation() local
166 v.Mem(address, dbytes, acctype, data); in OrderedSharedDecodeAndOperation()
170 const IR::UAny data = v.Mem(address, dbytes, acctype); in OrderedSharedDecodeAndOperation()
H A Dload_store_register_immediate.cpp118 const auto acctype = IR::AccType::VEC; in LoadStoreSIMD() local
137 v.Mem(address, 16, acctype, data); in LoadStoreSIMD()
140 v.Mem(address, datasize / 8, acctype, data); in LoadStoreSIMD()
145 const IR::U128 data = v.Mem(address, 16, acctype); in LoadStoreSIMD()
148 const IR::UAny data = v.Mem(address, datasize / 8, acctype); in LoadStoreSIMD()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dload_store_register_unprivileged.cpp13 const auto acctype = IR::AccType::UNPRIV; in StoreRegister() local
25 v.Mem(address, datasize / 8, acctype, data); in StoreRegister()
32 const auto acctype = IR::AccType::UNPRIV; in LoadRegister() local
43 const IR::UAny data = v.Mem(address, datasize / 8, acctype); in LoadRegister()
53 const auto acctype = IR::AccType::UNPRIV; in LoadRegisterSigned() local
81 v.Mem(address, datasize / 8, acctype, v.X(datasize, Rt)); in LoadRegisterSigned()
84 const IR::UAny data = v.Mem(address, datasize / 8, acctype); in LoadRegisterSigned()
137 const auto acctype = IR::AccType::UNPRIV; in LDTRSW() local
148 const IR::UAny data = Mem(address, 4, acctype); in LDTRSW()
H A Dload_store_register_register_offset.cpp13 const auto acctype = IR::AccType::NORMAL; in RegSharedDecodeAndOperation() local
54 v.Mem(address, datasize / 8, acctype, data); in RegSharedDecodeAndOperation()
58 const IR::UAny data = v.Mem(address, datasize / 8, acctype); in RegSharedDecodeAndOperation()
99 const auto acctype = IR::AccType::VEC; in VecSharedDecodeAndOperation() local
119 v.Mem(address, datasize / 8, acctype, data); in VecSharedDecodeAndOperation()
123 const IR::UAnyU128 data = v.Mem(address, datasize / 8, acctype); in VecSharedDecodeAndOperation()
H A Dload_store_exclusive.cpp15 const auto acctype = o0 ? IR::AccType::ORDERED : IR::AccType::ATOMIC; in ExclusiveSharedDecodeAndOperation() local
54 const IR::U32 status = v.ExclusiveMem(address, dbytes, acctype, data); in ExclusiveSharedDecodeAndOperation()
59 const IR::UAnyU128 data = v.ExclusiveMem(address, dbytes, acctype); in ExclusiveSharedDecodeAndOperation()
145 const auto acctype = !o0 ? IR::AccType::LIMITEDORDERED : IR::AccType::ORDERED; in OrderedSharedDecodeAndOperation() local
166 v.Mem(address, dbytes, acctype, data); in OrderedSharedDecodeAndOperation()
170 const IR::UAny data = v.Mem(address, dbytes, acctype); in OrderedSharedDecodeAndOperation()
H A Dload_store_register_immediate.cpp118 const auto acctype = IR::AccType::VEC; in LoadStoreSIMD() local
137 v.Mem(address, 16, acctype, data); in LoadStoreSIMD()
140 v.Mem(address, datasize / 8, acctype, data); in LoadStoreSIMD()
145 const IR::U128 data = v.Mem(address, 16, acctype); in LoadStoreSIMD()
148 const IR::UAny data = v.Mem(address, datasize / 8, acctype); in LoadStoreSIMD()
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dload_store_register_unprivileged.cpp13 const auto acctype = IR::AccType::UNPRIV; in StoreRegister() local
25 v.Mem(address, datasize / 8, acctype, data); in StoreRegister()
32 const auto acctype = IR::AccType::UNPRIV; in LoadRegister() local
43 const IR::UAny data = v.Mem(address, datasize / 8, acctype); in LoadRegister()
53 const auto acctype = IR::AccType::UNPRIV; in LoadRegisterSigned() local
81 v.Mem(address, datasize / 8, acctype, v.X(datasize, Rt)); in LoadRegisterSigned()
84 const IR::UAny data = v.Mem(address, datasize / 8, acctype); in LoadRegisterSigned()
137 const auto acctype = IR::AccType::UNPRIV; in LDTRSW() local
148 const IR::UAny data = Mem(address, 4, acctype); in LDTRSW()
H A Dload_store_register_register_offset.cpp13 const auto acctype = IR::AccType::NORMAL; in RegSharedDecodeAndOperation() local
54 v.Mem(address, datasize / 8, acctype, data); in RegSharedDecodeAndOperation()
58 const IR::UAny data = v.Mem(address, datasize / 8, acctype); in RegSharedDecodeAndOperation()
99 const auto acctype = IR::AccType::VEC; in VecSharedDecodeAndOperation() local
119 v.Mem(address, datasize / 8, acctype, data); in VecSharedDecodeAndOperation()
123 const IR::UAnyU128 data = v.Mem(address, datasize / 8, acctype); in VecSharedDecodeAndOperation()
H A Dload_store_exclusive.cpp15 const auto acctype = o0 ? IR::AccType::ORDERED : IR::AccType::ATOMIC; in ExclusiveSharedDecodeAndOperation() local
54 const IR::U32 status = v.ExclusiveMem(address, dbytes, acctype, data); in ExclusiveSharedDecodeAndOperation()
59 const IR::UAnyU128 data = v.ExclusiveMem(address, dbytes, acctype); in ExclusiveSharedDecodeAndOperation()
145 const auto acctype = !o0 ? IR::AccType::LIMITEDORDERED : IR::AccType::ORDERED; in OrderedSharedDecodeAndOperation() local
166 v.Mem(address, dbytes, acctype, data); in OrderedSharedDecodeAndOperation()
170 const IR::UAny data = v.Mem(address, dbytes, acctype); in OrderedSharedDecodeAndOperation()
H A Dload_store_register_immediate.cpp118 const auto acctype = IR::AccType::VEC; in LoadStoreSIMD() local
137 v.Mem(address, 16, acctype, data); in LoadStoreSIMD()
140 v.Mem(address, datasize / 8, acctype, data); in LoadStoreSIMD()
145 const IR::U128 data = v.Mem(address, 16, acctype); in LoadStoreSIMD()
148 const IR::UAny data = v.Mem(address, datasize / 8, acctype); in LoadStoreSIMD()
/dports/mail/py-mailnag/mailnag-2.2.0/Mailnag/configuration/
H A Daccountdialog.py177 if (acctype == IDX_POP3) or (acctype == IDX_IMAP):
186 if acctype == IDX_POP3:
190 elif acctype == IDX_IMAP:
196 elif acctype == IDX_MBOX:
201 elif acctype == IDX_MAILDIR:
296 if (acctype == IDX_POP3) or (acctype == IDX_IMAP):
301 elif acctype == IDX_MBOX:
411 if acctype == IDX_POP3:
429 elif acctype == IDX_IMAP:
447 elif acctype == IDX_MBOX:
[all …]
/dports/emulators/hercules/hercules-3.13/
H A Ddat.h570 UNREFERENCED(acctype); in ARCH_DEP()
1093 if(!(acctype & ACC_PTE)) in ARCH_DEP()
1554 if(!(acctype & ACC_PTE)) in ARCH_DEP()
1601 if(acctype & ACC_ENH_MC) in ARCH_DEP()
1612 if (acctype & ACC_LPTEA) in ARCH_DEP()
1656 if (acctype & ACC_LPTEA) in ARCH_DEP()
1668 if (acctype & ACC_LPTEA) in ARCH_DEP()
1680 if (acctype & ACC_LPTEA) in ARCH_DEP()
1715 if (acctype & ACC_LPTEA) in ARCH_DEP()
1759 if (acctype & ACC_READ) { in ARCH_DEP()
[all …]
H A Dinline.h23 int acctype, REGS *regs, U32 *asteo, U32 aste[]);
28 REGS *regs, int acctype);
41 REGS *regs, int acctype, BYTE akey);
45 int acctype, BYTE akey);
47 int acctype);
52 int acctype, BYTE akey);
54 int acctype);
80 int len, int acctype, REGS *regs);
H A Dhscmisc.c708 volatile int arn, REGS *regs, int acctype) in ARCH_DEP()
715 if (acctype == ACCTYPE_INSTFETCH) in ARCH_DEP()
720 ARCH_DEP(logical_to_main) (vaddr, temp_arn, regs, acctype, 0); in ARCH_DEP()
790 int ar, int acctype) in ARCH_DEP()
800 vaddr, ar, regs, acctype); in ARCH_DEP()
/dports/sysutils/eclat/eclat-2.0/src/
H A Dsetaattr.c29 int acctype = ACCTYPE_USERID; variable
108 acct_string[acctype]); in eclat_modify_image_attribute()
H A Dsetaattr-cl.opt28 acctype = ACCTYPE_GROUP;
34 acctype = ACCTYPE_USERID;
H A Dsetaattr-cl.h337 acctype = ACCTYPE_GROUP; in parse_options()
349 acctype = ACCTYPE_USERID; in parse_options()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Dgnc-budget-view.c1339 GNCAccountType acctype; in totals_col_source() local
1343 acctype = xaccAccountGetType (account); in totals_col_source()
1353 if ((acctype != ACCT_TYPE_ASSET) && in totals_col_source()
1355 (acctype != ACCT_TYPE_EQUITY)) in totals_col_source()
1360 if (acctype != ACCT_TYPE_EXPENSE) in totals_col_source()
1364 if (acctype != ACCT_TYPE_INCOME) in totals_col_source()
1383 if ((acctype != ACCT_TYPE_ASSET) && in totals_col_source()
1385 (acctype != ACCT_TYPE_EQUITY)) in totals_col_source()
1387 neg = (acctype == ACCT_TYPE_ASSET); in totals_col_source()
1390 if (acctype != ACCT_TYPE_EXPENSE) in totals_col_source()
[all …]
/dports/finance/beancount/beancount-2.3.3/experiments/docs/intro-doc/
H A Dsvg.py374 acctype, account_name = account.strip().split(':', 1)
375 acctype += ':'
377 if scale_income is not None and acctype in ('Income:', 'Expenses:'):
382 draw_line(p, y, acctype, account_name, balance_amount, pr)
387 def draw_line(p, y, acctype, account_name, balance_amount, pr): argument
396 pr(acctype)
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DBaselineIC.h475 : ICGetElemNativeStub(kind, stubCode, firstMonitorStub, guard, acctype, needsAtomize, in ICGetElemNativeStubImpl()
508 MOZ_ASSERT(acctype == ICGetElemNativeStub::FixedSlot || in ICGetElemNativeSlotStub()
509 acctype == ICGetElemNativeStub::DynamicSlot || in ICGetElemNativeSlotStub()
510 acctype == ICGetElemNativeStub::UnboxedProperty); in ICGetElemNativeSlotStub()
563 const T* key, AccType acctype, bool needsAtomize, uint32_t offset) in ICGetElem_NativeSlot() argument
566 key, acctype, needsAtomize, offset) in ICGetElem_NativeSlot()
582 ReceiverGuard guard, const T* key, AccType acctype, in ICGetElem_UnboxedProperty() argument
585 guard, key, acctype, needsAtomize, offset) in ICGetElem_UnboxedProperty()
636 ReceiverGuard guard, const T* key, AccType acctype,
757 acctype_(acctype), in ICStubCompiler()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DBaselineIC.h564 : ICGetElemNativeStub(kind, stubCode, firstMonitorStub, guard, acctype, needsAtomize, in ICGetElemNativeStubImpl()
597 MOZ_ASSERT(acctype == ICGetElemNativeStub::FixedSlot || in ICGetElemNativeSlotStub()
598 acctype == ICGetElemNativeStub::DynamicSlot || in ICGetElemNativeSlotStub()
599 acctype == ICGetElemNativeStub::UnboxedProperty); in ICGetElemNativeSlotStub()
652 const T* key, AccType acctype, bool needsAtomize, uint32_t offset) in ICGetElem_NativeSlot() argument
655 key, acctype, needsAtomize, offset) in ICGetElem_NativeSlot()
671 ReceiverGuard guard, const T* key, AccType acctype, in ICGetElem_UnboxedProperty() argument
674 guard, key, acctype, needsAtomize, offset) in ICGetElem_UnboxedProperty()
725 ReceiverGuard guard, const T* key, AccType acctype,
846 acctype_(acctype), in ICStubCompiler()
[all …]
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/dialogs/
H A Dknewaccountdlg.cpp685 Account::Type acctype; in okClicked() local
687 acctype = static_cast<Account::Type>(d->ui->typeCombo->currentData().toInt()); in okClicked()
690 if (acctype == Account::Type::Loan in okClicked()
692 acctype = Account::Type::AssetLoan; in okClicked()
694 acctype = parent.accountGroup(); in okClicked()
700 if (!file->categoryToAccount(newName, acctype).isEmpty() in okClicked()
701 && (file->categoryToAccount(newName, acctype) != d->m_account.id())) { in okClicked()
706 d->m_account.setAccountType(acctype); in okClicked()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DScrub.c67 GNCAccountType acctype,
1407 GNCAccountType acctype, gboolean placeholder) in construct_account() argument
1416 xaccAccountSetType (acc, acctype); in construct_account()
1457 const char *accname, GNCAccountType acctype, in xaccScrubUtilityGetOrMakeAccount() argument
1468 acctype, currency); in xaccScrubUtilityGetOrMakeAccount()
1472 acctype, placeholder); in xaccScrubUtilityGetOrMakeAccount()

123