Searched refs:Above (Results 1 - 25 of 55) sorted by relevance

123

/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITArithmetic32_64.cpp61 addSlowCase(branch32(Above, regT1, TrustedImm32(JSValue::LowestTag)));
261 failures.append(branch32(Above, regT1, TrustedImm32(JSValue::LowestTag))); // op1 is not a double
545 addSlowCase(branch32(Above, regT1, TrustedImm32(JSValue::LowestTag)));
653 addSlowCase(branch32(Above, regT1, TrustedImm32(JSValue::LowestTag)));
706 addSlowCase(branch32(Above, regT1, TrustedImm32(JSValue::LowestTag)));
823 addSlowCase(branch32(Above, regT3, TrustedImm32(JSValue::LowestTag)));
H A DJITCall.cpp83 slowCase.append(branch32(Above, regT0, TrustedImm32(Arguments::MaxArguments + 1)));
97 slowCase.append(branchPtr(Above, AbsoluteAddress(m_vm->addressOfStackLimit()), regT1));
H A DRegisterPreservationWrapperGenerator.cpp213 AssemblyHelpers::Above, GPRInfo::regT1, AssemblyHelpers::TrustedImmPtr(static_cast<size_t>(0x1000)));
H A DJITCall32_64.cpp165 slowCase.append(branch32(Above, regT2, TrustedImm32(Arguments::MaxArguments + 1)));
179 slowCase.append(branchPtr(Above, AbsoluteAddress(m_vm->addressOfStackLimit()), regT3));
H A DJITOpcodes32_64.cpp445 Jump notNumber = branch32(Above, regT1, TrustedImm32(JSValue::LowestTag));
479 Jump notNumber = branch32(Above, regT1, TrustedImm32(JSValue::LowestTag));
H A DJITPropertyAccess.cpp187 badType = patchableBranch32(Above, regT3, TrustedImm32(SlowPutArrayStorageShape - ArrayStorageShape));
1335 slowCases.append(branch32(Above, lateScratch, TrustedImm32(JSValue::LowestTag)));
H A DJIT.cpp530 stackOverflow = branchPtr(Above, AbsoluteAddress(m_vm->addressOfStackLimit()), regT1);
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinWindow.c779 int pos) /* One of Above or Below. */
784 * Since Windows does not support Above mode, we place the specified
789 if (pos == Above) {
797 siblingHwnd = (pos == Above) ? HWND_TOP : HWND_BOTTOM;
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinWindow.c782 int pos; /* One of Above or Below. */
787 * Since Windows does not support Above mode, we place the
792 if (pos == Above) {
800 siblingHwnd = (pos == Above) ? HWND_TOP : HWND_BOTTOM;
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGThunks.cpp129 MacroAssembler::Jump ok = jit.branchPtr(MacroAssembler::Above, GPRInfo::regT1, MacroAssembler::TrustedImmPtr(bitwise_cast<void*>(static_cast<intptr_t>(1000))));
H A DDFGJITCompiler.cpp339 Jump stackOverflow = branchPtr(Above, AbsoluteAddress(m_vm->addressOfStackLimit()), GPRInfo::regT1);
/macosx-10.10.1/tcl-105/tk/tk/xlib/X11/
H A DX.h417 #define Above 0 macro
/macosx-10.10.1/tcl-105/tk84/tk/xlib/X11/
H A DX.h417 #define Above 0 macro
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkWindow.c69 0, 0, 1, 1, 0, 0, Above
2234 if (winPtr->changes.stack_mode == Above) {
2524 * other; must be Above or Below. */
2559 if (aboveBelow == Above) {
2581 if (aboveBelow == Above) {
2613 changes.stack_mode = Above;
H A DtkMenuDraw.c927 TkWmRestackToplevel((TkWindow *) menuPtr->tkwin, Above, NULL);
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkWindow.c75 0, 0, 1, 1, 0, 0, Above
2255 if (winPtr->changes.stack_mode == Above) {
2517 * to other; must be Above or Below. */
2552 if (aboveBelow == Above) {
2574 if (aboveBelow == Above) {
2607 changes.stack_mode = Above;
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/ctext/
H A Dtest.c266 wc.stack_mode = Above;
320 wc.stack_mode = Above;
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkFrame.c557 Tk_RestackWindow(lframe->label.labelWidget, Above, sibling);
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXWindowEvent.c747 if (winPtr->changes.stack_mode == Above) {
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmma.vim77 syntax keyword mmaVariable Above Below Left Right
H A Dxf86conf.vim163 syn keyword xf86confConstant Absolute RightOf LeftOf Above Below Relative StaticGray GrayScale StaticColor PseudoColor TrueColor DirectColor contained
H A Dncf.vim126 syn match ncfSetCommandsBool "\(Auto Register Memory Above 16 Megabytes\)\s*="
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssemblerMIPS.h70 Above, enumerator in enum:JSC::MacroAssemblerMIPS::RelationalCondition
1351 if (cond == Above) {
2019 } else if (cond == Above)
2714 else if (cond == Above)
2721 r = Above;
H A DMacroAssembler.h386 case Above:
391 return Above;
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXSubwindows.c553 TkWmRestackToplevel(macWin->winPtr, Above, NULL);

Completed in 369 milliseconds

123