Home
last modified time | relevance | path

Searched refs:F12 (Results 1 – 25 of 123) sorted by relevance

12345

/external/libxkbcommon/xkbcommon/test/data/symbols/
Dsrvr_ctrl69 symbols[Group1]= [ F12, F12, F12, F12, XF86_Switch_VT_12 ]
89 key <FK12> { [ F12, F12 ] };
107 symbols[Group1]= [ F12, F12, F12, F12, XF86LogWindowTree ]
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dlog_softmax.h41 using F12 = gemmlowp::FixedPoint<int32, kAccumulationIntegerBits>; in LogSoftmax() local
51 F12 sum_of_exps_in_q12 = F12::FromRaw(0); in LogSoftmax()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcRegisterInfo.td98 def F12 : Rf<12, "F12">, DwarfRegNum<[44]>;
126 def D6 : Rd<12, "F12", [F12, F13]>, DwarfRegNum<[78]>;
DFPMover.cpp63 SP::F0, SP::F2, SP::F4, SP::F6, SP::F8, SP::F10, SP::F12, SP::F14, in getDoubleRegPair()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsRegisterInfo.td154 def F12 : FPR<12, "F12">, DwarfRegNum<[44]>;
183 def D6 : AFPR<12, "F12", [F12, F13]>;
207 def D12_64 : AFPR64<12, "F12", [F12]>;
DMipsCallingConv.td50 CCIfType<[f32], CCAssignToRegWithShadow<[F12, F13, F14, F15,
95 CCAssignToReg<[F12, F13, F14, F15, F16, F17, F18, F19]>>>,
98 CCAssignToReg<[F12, F14, F16, F18]>>>,
/external/swiftshader/third_party/LLVM/unittests/Support/
DCasting.cpp105 const foo *F12 = cast_or_null<foo>(B2); in TEST() local
106 EXPECT_NE(F12, null_foo); in TEST()
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp819 EmitInstrRegReg(STI, MovOpc, Mips::A0, Mips::F12); in EmitSwapFPIntParams()
822 EmitMovFPIntPair(STI, MovOpc, Mips::A0, Mips::A1, Mips::F12, Mips::F14, LE); in EmitSwapFPIntParams()
825 EmitInstrRegReg(STI, MovOpc, Mips::A0, Mips::F12); in EmitSwapFPIntParams()
829 EmitMovFPIntPair(STI, MovOpc, Mips::A0, Mips::A1, Mips::F12, Mips::F13, LE); in EmitSwapFPIntParams()
832 EmitMovFPIntPair(STI, MovOpc, Mips::A0, Mips::A1, Mips::F12, Mips::F13, LE); in EmitSwapFPIntParams()
836 EmitMovFPIntPair(STI, MovOpc, Mips::A0, Mips::A1, Mips::F12, Mips::F13, LE); in EmitSwapFPIntParams()
DMipsCallingConv.td146 CCIfType<[f32], CCAssignToRegWithShadow<[F12, F13, F14, F15,
276 CCAssignToReg<[F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13,
281 CCAssignToReg<[F0, F2, F4, F6, F8, F10, F12, F14, F16, F18]>>>,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp875 EmitInstrRegReg(STI, MovOpc, Mips::A0, Mips::F12); in EmitSwapFPIntParams()
878 EmitMovFPIntPair(STI, MovOpc, Mips::A0, Mips::A1, Mips::F12, Mips::F14, LE); in EmitSwapFPIntParams()
881 EmitInstrRegReg(STI, MovOpc, Mips::A0, Mips::F12); in EmitSwapFPIntParams()
885 EmitMovFPIntPair(STI, MovOpc, Mips::A0, Mips::A1, Mips::F12, Mips::F13, LE); in EmitSwapFPIntParams()
888 EmitMovFPIntPair(STI, MovOpc, Mips::A0, Mips::A1, Mips::F12, Mips::F13, LE); in EmitSwapFPIntParams()
892 EmitMovFPIntPair(STI, MovOpc, Mips::A0, Mips::A1, Mips::F12, Mips::F13, LE); in EmitSwapFPIntParams()
DMipsCallingConv.td152 CCIfType<[f32], CCAssignToRegWithShadow<[F12, F13, F14, F15,
282 CCAssignToReg<[F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13,
287 CCAssignToReg<[F0, F2, F4, F6, F8, F10, F12, F14, F16, F18]>>>,
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaRegisterInfo.td84 def F12 : FPR<12, "$f12">, DwarfRegNum<[45]>;
127 F10, F11, F12, F13, F14, F15, F16, F17, F18, F19,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcRegisterInfo.td174 def F12 : Rf<12, "F12">, DwarfRegNum<[44]>;
202 def D6 : Rd<12, "F12", [F12, F13]>, DwarfRegNum<[78]>;
270 def Q3 : Rq<12, "F12", [D6, D7]>;
/external/llvm/lib/Target/Sparc/
DSparcRegisterInfo.td174 def F12 : Rf<12, "F12">, DwarfRegNum<[44]>;
202 def D6 : Rd<12, "F12", [F12, F13]>, DwarfRegNum<[78]>;
270 def Q3 : Rq<12, "F12", [D6, D7]>;
/external/llvm/unittests/Support/
DCasting.cpp131 const foo *F12 = cast_or_null<foo>(B2); in TEST() local
132 EXPECT_NE(F12, null_foo); in TEST()
/external/libxkbcommon/xkbcommon/test/data/symbols/macintosh_vndr/
Dapple16 // The keys next to F12, labeled F13, F14, & F15 generate codes that XFree86
75 // F1..F12 are multimedia keys when used with the 'Fn' key
Dus84 key <FK12> { [ F12 ] };
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
DPPCBaseInfo.h43 case R12: case X12: case F12: case V12: case CR3LT: return 12; in getPPCRegisterNumbering()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DCasting.cpp150 const foo *F12 = cast_or_null<foo>(B2); in TEST() local
151 EXPECT_NE(F12, null_foo); in TEST()
/external/python/cpython3/Lib/idlelib/
Dconfig-keys.def18 do-nothing=<Control-Key-F12>
136 do-nothing = <Control-Key-F12>
195 do-nothing=<Control-Key-F12>
272 do-nothing = <Control-Key-F12>
/external/python/cpython2/Lib/idlelib/
Dconfig-keys.def18 do-nothing=<Control-Key-F12>
120 do-nothing=<Control-Key-F12>
189 do-nothing = <Control-Key-F12>
/external/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp85 PPC::F12, PPC::F13, PPC::F14, PPC::F15,
127 PPC::F12, PPC::F13, PPC::F14, PPC::F15,
147 PPC::F12, PPC::F13, PPC::F14, PPC::F15,
/external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
DMipsBaseInfo.h57 case Mips::T4: case Mips::T4_64: case Mips::F12: case Mips::D12_64: in getMipsRegisterNumbering()
/external/libxkbcommon/xkbcommon/test/data/keycodes/
Devdev-xkbcommon89 <F12> = 88;
344 alias <FK12> = <F12>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp85 PPC::F12, PPC::F13, PPC::F14, PPC::F15,
138 PPC::F12, PPC::F13, PPC::F14, PPC::F15,
158 PPC::F12, PPC::F13, PPC::F14, PPC::F15,

12345