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

  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
arm64.s 147 FMOVS 1(R1), F2 // 221040bc
148 FMOVS 4(R1), F2 // 220440bd
158 FMOVS F1, 1(R2) // 411000bc
159 FMOVS F1, 4(R2) // 410400bd
168 FMOVS 0x4004(R1), F2 // FMOVS 16388(R1), F2 // 3b104091620740bd
174 FMOVS F1, 0x4004(R2) // FMOVS F1, 16388(R2) // 5b104091610700bd
184 FMOVS 0x44332211(R1), F2 // FMOVS 1144201745(R1), F
    [all...]
arm64enc.s 468 // FMOVS $(-1.625), F13 // 0d503f1e
473 FMOVS F20, R29 // 9d02261e
474 FMOVS R8, F15 // 0f01271e
476 FMOVS F4, F27 // 9b40201e
s390x.s 281 FMOVS $0, F11 // b37400b0
283 FMOVS (R1)(R2*1), F0 // ed0210000064
284 FMOVS n-8(SP), F15 // edf0f0100064
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
arm64.s 147 FMOVS 1(R1), F2 // 221040bc
148 FMOVS 4(R1), F2 // 220440bd
158 FMOVS F1, 1(R2) // 411000bc
159 FMOVS F1, 4(R2) // 410400bd
168 FMOVS 0x4004(R1), F2 // FMOVS 16388(R1), F2 // 3b104091620740bd
174 FMOVS F1, 0x4004(R2) // FMOVS F1, 16388(R2) // 5b104091610700bd
184 FMOVS 0x44332211(R1), F2 // FMOVS 1144201745(R1), F
    [all...]
arm64enc.s 468 // FMOVS $(-1.625), F13 // 0d503f1e
473 FMOVS F20, R29 // 9d02261e
474 FMOVS R8, F15 // 0f01271e
476 FMOVS F4, F27 // 9b40201e
s390x.s 281 FMOVS $0, F11 // b37400b0
283 FMOVS (R1)(R2*1), F0 // ed0210000064
284 FMOVS n-8(SP), F15 // edf0f0100064
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
FPMover.cpp 52 /// instructions into FMOVS instructions
107 MI->setDesc(TII->get(SP::FMOVS));
120 MI = BuildMI(MBB, I, dl, TM.getInstrInfo()->get(SP::FMOVS), OddDestReg)
SparcInstrInfo.cpp 277 BuildMI(MBB, I, DL, get(SP::FMOVS), DestReg)
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 327 BuildMI(MBB, I, DL, get(SP::FMOVS), DestReg)
334 // Use two FMOVS instructions.
337 movOpc = SP::FMOVS;
351 // Use four FMOVS instructions.
354 movOpc = SP::FMOVS;
LeonPasses.cpp 865 case SP::FMOVS:
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
anames.go 298 "FMOVS",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
anames.go 298 "FMOVS",
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
anames.go 94 "FMOVS",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
anames.go 94 "FMOVS",
  /external/pcre/dist2/src/sljit/
sljitNativeSPARC_common.c 138 #define FMOVS (OPC1(0x2) | OPC3(0x34) | DOP(0x01))
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
anames.go 74 "FMOVS",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
anames.go 74 "FMOVS",
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
S390XOps.go 223 {name: "FMOVSload", argLength: 2, reg: fpload, asm: "FMOVS", aux: "SymOff", faultOnNilArg0: true, symEffect: "Read"}, // fp32 load
225 {name: "FMOVSconst", reg: fp01, asm: "FMOVS", aux: "Float32", rematerializeable: true}, // fp32 constant
227 {name: "FMOVSloadidx", argLength: 3, reg: fploadidx, asm: "FMOVS", aux: "SymOff", symEffect: "Read"}, // fp32 load indexed by i
230 {name: "FMOVSstore", argLength: 3, reg: fpstore, asm: "FMOVS", aux: "SymOff", faultOnNilArg0: true, symEffect: "Write"}, // fp32 store
232 {name: "FMOVSstoreidx", argLength: 4, reg: fpstoreidx, asm: "FMOVS", aux: "SymOff", symEffect: "Write"}, // fp32 indexed by i store
    [all...]
ARM64Ops.go 260 {name: "FMOVSconst", argLength: 0, reg: fp01, aux: "Float64", asm: "FMOVS", typ: "Float32", rematerializeable: true}, // auxint as 64-bit float, convert to 32-bit float
272 {name: "FMOVSload", argLength: 2, reg: fpload, aux: "SymOff", asm: "FMOVS", typ: "Float32", faultOnNilArg0: true, symEffect: "Read"}, // load from arg0 + auxInt + aux. arg1=mem.
280 {name: "FMOVSstore", argLength: 3, reg: fpstore, aux: "SymOff", asm: "FMOVS", typ: "Mem", faultOnNilArg0: true, symEffect: "Write"}, // store 4 bytes of arg1 to arg0 + auxInt + aux. arg2=mem.
PPC64Ops.go 275 {name: "FMOVSload", argLength: 2, reg: fpload, asm: "FMOVS", aux: "SymOff", typ: "Float32", faultOnNilArg0: true, symEffect: "Read"},
281 {name: "FMOVSstore", argLength: 3, reg: fpstore, asm: "FMOVS", aux: "SymOff", typ: "Mem", faultOnNilArg0: true, symEffect: "Write"},
292 {name: "FMOVSconst", argLength: 0, reg: fp01, aux: "Float32", asm: "FMOVS", rematerializeable: true}, //
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
S390XOps.go 223 {name: "FMOVSload", argLength: 2, reg: fpload, asm: "FMOVS", aux: "SymOff", faultOnNilArg0: true, symEffect: "Read"}, // fp32 load
225 {name: "FMOVSconst", reg: fp01, asm: "FMOVS", aux: "Float32", rematerializeable: true}, // fp32 constant
227 {name: "FMOVSloadidx", argLength: 3, reg: fploadidx, asm: "FMOVS", aux: "SymOff", symEffect: "Read"}, // fp32 load indexed by i
230 {name: "FMOVSstore", argLength: 3, reg: fpstore, asm: "FMOVS", aux: "SymOff", faultOnNilArg0: true, symEffect: "Write"}, // fp32 store
232 {name: "FMOVSstoreidx", argLength: 4, reg: fpstoreidx, asm: "FMOVS", aux: "SymOff", symEffect: "Write"}, // fp32 indexed by i store
    [all...]
ARM64Ops.go 260 {name: "FMOVSconst", argLength: 0, reg: fp01, aux: "Float64", asm: "FMOVS", typ: "Float32", rematerializeable: true}, // auxint as 64-bit float, convert to 32-bit float
272 {name: "FMOVSload", argLength: 2, reg: fpload, aux: "SymOff", asm: "FMOVS", typ: "Float32", faultOnNilArg0: true, symEffect: "Read"}, // load from arg0 + auxInt + aux. arg1=mem.
280 {name: "FMOVSstore", argLength: 3, reg: fpstore, aux: "SymOff", asm: "FMOVS", typ: "Mem", faultOnNilArg0: true, symEffect: "Write"}, // store 4 bytes of arg1 to arg0 + auxInt + aux. arg2=mem.
PPC64Ops.go 275 {name: "FMOVSload", argLength: 2, reg: fpload, asm: "FMOVS", aux: "SymOff", typ: "Float32", faultOnNilArg0: true, symEffect: "Read"},
281 {name: "FMOVSstore", argLength: 3, reg: fpstore, asm: "FMOVS", aux: "SymOff", typ: "Mem", faultOnNilArg0: true, symEffect: "Write"},
292 {name: "FMOVSconst", argLength: 0, reg: fp01, aux: "Float32", asm: "FMOVS", rematerializeable: true}, //
  /prebuilts/go/darwin-x86/src/cmd/vet/
asmdecl.go 668 case "MOVW", "MOVWZ", "FMOVS":
  /prebuilts/go/linux-x86/src/cmd/vet/
asmdecl.go 668 case "MOVW", "MOVWZ", "FMOVS":

Completed in 460 milliseconds