Home
last modified time | relevance | path

Searched defs:cmode (Results 1 – 25 of 34) sorted by relevance

12

/third_party/vixl/src/aarch32/
Doperands-aarch32.cc156 DataType ImmediateVbic::DecodeDt(uint32_t cmode) { in DecodeDt()
174 NeonImmediate ImmediateVbic::DecodeImmediate(uint32_t cmode, in DecodeImmediate()
295 DataType ImmediateVmov::DecodeDt(uint32_t cmode) { in DecodeDt()
320 NeonImmediate ImmediateVmov::DecodeImmediate(uint32_t cmode, in DecodeImmediate()
403 DataType ImmediateVmvn::DecodeDt(uint32_t cmode) { in DecodeDt()
423 NeonImmediate ImmediateVmvn::DecodeImmediate(uint32_t cmode, in DecodeImmediate()
478 DataType ImmediateVorr::DecodeDt(uint32_t cmode) { in DecodeDt()
496 NeonImmediate ImmediateVorr::DecodeImmediate(uint32_t cmode, in DecodeImmediate()
Ddisasm-aarch32.cc31035 unsigned cmode = (instr >> 8) & 0xf; in DecodeT32() local
31067 unsigned cmode = in DecodeT32() local
31107 unsigned cmode = (instr >> 8) & 0xf; in DecodeT32() local
31137 unsigned cmode = (instr >> 8) & 0xf; in DecodeT32() local
31314 unsigned cmode = (instr >> 8) & 0xf; in DecodeT32() local
31346 unsigned cmode = in DecodeT32() local
31386 unsigned cmode = (instr >> 8) & 0xf; in DecodeT32() local
31416 unsigned cmode = (instr >> 8) & 0xf; in DecodeT32() local
31629 unsigned cmode = in DecodeT32() local
31670 unsigned cmode = in DecodeT32() local
[all …]
/third_party/skia/src/c/
Dsk_effects.cpp53 sk_shader_tilemode_t cmode, in sk_shader_new_linear_gradient()
80 sk_shader_tilemode_t cmode, in sk_shader_new_radial_gradient()
124 sk_shader_tilemode_t cmode, in sk_shader_new_two_point_conical_gradient()
/third_party/node/src/crypto/
Dcrypto_cipher.h156 uint32_t cmode = args[1].As<v8::Uint32>()->Value(); in New() local
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-session.c344 long cmode; in lws_tls_session_cache() local
/third_party/node/deps/v8/src/objects/
Dmap.cc713 ConcurrencyMode cmode) { in TryReplayPropertyTransitions()
894 ConcurrencyMode cmode) { in FindElementsKindTransitionedMap()
937 ConcurrencyMode cmode) { in FindClosestElementsTransition()
957 ConcurrencyMode cmode) { in LookupElementsTransitionMap()
1061 ConcurrencyMode cmode) { in TryAsElementsKind()
Dmap-updater.cc299 ConcurrencyMode cmode) { in DetectIntegrityLevelTransitions()
343 ConcurrencyMode cmode) { in TryUpdateNoLock()
Dmap-inl.h762 Map Map::ElementsTransitionMap(Isolate* isolate, ConcurrencyMode cmode) { in ElementsTransitionMap()
/third_party/ffmpeg/libavcodec/
Dfaxcompr.c261 int cmode; in decode_group3_2d_line() local
Dralf.c247 int cmode = 0, coeff = 0; in decode_channel() local
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_print.cpp707 unsigned cmode = (subOp & NV50_IR_SUBOP_XMAD_CMODE_MASK); in print() local
Dnv50_ir_emit_gm107.cpp1975 unsigned cmode = (insn->subOp & NV50_IR_SUBOP_XMAD_CMODE_MASK); in emitXMAD() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_drv_ops.c549 struct hostapd_hw_modes *cmode = hapd->iface->current_mode; in hostapd_set_freq() local
802 struct hostapd_hw_modes *cmode = iface->current_mode; in hostapd_start_dfs_cac() local
Dbeacon.c1402 struct hostapd_hw_modes *cmode = iface->current_mode; in ieee802_11_set_beacon() local
Ddfs.c891 struct hostapd_hw_modes *cmode = iface->current_mode; in hostapd_dfs_start_channel_switch() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_drv_ops.c556 struct hostapd_hw_modes *cmode = hapd->iface->current_mode; in hostapd_set_freq() local
823 struct hostapd_hw_modes *cmode = iface->current_mode; in hostapd_start_dfs_cac() local
Dbeacon.c1785 struct hostapd_hw_modes *cmode = iface->current_mode; in __ieee802_11_set_beacon() local
Ddfs.c1041 struct hostapd_hw_modes *cmode = iface->current_mode; in hostapd_dfs_start_channel_switch() local
/third_party/node/deps/v8/src/diagnostics/arm64/
Ddisasm-arm64.cc2790 int cmode = instr->NEONCmode(); in VisitNEONModifiedImmediate() local
4031 int cmode = instr->NEONCmode(); in SubstituteImmediateField() local
4037 int cmode = instr->NEONCmode(); in SubstituteImmediateField() local
/third_party/ffmpeg/libavfilter/
Davf_showfreqs.c49 int cmode; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp1596 unsigned cmode = fieldFromInstruction(insn, 12, 4); in DecodeModImmInstruction() local
1635 unsigned cmode = fieldFromInstruction(insn, 12, 4); in DecodeModImmTiedInstruction() local
/third_party/node/deps/v8/src/codegen/arm64/
Dassembler-arm64.h2353 static Instr NEONCmode(int cmode) { in NEONCmode()
/third_party/node/deps/v8/src/diagnostics/arm/
Ddisasm-arm.cc1765 byte cmode = instr->Bits(11, 8); in DecodeVmovImmediate() local
/third_party/vixl/src/aarch64/
Dassembler-aarch64.h7603 static Instr NEONCmode(int cmode) { in NEONCmode()
/third_party/python/Python/
Dfileutils.c1607 char cmode[10]; in _Py_wfopen() local

12