/aosp_15_r20/external/vixl/src/aarch32/ |
H A D | operands-aarch32.cc | 156 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()
|
H A D | disasm-aarch32.cc | 31035 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 …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/coverage/cfile/ |
D | testsupport.go | 128 cmode coverage.CounterMode member
|
D | emit.go | 93 cmode coverage.CounterMode var
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/coverage/cmerge/ |
D | merge.go | 28 cmode coverage.CounterMode member
|
/aosp_15_r20/external/libwebsockets/lib/tls/openssl/ |
H A D | openssl-session.c | 339 long cmode; in lws_tls_session_cache() local
|
/aosp_15_r20/external/sandboxed-api/contrib/libzip/utils/ |
H A D | utils_zip.cc | 253 sapi::v::ConstCStr cmode(mode.c_str()); in GetSource() local
|
/aosp_15_r20/external/wpa_supplicant_8/src/ap/ |
H A D | ap_drv_ops.c | 652 struct hostapd_hw_modes *cmode = hapd->iface->current_mode; in hostapd_set_freq() local 995 struct hostapd_hw_modes *cmode = iface->current_mode; in hostapd_start_dfs_cac() local
|
H A D | dfs.c | 978 struct hostapd_hw_modes *cmode = iface->current_mode; in hostapd_dfs_request_channel_switch() local
|
H A D | beacon.c | 2644 struct hostapd_hw_modes *cmode = iface->current_mode; in __ieee802_11_set_beacon() local
|
/aosp_15_r20/external/coreboot/src/soc/qualcomm/common/include/soc/usb/ |
H A D | qusb_phy.h | 75 u32 cmode; member
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64Disassembler.cpp | 1385 unsigned cmode = fieldFromInstruction(insn, 12, 4); in DecodeModImmInstruction() local 1424 unsigned cmode = fieldFromInstruction(insn, 12, 4); in DecodeModImmTiedInstruction() local
|
/aosp_15_r20/external/capstone/arch/AArch64/ |
H A D | AArch64Disassembler.c | 1484 unsigned cmode = fieldFromInstruction(insn, 12, 4); in DecodeModImmInstruction() local 1524 unsigned cmode = fieldFromInstruction(insn, 12, 4); in DecodeModImmTiedInstruction() local
|
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_print.cpp | 702 unsigned cmode = (subOp & NV50_IR_SUBOP_XMAD_CMODE_MASK); in print() local
|
H A D | nv50_ir_emit_gm107.cpp | 1975 unsigned cmode = (insn->subOp & NV50_IR_SUBOP_XMAD_CMODE_MASK); in emitXMAD() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cover/ |
D | cover.go | 80 cmode coverage.CounterMode var
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64Disassembler.cpp | 1596 unsigned cmode = fieldFromInstruction(insn, 12, 4); in DecodeModImmInstruction() local 1635 unsigned cmode = fieldFromInstruction(insn, 12, 4); in DecodeModImmTiedInstruction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64Disassembler.cpp | 1701 unsigned cmode = fieldFromInstruction(insn, 12, 4); in DecodeModImmInstruction() local 1740 unsigned cmode = fieldFromInstruction(insn, 12, 4); in DecodeModImmTiedInstruction() local
|
/aosp_15_r20/external/XNNPACK/src/jit/ |
H A D | aarch64-assembler.cc | 556 uint32_t cmode = 0; in movi() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 3799 unsigned cmode = fieldFromInstruction(Insn, 8, 4); in DecodeMVEModImmInstruction() local 6020 unsigned cmode = fieldFromInstruction(Insn, 8, 4); in DecodeVCVTD() local 6079 unsigned cmode = fieldFromInstruction(Insn, 8, 4); in DecodeVCVTQ() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 3513 unsigned cmode = fieldFromInstruction(Insn, 8, 4); in DecodeMVEModImmInstruction() local 5672 unsigned cmode = fieldFromInstruction(Insn, 8, 4); in DecodeVCVTD() local 5731 unsigned cmode = fieldFromInstruction(Insn, 8, 4); in DecodeVCVTQ() local
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 7578 static Instr NEONCmode(int cmode) { in NEONCmode()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | fileutils.c | 1607 char cmode[10]; in _Py_wfopen() local
|
/aosp_15_r20/external/capstone/arch/ARM/ |
H A D | ARMDisassembler.c | 5089 unsigned Vm, imm, cmode, op; in DecodeVCVTD() local 5120 unsigned Vm, imm, cmode, op; in DecodeVCVTQ() local
|
/aosp_15_r20/external/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 5134 unsigned cmode = fieldFromInstruction(Insn, 8, 4); in DecodeVCVTD() local 5193 unsigned cmode = fieldFromInstruction(Insn, 8, 4); in DecodeVCVTQ() local
|