/external/v8/src/interpreter/ |
D | bytecode-array-builder.h | 73 BytecodeArrayBuilder& LoadLiteral(v8::internal::Smi* value); 74 BytecodeArrayBuilder& LoadLiteral(double value); 75 BytecodeArrayBuilder& LoadLiteral(const AstRawString* raw_string); 76 BytecodeArrayBuilder& LoadLiteral(const Scope* scope); 77 BytecodeArrayBuilder& LoadLiteral(AstBigInt bigint); 78 BytecodeArrayBuilder& LoadLiteral(AstSymbol symbol);
|
D | bytecode-generator.cc | 192 builder()->LoadLiteral(Smi::FromInt(token)); in RecordCommand() 214 builder()->LoadLiteral(Smi::FromInt(-1)); in RecordFallThroughPath() 236 ->LoadLiteral(Smi::FromInt(entry.token)) in ApplyDeferredCommands() 1220 ->LoadLiteral(variable->raw_name()) in VisitVariableDeclaration() 1265 ->LoadLiteral(variable->raw_name()) in VisitFunctionDeclaration() 1292 ->LoadLiteral(Smi::FromInt(entry->module_request)) in VisitModuleNamespaceImports() 1320 .LoadLiteral(Smi::FromInt(encoded_flags)) in VisitDeclarations() 1594 ->LoadLiteral(property->key()->AsLiteral()->AsRawPropertyName()) in VisitForInAssignment() 1640 builder()->LoadLiteral(Smi::kZero); in VisitForInStatement() 1872 ->LoadLiteral(ast_string_constants()->prototype_string()) in BuildClassLiteral() [all …]
|
D | bytecode-array-builder.cc | 574 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadLiteral( in LoadLiteral() function in v8::internal::interpreter::BytecodeArrayBuilder 585 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadLiteral(double value) { in LoadLiteral() function in v8::internal::interpreter::BytecodeArrayBuilder 591 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadLiteral( in LoadLiteral() function in v8::internal::interpreter::BytecodeArrayBuilder 598 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadLiteral(const Scope* scope) { in LoadLiteral() function in v8::internal::interpreter::BytecodeArrayBuilder 604 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadLiteral(AstBigInt bigint) { in LoadLiteral() function in v8::internal::interpreter::BytecodeArrayBuilder 610 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadLiteral(AstSymbol symbol) { in LoadLiteral() function in v8::internal::interpreter::BytecodeArrayBuilder
|
/external/vixl/examples/aarch64/ |
D | non-const-visitor.h | 78 V(LoadLiteral) \
|
/external/v8/src/arm64/ |
D | decoder-arm64.h | 36 V(LoadLiteral) \
|
/external/vixl/src/aarch64/ |
D | decoder-aarch64.h | 68 V(LoadLiteral) \
|
D | assembler-aarch64.h | 4241 void LoadLiteral(const CPURegister& rt, uint64_t imm, LoadLiteralOp op);
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 1679 def LDRWl : LoadLiteral<0b00, 0, GPR32, "ldr">; 1680 def LDRXl : LoadLiteral<0b01, 0, GPR64, "ldr">; 1681 def LDRSl : LoadLiteral<0b00, 1, FPR32, "ldr">; 1682 def LDRDl : LoadLiteral<0b01, 1, FPR64, "ldr">; 1683 def LDRQl : LoadLiteral<0b10, 1, FPR128, "ldr">; 1686 def LDRSWl : LoadLiteral<0b10, 0, GPR64, "ldrsw">;
|
D | AArch64InstrFormats.td | 2465 class LoadLiteral<bits<2> opc, bit V, RegisterClass regtype, string asm>
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 1886 def LDRWl : LoadLiteral<0b00, 0, GPR32z, "ldr">; 1887 def LDRXl : LoadLiteral<0b01, 0, GPR64z, "ldr">; 1888 def LDRSl : LoadLiteral<0b00, 1, FPR32Op, "ldr">; 1889 def LDRDl : LoadLiteral<0b01, 1, FPR64Op, "ldr">; 1890 def LDRQl : LoadLiteral<0b10, 1, FPR128Op, "ldr">; 1893 def LDRSWl : LoadLiteral<0b10, 0, GPR64z, "ldrsw">;
|
D | AArch64InstrFormats.td | 2857 class LoadLiteral<bits<2> opc, bit V, RegisterOperand regtype, string asm>
|