HomeSort by relevance Sort by last modified time
    Searched refs:load_rep (Results 1 - 10 of 10) sorted by null

  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc 355 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); local
358 switch (load_rep.representation()) {
367 opcode = load_rep.IsUnsigned() ? kMips64Lbu : kMips64Lb;
370 opcode = load_rep.IsUnsigned() ? kMips64Lhu : kMips64Lh;
373 opcode = load_rep.IsUnsigned() ? kMips64Lwu : kMips64Lw;
1307 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); local
1346 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); local
1721 UnalignedLoadRepresentation load_rep = local
1828 CheckedLoadRepresentation load_rep = CheckedLoadRepresentationOf(node->op()); local
2084 LoadRepresentation load_rep = LoadRepresentationOf(n->op()); local
2087 UnalignedLoadRepresentation load_rep = local
2567 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); local
    [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 239 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); local
245 switch (load_rep.representation()) {
254 opcode = load_rep.IsUnsigned() ? kMipsLbu : kMipsLb;
257 opcode = load_rep.IsUnsigned() ? kMipsLhu : kMipsLh;
1178 UnalignedLoadRepresentation load_rep = local
1283 CheckedLoadRepresentation load_rep = CheckedLoadRepresentationOf(node->op()); local
1819 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); local
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 197 ArchOpcode GetLoadOpcode(LoadRepresentation load_rep) {
199 switch (load_rep.representation()) {
208 opcode = load_rep.IsSigned() ? kX64Movsxbl : kX64Movzxbl;
211 opcode = load_rep.IsSigned() ? kX64Movsxwl : kX64Movzxwl;
272 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); local
275 ArchOpcode opcode = GetLoadOpcode(load_rep);
386 CheckedLoadRepresentation load_rep = CheckedLoadRepresentationOf(node->op()); local
392 switch (load_rep.representation()) {
394 opcode = load_rep.IsSigned() ? kCheckedLoadInt8 : kCheckedLoadUint8;
397 opcode = load_rep.IsSigned() ? kCheckedLoadInt16 : kCheckedLoadUint16
1150 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); local
1223 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); local
2231 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); local
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 212 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); local
215 switch (load_rep.representation()) {
224 opcode = load_rep.IsSigned() ? kIA32Movsxbl : kIA32Movzxbl;
227 opcode = load_rep.IsSigned() ? kIA32Movsxwl : kIA32Movzxwl;
372 CheckedLoadRepresentation load_rep = CheckedLoadRepresentationOf(node->op()); local
378 switch (load_rep.representation()) {
380 opcode = load_rep.IsSigned() ? kCheckedLoadInt8 : kCheckedLoadUint8;
383 opcode = load_rep.IsSigned() ? kCheckedLoadInt16 : kCheckedLoadUint16;
1673 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); local
    [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 173 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); local
176 switch (load_rep.representation()) {
185 opcode = load_rep.IsSigned() ? kX87Movsxbl : kX87Movzxbl;
188 opcode = load_rep.IsSigned() ? kX87Movsxwl : kX87Movzxwl;
333 CheckedLoadRepresentation load_rep = CheckedLoadRepresentationOf(node->op()); local
339 switch (load_rep.representation()) {
341 opcode = load_rep.IsSigned() ? kCheckedLoadInt8 : kCheckedLoadUint8;
344 opcode = load_rep.IsSigned() ? kCheckedLoadInt16 : kCheckedLoadUint16;
1790 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); local
    [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 179 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); local
185 switch (load_rep.representation()) {
194 opcode = load_rep.IsSigned() ? kPPC_LoadWordS8 : kPPC_LoadWordU8;
197 opcode = load_rep.IsSigned() ? kPPC_LoadWordS16 : kPPC_LoadWordU16;
363 CheckedLoadRepresentation load_rep = CheckedLoadRepresentationOf(node->op()); local
369 switch (load_rep.representation()) {
371 opcode = load_rep.IsSigned() ? kCheckedLoadInt8 : kCheckedLoadUint8;
374 opcode = load_rep.IsSigned() ? kCheckedLoadInt16 : kCheckedLoadUint16;
2062 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); local
    [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 564 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); local
565 MachineRepresentation rep = load_rep.representation();
577 opcode = load_rep.IsSigned() ? kArm64Ldrsb : kArm64Ldrb;
581 opcode = load_rep.IsSigned() ? kArm64Ldrsh : kArm64Ldrh;
736 CheckedLoadRepresentation load_rep = CheckedLoadRepresentationOf(node->op()); local
742 switch (load_rep.representation()) {
744 opcode = load_rep.IsSigned() ? kCheckedLoadInt8 : kCheckedLoadUint8;
747 opcode = load_rep.IsSigned() ? kCheckedLoadInt16 : kCheckedLoadUint16;
1646 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); local
1711 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); local
2649 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); local
    [all...]
  /external/v8/src/compiler/s390/
instruction-selector-s390.cc 264 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); local
266 switch (load_rep.representation()) {
275 opcode = load_rep.IsSigned() ? kS390_LoadWordS8 : kS390_LoadWordU8;
278 opcode = load_rep.IsSigned() ? kS390_LoadWordS16 : kS390_LoadWordU16;
375 LoadRepresentation load_rep = LoadRepresentationOf(node->op());
376 switch (load_rep.representation()) {
787 CheckedLoadRepresentation load_rep = CheckedLoadRepresentationOf(node->op()); local
793 switch (load_rep.representation()) {
795 opcode = load_rep.IsSigned() ? kCheckedLoadInt8 : kCheckedLoadUint8;
798 opcode = load_rep.IsSigned() ? kCheckedLoadInt16 : kCheckedLoadUint16
1282 LoadRepresentation load_rep = LoadRepresentationOf(input.node()->op()); local
2153 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); local
2470 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); local
    [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 403 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); local
409 switch (load_rep.representation()) {
418 opcode = load_rep.IsUnsigned() ? kArmLdrb : kArmLdrsb;
421 opcode = load_rep.IsUnsigned() ? kArmLdrh : kArmLdrsh;
541 UnalignedLoadRepresentation load_rep = local
551 switch (load_rep.representation()) {
657 CheckedLoadRepresentation load_rep = CheckedLoadRepresentationOf(node->op()); local
663 switch (load_rep.representation()) {
665 opcode = load_rep.IsSigned() ? kCheckedLoadInt8 : kCheckedLoadUint8;
668 opcode = load_rep.IsSigned() ? kCheckedLoadInt16 : kCheckedLoadUint16
2129 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); local
    [all...]
  /external/v8/src/compiler/
wasm-compiler.cc 3018 MachineType load_rep = wasm::WasmOpcodes::MachineTypeFor(wasm::kWasmI32); local
3031 MachineType load_rep = local
    [all...]

Completed in 165 milliseconds