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

  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
anames.go 148 "LARL",
asmz.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
anames.go 103 "LARL",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
anames.go 148 "LARL",
asmz.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
anames.go 103 "LARL",
  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 313 LoweredMI = MCInstBuilder(SystemZ::LARL)
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
amd64enc.s     [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
amd64enc.s     [all...]
  /external/v8/src/s390/
assembler-s390.cc 355 // BR* and LARL).
366 } else if (LLILF == opcode || BRCL == opcode || LARL == opcode ||
371 imm32 <<= 1; // BR* + LARL treat immediate in # of halfwords
397 } else if (BRCL == opcode || LARL == opcode || BRASL == opcode) {
423 } else if (LLILF == opcode || BRCL == opcode || LARL == opcode ||
1476 void Assembler::larl(Register r1, const Operand& opnd) { function in class:v8::internal::Assembler
1481 void Assembler::larl(Register r1, Label* l) { function in class:v8::internal::Assembler
    [all...]
constants-s390.h 487 LARL = 0xC00, // Load Address Relative Long
    [all...]
simulator-s390.h 683 EVALUATE(LARL);
simulator-s390.cc     [all...]

Completed in 277 milliseconds