| /third_party/node/deps/v8/src/compiler/ |
| D | machine-graph.cc | 50 RelocInfo::Mode rmode) { in RelocatableInt32Constant() 60 RelocInfo::Mode rmode) { in RelocatableInt64Constant() 70 RelocInfo::Mode rmode) { in RelocatableIntPtrConstant()
|
| D | common-node-cache.h | 77 Node** FindRelocatableInt32Constant(int32_t value, RelocInfoMode rmode) { in FindRelocatableInt32Constant() 81 Node** FindRelocatableInt64Constant(int64_t value, RelocInfoMode rmode) { in FindRelocatableInt64Constant()
|
| D | common-operator.h | 191 RelocatablePtrConstantInfo(int32_t value, RelocInfo::Mode rmode) in RelocatablePtrConstantInfo() 193 RelocatablePtrConstantInfo(int64_t value, RelocInfo::Mode rmode) in RelocatablePtrConstantInfo() 197 RelocInfo::Mode rmode() const { return rmode_; } in rmode() function
|
| /third_party/node/deps/v8/src/codegen/ |
| D | reloc-info.cc | 106 void RelocInfoWriter::WriteMode(RelocInfo::Mode rmode) { in WriteMode() 111 void RelocInfoWriter::WriteModeAndPC(uint32_t pc_delta, RelocInfo::Mode rmode) { in WriteModeAndPC() 135 RelocInfo::Mode rmode = rinfo->rmode(); in Write() local 234 RelocInfo::Mode rmode = GetMode(); in next() local 395 const char* RelocInfo::RelocModeName(RelocInfo::Mode rmode) { in RelocModeName()
|
| D | constant-pool.cc | 222 RelocInfo::Mode rmode) { in RecordEntry() 229 RelocInfo::Mode rmode) { in RecordEntry() 470 RelocInfo::Mode rmode) { in RecordEntry() 477 RelocInfo::Mode rmode) { in RecordEntry()
|
| D | constant-pool.h | 61 RelocInfo::Mode rmode() const { return rmode_; } in rmode() function 188 RelocInfo::Mode rmode() const { return rmode_; } in rmode() function
|
| D | assembler.h | 390 bool ShouldRecordRelocInfo(RelocInfo::Mode rmode) const { in ShouldRecordRelocInfo()
|
| D | reloc-info.h | 213 Mode rmode() const { return rmode_; } in rmode() function
|
| /third_party/node/deps/v8/src/codegen/s390/ |
| D | assembler-s390.cc | 712 void Assembler::call(Handle<Code> target, RelocInfo::Mode rmode) { in call() 721 void Assembler::jump(Handle<Code> target, RelocInfo::Mode rmode, in jump() 802 void Assembler::dd(uint32_t data, RelocInfo::Mode rmode) { in dd() 813 void Assembler::dq(uint64_t value, RelocInfo::Mode rmode) { in dq() 824 void Assembler::dp(uintptr_t data, RelocInfo::Mode rmode) { in dp() 835 void Assembler::RecordRelocInfo(RelocInfo::Mode rmode, intptr_t data) { in RecordRelocInfo() 855 RelocInfo::Mode rmode = it->rmode(); in EmitRelocations() local
|
| D | assembler-s390.h | 96 : rmode_(rmode) { in rmode_() argument 146 RelocInfo::Mode rmode() const { return rmode_; } in rmode() function 204 DeferredRelocInfo(int position, RelocInfo::Mode rmode, intptr_t data) in DeferredRelocInfo() 208 RelocInfo::Mode rmode() const { return rmode_; } in rmode() function
|
| /third_party/python/Tools/scripts/ |
| D | md5sum.py | 9 rmode = 'rb' variable
|
| /third_party/ffmpeg/libavcodec/ |
| D | utvideodec.c | 358 int width, int height, int slices, int rmode) in restore_median_planar() 410 int width, int height, int slices, int rmode) in restore_median_planar_il() 465 int width, int height, int slices, int rmode) in restore_gradient_planar() 506 int width, int height, int slices, int rmode) in restore_gradient_planar_il()
|
| /third_party/node/deps/v8/src/codegen/ia32/ |
| D | assembler-ia32-inl.h | 181 void Assembler::emit(uint32_t x, RelocInfo::Mode rmode) { in emit() 188 void Assembler::emit(Handle<Code> code, RelocInfo::Mode rmode) { in emit()
|
| D | assembler-ia32.cc | 236 Operand::Operand(Register base, int32_t disp, RelocInfo::Mode rmode) { in Operand() 256 RelocInfo::Mode rmode) { in Operand() 277 RelocInfo::Mode rmode) { in Operand() 644 void Assembler::mov(Operand dst, Address src, RelocInfo::Mode rmode) { in mov() 1642 void Assembler::call(Address entry, RelocInfo::Mode rmode) { in call() 1653 void Assembler::wasm_call(Address entry, RelocInfo::Mode rmode) { in wasm_call() 1665 void Assembler::call(Handle<Code> code, RelocInfo::Mode rmode) { in call() 1719 void Assembler::jmp(Address entry, RelocInfo::Mode rmode) { in jmp() 1736 void Assembler::jmp(Handle<Code> code, RelocInfo::Mode rmode) { in jmp() 1787 void Assembler::j(Condition cc, byte* entry, RelocInfo::Mode rmode) { in j() [all …]
|
| /third_party/astc-encoder/Source/ |
| D | astcenc_mathlib_softfloat.cpp | 194 static sf16 sf32_to_sf16(sf32 inp, roundmode rmode) in sf32_to_sf16()
|
| /third_party/node/deps/v8/src/codegen/ppc/ |
| D | assembler-ppc.h | 70 : rmode_(rmode) { in rmode_() argument 159 DeferredRelocInfo(int position, RelocInfo::Mode rmode, intptr_t data) in DeferredRelocInfo() 163 RelocInfo::Mode rmode() const { return rmode_; } in rmode() function 1335 ConstantPoolEntry::Access ConstantPoolAddEntry(RelocInfo::Mode rmode, in ConstantPoolAddEntry()
|
| D | macro-assembler-ppc.cc | 137 void TurboAssembler::Jump(intptr_t target, RelocInfo::Mode rmode, in Jump() 150 void TurboAssembler::Jump(Address target, RelocInfo::Mode rmode, Condition cond, in Jump() 156 void TurboAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode, in Jump() 218 RelocInfo::Mode rmode, in CallSizeNotPredictableCodeSize() 223 void TurboAssembler::Call(Address target, RelocInfo::Mode rmode, in Call() 239 void TurboAssembler::Call(Handle<Code> code, RelocInfo::Mode rmode, in Call() 345 RelocInfo::Mode rmode) { in Move()
|
| /third_party/node/deps/v8/src/codegen/x64/ |
| D | macro-assembler-x64.cc | 1683 RelocInfo::Mode rmode) { in CallRecordWriteStub() 1702 RelocInfo::Mode rmode) { in CallRecordWriteStub() 1709 RelocInfo::Mode rmode) { in CallRecordWriteStub() 1815 void TurboAssembler::Jump(Address destination, RelocInfo::Mode rmode) { in CallRecordWriteStub() 1820 void TurboAssembler::Jump(Handle<CodeT> code_object, RelocInfo::Mode rmode, in CallRecordWriteStub() 1860 void TurboAssembler::Call(Address destination, RelocInfo::Mode rmode) { in CallRecordWriteStub() 1865 void TurboAssembler::Call(Handle<CodeT> code_object, RelocInfo::Mode rmode) { in CallRecordWriteStub()
|
| D | macro-assembler-x64.h | 334 void Move(Register dst, Address ptr, RelocInfo::Mode rmode) { in Move()
|
| D | assembler-x64.cc | 342 bool Assembler::UseConstPoolFor(RelocInfo::Mode rmode) { in UseConstPoolFor() 1004 void Assembler::call(Address entry, RelocInfo::Mode rmode) { in call() 1012 void Assembler::call(Handle<CodeT> target, RelocInfo::Mode rmode) { in call() 1023 void Assembler::near_call(intptr_t disp, RelocInfo::Mode rmode) { in near_call() 1031 void Assembler::near_jmp(intptr_t disp, RelocInfo::Mode rmode) { in near_jmp() 1435 void Assembler::j(Condition cc, Address entry, RelocInfo::Mode rmode) { in j() 1445 void Assembler::j(Condition cc, Handle<CodeT> target, RelocInfo::Mode rmode) { in j() 1463 void Assembler::jmp(Address entry, RelocInfo::Mode rmode) { in jmp() 1538 void Assembler::jmp(Handle<CodeT> target, RelocInfo::Mode rmode) { in jmp() 4438 void Assembler::dd(uint32_t data, RelocInfo::Mode rmode) { in dd() [all …]
|
| /third_party/pulseaudio/src/modules/echo-cancel/ |
| D | webrtc.cc | 82 static int routing_mode_from_string(const char *rmode) { in routing_mode_from_string()
|
| /third_party/node/deps/v8/src/diagnostics/ |
| D | disassembler.cc | 223 RelocInfo::Mode rmode = relocinfo->rmode(); in PrintRelocInfo() local
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| D | macro-assembler-arm64.cc | 1848 void TurboAssembler::JumpHelper(int64_t offset, RelocInfo::Mode rmode, in JumpHelper() 1873 RelocInfo::Mode rmode, byte* pc) { in CalculateTargetOffset() 1897 void TurboAssembler::Jump(Address target, RelocInfo::Mode rmode, in Jump() 1903 void TurboAssembler::Jump(Handle<CodeT> code, RelocInfo::Mode rmode, in Jump() 1940 void TurboAssembler::Call(Address target, RelocInfo::Mode rmode) { in Call() 1951 void TurboAssembler::Call(Handle<CodeT> code, RelocInfo::Mode rmode) { in Call() 2243 void TurboAssembler::IndirectCall(Address target, RelocInfo::Mode rmode) { in IndirectCall()
|
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| D | assembler-riscv64.h | 114 RelocInfo::Mode rmode() const { return rmode_; } in rmode() function 1313 void RecordEntry(uint32_t data, RelocInfo::Mode rmode) { in RecordEntry() 1317 void RecordEntry(uint64_t data, RelocInfo::Mode rmode) { in RecordEntry()
|
| /third_party/node/deps/v8/src/codegen/arm/ |
| D | macro-assembler-arm.cc | 122 void TurboAssembler::Jump(intptr_t target, RelocInfo::Mode rmode, in Jump() 127 void TurboAssembler::Jump(Address target, RelocInfo::Mode rmode, in Jump() 133 void TurboAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode, in Jump() 186 void TurboAssembler::Call(Address target, RelocInfo::Mode rmode, Condition cond, in Call() 221 void TurboAssembler::Call(Handle<Code> code, RelocInfo::Mode rmode, in Call()
|