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

1 2 3 4

  /prebuilts/go/darwin-x86/test/dwarf/dwarf.dir/
z14.go 4 func F14() {}
main.go 25 F14()
  /prebuilts/go/linux-x86/test/dwarf/dwarf.dir/
z14.go 4 func F14() {}
main.go 25 F14()
  /prebuilts/go/darwin-x86/src/runtime/cgo/
asm_arm.s 32 MOVD F14, (14*4+8*7)(R13)
49 MOVD (14*4+8*7)(R13), F14
asm_s390x.s 26 FMOVD F14, 80(R15)
43 FMOVD 80(R15), F14
asm_arm64.s 40 FMOVD F14, (8*22)(RSP)
70 FMOVD (8*22)(RSP), F14
asm_ppc64x.s 69 FMOVD F14, -144(R1)
110 FMOVD -144(R1), F14
  /prebuilts/go/linux-x86/src/runtime/cgo/
asm_arm.s 32 MOVD F14, (14*4+8*7)(R13)
49 MOVD (14*4+8*7)(R13), F14
asm_s390x.s 26 FMOVD F14, 80(R15)
43 FMOVD 80(R15), F14
asm_arm64.s 40 FMOVD F14, (8*22)(RSP)
70 FMOVD (8*22)(RSP), F14
asm_ppc64x.s 69 FMOVD F14, -144(R1)
110 FMOVD -144(R1), F14
  /prebuilts/go/darwin-x86/src/runtime/
rt0_darwin_arm64.s 36 FMOVD F14, 144(RSP)
68 FMOVD 144(RSP), F14
rt0_linux_arm64.s 31 FMOVD F14, 144(RSP)
75 FMOVD 144(RSP), F14
  /prebuilts/go/linux-x86/src/runtime/
rt0_darwin_arm64.s 36 FMOVD F14, 144(RSP)
68 FMOVD 144(RSP), F14
rt0_linux_arm64.s 31 FMOVD F14, 144(RSP)
75 FMOVD 144(RSP), F14
  /external/swiftshader/third_party/LLVM/unittests/Support/
Casting.cpp 109 const foo *F14 = cast_or_null<foo>(fub()); // Shouldn't print.
110 EXPECT_EQ(F14, null_foo);
  /art/runtime/arch/mips/
registers_mips.h 86 F14 = 14,
quick_method_frame_info_mips.h 67 (1 << art::mips::F12) | (1 << art::mips::F13) | (1 << art::mips::F14) | (1 << art::mips::F15) |
77 (1 << art::mips::F12) | (1 << art::mips::F13) | (1 << art::mips::F14) | (1 << art::mips::F15) |
  /art/runtime/arch/mips64/
registers_mips64.h 87 F14 = 14,
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
opGen.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
opGen.go     [all...]
  /device/google/cuttlefish_common/host/frontend/vnc_server/
keysyms.h 32 F11 = 0xffc8, F12 = 0xffc9, F13 = 0xffca, F14 = 0xffcb,
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
PPCBaseInfo.h 26 /// PPC::F14, return the number that it corresponds to (e.g. 14).
45 case R14: case X14: case F14: case V14: case CR3EQ: return 14;
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 39 static const FRegister kJniFArgumentRegisters[] = { F12, F14 };
47 static const FRegister kManagedFArgumentRegisters[] = { F8, F10, F12, F14, F16, F18 };
231 // or some of variants with floating-point registers (F12 and F14), for example
233 // | F12 | F14 | A3 | SP+16 | SP+20 | SP+24 | ... | SP+n | SP+n+4 |
241 // floating-point registers F12, F14 and for when the value is on the stack.
290 // $f12 and $f14; everything else with a structure offset greater than or equal to 16 is passed on
303 // | F12 | | F14 | SP+16 |
306 // | F12 | F14 | A3 |
309 // | F12 | F14 | A3 |
402 // $f12 and $f14; everything else with a structure offset greater than or equal to 16 is passed o
    [all...]

Completed in 1185 milliseconds

1 2 3 4