/external/v8/src/arm64/ |
D | macro-assembler-arm64.cc | 59 UseScratchRegisterScope temps(this); in LogicalMacro() local 205 UseScratchRegisterScope temps(this); in Mov() local 248 UseScratchRegisterScope temps(this); in Mov() local 355 UseScratchRegisterScope temps(this); in ConditionalCompareMacro() local 370 UseScratchRegisterScope temps(this); in ConditionalCompareMacro() local 397 UseScratchRegisterScope temps(this); in Csel() local 407 UseScratchRegisterScope temps(this); in Csel() local 487 UseScratchRegisterScope temps(this); in AddSubMacro() local 495 UseScratchRegisterScope temps(this); in AddSubMacro() local 517 UseScratchRegisterScope temps(this); in AddSubWithCarryMacro() local [all …]
|
D | debug-arm64.cc | 349 UseScratchRegisterScope temps(masm); in GenerateFrameDropperLiveEdit() local
|
D | deoptimizer-arm64.cc | 311 UseScratchRegisterScope temps(masm()); in GeneratePrologue() local
|
D | lithium-codegen-arm64.cc | 834 UseScratchRegisterScope temps(masm()); in GenerateJumpTable() local 862 UseScratchRegisterScope temps(masm()); in GenerateJumpTable() local 2620 UseScratchRegisterScope temps(masm()); in DoCheckValue() local 4813 UseScratchRegisterScope temps(masm()); in DoSeqStringGetChar() local 4951 UseScratchRegisterScope temps(masm()); in DoShiftS() local 5750 UseScratchRegisterScope temps(masm()); in DoTransitionElementsKind() local
|
D | code-stubs-arm64.cc | 692 UseScratchRegisterScope temps(masm); in Generate() local 706 UseScratchRegisterScope temps(masm); in Generate() local 824 UseScratchRegisterScope temps(masm); in Generate() local 1140 UseScratchRegisterScope temps(masm); in Generate() local 4392 UseScratchRegisterScope temps(masm); in GeneratePositiveLookup() local
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.cc | 392 UseScratchRegisterScope temps; in MoveImmediateHelper() local 696 UseScratchRegisterScope temps(this); in LogicalMacro() local 849 UseScratchRegisterScope temps(this); in Movi16bitHelper() local 927 UseScratchRegisterScope temps(this); in Movi32bitHelper() local 960 UseScratchRegisterScope temps(this); in Movi64bitHelper() local 1002 UseScratchRegisterScope temps(this); in Movi() local 1019 UseScratchRegisterScope temps(this); in Mvn() local 1085 UseScratchRegisterScope temps(this); in ConditionalCompareMacro() local 1120 UseScratchRegisterScope temps(this); in Csel() local 1130 UseScratchRegisterScope temps(this); in Csel() local [all …]
|
/external/v8/src/compiler/ia32/ |
D | instruction-selector-ia32.cc | 107 InstructionOperand* temps[] = {g.TempRegister(ecx), g.TempRegister(edx)}; in VisitStore() local 318 InstructionOperand* temps[] = {g.TempRegister(edx)}; in VisitDiv() local 339 InstructionOperand* temps[] = {g.TempRegister(eax), g.TempRegister(edx)}; in VisitMod() local 413 InstructionOperand* temps[] = {g.TempRegister(eax)}; in VisitFloat64Mod() local
|
/external/v8/src/compiler/ |
D | instruction-selector.cc | 72 InstructionOperand** temps) { in Emit() 81 InstructionOperand** temps) { in Emit() 91 InstructionOperand** temps) { in Emit() 105 InstructionOperand** temps) { in Emit() 117 size_t temp_count, InstructionOperand** temps) { in Emit() 129 InstructionOperand** temps) { in Emit()
|
D | instruction.h | 445 size_t temp_count, InstructionOperand** temps) { in New() 510 InstructionOperand** temps) in Instruction()
|
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 120 InstructionOperand* temps[] = {g.TempRegister(rcx), g.TempRegister(rdx)}; in VisitStore() local 424 InstructionOperand* temps[] = {g.TempRegister(rdx)}; in VisitDiv() local 454 InstructionOperand* temps[] = {g.TempRegister(rax), g.TempRegister(rdx)}; in VisitMod() local 555 InstructionOperand* temps[] = {g.TempRegister(rax)}; in VisitFloat64Mod() local
|
/external/mesa3d/src/glsl/ |
D | linker.cpp | 791 hash_table *temps) in remap_variables() 796 hash_table *temps) in remap_variables() 833 hash_table *temps; in remap_variables() member in remap_variables::remap_visitor 867 hash_table *temps = NULL; in move_non_declarations() local
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi.h | 371 LLVMValueRef temps[LP_MAX_TGSI_TEMPS][TGSI_NUM_CHANNELS]; member 457 LLVMValueRef temps[LP_MAX_TGSI_TEMPS]; member
|
/external/v8/test/cctest/compiler/ |
D | test-instruction.cc | 321 InstructionOperand* temps[] = { in TEST() local
|
/external/v8/src/ic/arm64/ |
D | handler-compiler-arm64.cc | 421 UseScratchRegisterScope temps(masm()); in GenerateStoreTransition() local 615 UseScratchRegisterScope temps(masm()); in CheckPrototypes() local
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/ |
D | sm4_to_tgsi.cpp | 79 std::vector<struct ureg_dst> temps; member
|
/external/libvncserver/test/ |
D | bmp.c | 115 unsigned char *tempbuf=NULL; char temps[255], temps2[255]; in loadppm() local
|
/external/vixl/test/ |
D | test-utils-a64.cc | 358 UseScratchRegisterScope temps(masm); in Dump() local
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 69 struct ureg_dst temps[MAX_PROGRAM_TEMPS]; member
|
D | st_glsl_to_tgsi.cpp | 3892 struct ureg_dst temps[MAX_TEMPS]; member
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 220 InstructionOperand* temps[] = {g.TempRegister(x11), g.TempRegister(x12)}; in VisitStore() local
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm.cc | 338 InstructionOperand* temps[] = {g.TempRegister(r5), g.TempRegister(r6)}; in VisitStore() local
|
/external/pdfium/core/src/reflow/ |
D | layoutprocessor_reflow.cpp | 805 int temps = m_pTempLine->GetSize(); in AddTemp2CurrLine() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 1868 double temps[] = new double[2]; in buildSinCosTables() local
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 4270 struct tgsi_exec_vector temps[TGSI_EXEC_NUM_TEMPS + TGSI_EXEC_NUM_TEMP_EXTRAS]; in tgsi_exec_machine_run() local
|
/external/v8/src/ |
D | parser.cc | 2976 ZoneList<Variable*> temps(names->length(), zone()); in DesugarLetBindingsInForStatement() local
|