Searched refs:Swap (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/sys/boot/i386/btx/lib/
H A Dbtxv86.s60 # Swap V86 and user registers.
62 __v86_swap: xchgl %ebp,0x4(%esp,1) # Swap pointer, EBP
63 xchgl %eax,V86_EAX(%ebp) # Swap EAX
64 xchgl %ecx,V86_ECX(%ebp) # Swap ECX
65 xchgl %edx,V86_EDX(%ebp) # Swap EDX
66 xchgl %ebx,V86_EBX(%ebp) # Swap EBX
70 xchgl %eax,V86_EFL(%ebp) # Swap
74 xchgl %eax,V86_EBP(%ebp) # Swap
77 xchgl %esi,V86_ESI(%ebp) # Swap ESI
78 xchgl %edi,V86_EDI(%ebp) # Swap ED
[all...]
/freebsd-10.1-release/sys/boot/pc98/btx/lib/
H A Dbtxv86.s60 # Swap V86 and user registers.
62 __v86_swap: xchgl %ebp,0x4(%esp,1) # Swap pointer, EBP
63 xchgl %eax,V86_EAX(%ebp) # Swap EAX
64 xchgl %ecx,V86_ECX(%ebp) # Swap ECX
65 xchgl %edx,V86_EDX(%ebp) # Swap EDX
66 xchgl %ebx,V86_EBX(%ebp) # Swap EBX
70 xchgl %eax,V86_EFL(%ebp) # Swap
74 xchgl %eax,V86_EBP(%ebp) # Swap
77 xchgl %esi,V86_ESI(%ebp) # Swap ESI
78 xchgl %edi,V86_EDI(%ebp) # Swap ED
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectList.h76 Swap (ValueObjectList &value_object_list);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectList.cpp163 ValueObjectList::Swap (ValueObjectList &value_object_list) function in class:ValueObjectList
/freebsd-10.1-release/sys/boot/i386/kgzldr/
H A Dcrt.s63 xchgl %eax,%ecx # Swap char, offset
/freebsd-10.1-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp449 bool Swap = false; local
453 Swap = true;
463 if (Swap && FAddSub->getOpcode() == Instruction::FSub)
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp1381 m_variable_list_value_objects.Swap (prev_frame.m_variable_list_value_objects);
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2446 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_CMP_SWAP, dl, VT, local
2452 ReplaceValueWith(SDValue(N, 0), Swap.getValue(0));
2453 ReplaceValueWith(SDValue(N, 1), Swap.getValue(1));
2871 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, local
2878 return Swap.getValue(1);
H A DLegalizeDAG.cpp2865 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_CMP_SWAP, dl,
2872 Results.push_back(Swap.getValue(0));
2873 Results.push_back(Swap.getValue(1));
2878 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl,
2885 Results.push_back(Swap.getValue(1));
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4564 /// CommuteVectorShuffle - Swap vector_shuffle operands as well as values in
9777 bool Swap = false; local
9793 case ISD::SETGT: Swap = true; // Fallthrough
9797 case ISD::SETGE: Swap = true; // Fallthrough
9803 case ISD::SETULE: Swap = true; // Fallthrough
9805 case ISD::SETULT: Swap = true; // Fallthrough
9811 if (Swap)
9951 bool Swap = false, Invert = false, FlipSigns = false, MinMax = false; local
9957 case ISD::SETLT: Swap = true;
9959 case ISD::SETGE: Swap
13306 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, local
13495 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_CMP_SWAP, dl, VT, local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4172 bool Swap = false; local
4190 case ISD::SETLT: Swap = true; // Fallthrough
4194 case ISD::SETLE: Swap = true; // Fallthrough
4197 case ISD::SETUGE: Swap = true; // Fallthrough
4199 case ISD::SETUGT: Swap = true; // Fallthrough
4226 case ISD::SETLT: Swap = true;
4228 case ISD::SETLE: Swap = true;
4230 case ISD::SETULT: Swap = true;
4232 case ISD::SETULE: Swap = true;
4258 if (Swap)
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2567 bool Swap = false; local
2585 Swap = true;
2589 if (Swap)
3242 // First job is to hunt for a MaskedBFI on either the left or right. Swap
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1256 bool Swap = false; local
1259 Swap = true;
1263 Swap = true;
1266 if (Swap)

Completed in 272 milliseconds