| /external/jemalloc_new/src/ |
| D | bin.c | 8 #define BIN_INFO_bin_yes(reg_size, slab_size, nregs) \ argument 10 #define BIN_INFO_bin_no(reg_size, slab_size, nregs) argument
|
| D | arena.c | 1925 #define REGIND_bin_yes(index, reg_size) \ in arena_boot() argument 1927 #define REGIND_bin_no(index, reg_size) in arena_boot() argument
|
| D | stats.c | 294 size_t reg_size, slab_size, curregs; in stats_arena_bins_print() local
|
| /external/linux-kselftest/tools/testing/selftests/arm64/abi/ |
| D | syscall-abi.c | 121 size_t reg_size = sve_vl; in check_z() local 157 size_t reg_size = sve_vq_from_vl(sve_vl) * 2; /* 1 bit per VL byte */ in check_p() local 192 size_t reg_size = sve_vq_from_vl(sve_vl) * 2; /* 1 bit per VL byte */ in check_ffr() local
|
| /external/jemalloc_new/include/jemalloc/internal/ |
| D | bin.h | 36 size_t reg_size; member
|
| /external/mesa3d/src/gallium/drivers/iris/ |
| D | iris_perf.c | 60 uint32_t reg, uint32_t reg_size, in iris_perf_store_register_mem()
|
| /external/vixl/src/aarch64/ |
| D | assembler-aarch64.h | 829 unsigned reg_size = rd.GetSizeInBits(); in lsl() local 7141 static Instr ImmS(unsigned imms, unsigned reg_size) { in ImmS() 7148 static Instr ImmR(unsigned immr, unsigned reg_size) { in ImmR() 7156 static Instr ImmSetBits(unsigned imms, unsigned reg_size) { in ImmSetBits() 7164 static Instr ImmRotate(unsigned immr, unsigned reg_size) { in ImmRotate() 7177 static Instr BitN(unsigned bitn, unsigned reg_size) { in BitN()
|
| D | macro-assembler-aarch64.cc | 450 unsigned reg_size = rd.GetSizeInBits(); in MoveImmediateHelper() local 799 unsigned reg_size = rd.GetSizeInBits(); in LogicalMacro() local 1609 int reg_size = dst.GetSizeInBits(); in MoveImmediateForShiftedOp() local 2069 int reg_size = registers.GetRegisterSizeInBytes(); in PushCPURegList() local 2101 int reg_size = registers.GetRegisterSizeInBytes(); in PopCPURegList() local 2401 const int reg_size = registers.GetRegisterSizeInBytes(); in LoadStoreCPURegListHelper() local 2452 int reg_size = registers.GetRegisterSizeInBytes(); in BaseMemOperandForLoadStoreCPURegList() local
|
| D | instructions-aarch64.cc | 33 static uint64_t RepeatBitsAcrossReg(unsigned reg_size, in RepeatBitsAcrossReg() 609 unsigned reg_size = GetSixtyFourBits() ? kXRegSize : kWRegSize; in GetImmLogical() local
|
| D | simulator-aarch64.cc | 787 uint64_t Simulator::AddWithCarry(unsigned reg_size, in AddWithCarry() 805 std::pair<uint64_t, uint8_t> Simulator::AddWithCarry(unsigned reg_size, in AddWithCarry() 889 int64_t Simulator::ShiftOperand(unsigned reg_size, in ShiftOperand() 941 int64_t Simulator::ExtendValue(unsigned reg_size, in ExtendValue() 1030 unsigned reg_size, unsigned lane_size) { in GetPrintRegisterFormatForSize() 3722 unsigned reg_size = instr->GetSixtyFourBits() ? kXRegSize : kWRegSize; in AddSubHelper() local 3762 unsigned reg_size = instr->GetSixtyFourBits() ? kXRegSize : kWRegSize; in VisitAddSubShifted() local 3779 unsigned reg_size = instr->GetSixtyFourBits() ? kXRegSize : kWRegSize; in VisitAddSubExtended() local 3789 unsigned reg_size = instr->GetSixtyFourBits() ? kXRegSize : kWRegSize; in VisitAddSubWithCarry() local 3836 unsigned reg_size = instr->GetSixtyFourBits() ? kXRegSize : kWRegSize; in VisitLogicalShifted() local [all …]
|
| D | assembler-aarch64.cc | 5356 int reg_size = dst.GetSizeInBits(); in OneInstrMoveImmediateHelper() local 5514 unsigned reg_size = rd.GetSizeInBits(); in Logical() local 5549 unsigned reg_size = rd.GetSizeInBits(); in LogicalImmediate() local 5681 unsigned reg_size = rd.GetSizeInBits(); in EmitExtendShift() local 5957 bool Assembler::IsImmMovn(uint64_t imm, unsigned reg_size) { in IsImmMovn() 5964 bool Assembler::IsImmMovz(uint64_t imm, unsigned reg_size) { in IsImmMovz()
|
| D | disasm-aarch64.cc | 890 unsigned reg_size = in VisitLogicalImmediate() local 918 bool Disassembler::IsMovzMovnImm(unsigned reg_size, uint64_t value) { in IsMovzMovnImm() 6212 unsigned reg_size = kXRegSize; in SubstituteRegisterField() local 6751 unsigned reg_size = in SubstituteBitfieldImmediateField() local
|
| /external/mesa3d/src/intel/compiler/ |
| D | brw_fs_reg_allocate.cpp | 878 const unsigned reg_size = dst.component_size(bld.dispatch_width()) / in emit_unspill() local 934 const unsigned reg_size = src.component_size(bld.dispatch_width()) / in emit_spill() local
|
| D | brw_ir_vec4.h | 433 const unsigned reg_size = in regs_read() local
|
| D | brw_ir_fs.h | 462 const unsigned reg_size = inst->src[i].file == UNIFORM ? 4 : REG_SIZE; in regs_read() local
|
| D | brw_vec4.cpp | 1660 const unsigned reg_size = (inst->dst.file == UNIFORM ? 16 : REG_SIZE); in dump_instruction() local 1753 const unsigned reg_size = (inst->src[i].file == UNIFORM ? 16 : REG_SIZE); in dump_instruction() local
|
| D | brw_fs.cpp | 7296 const unsigned reg_size = (inst->dst.file == UNIFORM ? 4 : REG_SIZE); in dump_instruction() local 7392 const unsigned reg_size = (inst->src[i].file == UNIFORM ? 4 : REG_SIZE); in dump_instruction() local
|
| D | brw_fs_nir.cpp | 76 unsigned reg_size = vec4s[loc]; in nir_setup_outputs() local
|
| /external/bcc/src/cc/usdt/ |
| D | usdt_args.cc | 669 bool ArgumentParser_x64::normalize_register(std::string *reg, int *reg_size) { in normalize_register()
|
| /external/linux-kselftest/tools/testing/selftests/kvm/aarch64/ |
| D | get-reg-list.c | 234 const char *reg_size = NULL; in print_reg() local
|
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| D | brw_performance_query.c | 457 uint32_t reg, uint32_t reg_size, in brw_perf_store_register()
|
| /external/vixl/test/aarch64/ |
| D | test-utils-aarch64.cc | 491 int reg_size, in PopulateRegisterArray() 522 int reg_size, in PopulateVRegisterArray()
|
| D | test-simulator-aarch64.cc | 385 unsigned reg_size, in Test2Op_Helper() 542 unsigned reg_size, in Test3Op_Helper() 700 unsigned reg_size, in TestCmp_Helper() 841 unsigned reg_size, in TestCmpZero_Helper()
|
| /external/vixl/src/ |
| D | utils-vixl.cc | 191 unsigned CountClearHalfWords(uint64_t imm, unsigned reg_size) { in CountClearHalfWords()
|
| /external/mesa3d/src/gallium/drivers/etnaviv/ |
| D | etnaviv_compiler_tgsi.c | 130 size_t reg_size; member
|