Home
last modified time | relevance | path

Searched refs:Pop (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/bearssl/T0/
H A DT0Comp.cs380 int max = cpu.Pop(); in T0Comp()
381 int min = cpu.Pop(); in T0Comp()
654 int v = cpu.Pop(); in T0Comp()
672 int v = cpu.Pop(); in T0Comp()
754 int d = cpu.Pop(); in T0Comp()
796 cpu.Pop(); in T0Comp()
823 cpu.Rot(cpu.Pop()); in T0Comp()
865 int ax = cpu.Pop(); in T0Comp()
869 int bx = cpu.Pop(); in T0Comp()
870 int ax = cpu.Pop(); in T0Comp()
[all …]
H A DOpcodePutLocal.cs39 cpu.PutLocal(num, cpu.Pop()); in Run()
H A DOpcodeJumpIf.cs40 TValue v = cpu.Pop(); in Run()
H A DOpcodeJumpIfNot.cs40 TValue v = cpu.Pop(); in Run()
H A DCPU.cs97 internal TValue Pop() in Pop() method in CPU
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-function-mocker_test.cc541 virtual void Pop() = 0;
553 MOCK_METHOD(void, Pop, (), (final));
572 MOCK_METHOD0_T(Pop, void());
602 EXPECT_CALL(mock, Pop()).Times(AnyNumber()); in TYPED_TEST()
608 mock.Pop(); in TYPED_TEST()
633 STDMETHOD_(void, Pop)() = 0;
646 MOCK_METHOD(void, Pop, (), (Calltype(STDMETHODCALLTYPE), override));
662 MOCK_METHOD0_T_WITH_CALLTYPE(STDMETHODCALLTYPE, Pop, void());
691 EXPECT_CALL(mock, Pop()).Times(AnyNumber()); in TYPED_TEST()
697 mock.Pop(); in TYPED_TEST()
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-wrapper.swig32 // Pop error message from the stack.
62 // Pop error message from the stack.
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lfstack.h47 T *Pop() { in Pop() function
/freebsd/lib/csu/i386/
H A Dcrt1_s.S31 popl %esi # Pop argc
/freebsd/crypto/heimdal/etc/
H A Dservices.append21 kpop 1109/tcp # Pop with Kerberos
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp292 FuzzJob *Pop() { in Pop() function
304 while (auto Job = FuzzQ->Pop()) { in WorkerThread()
385 std::unique_ptr<FuzzJob> Job(MergeQ.Pop()); in FuzzWithFork()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp465 APInt &Pop = Popularity.insert({I.BB, APInt(UnsignedZero)}).first->second; in ProcessSwitchInst() local
466 if ((Pop += N).ugt(MaxPop)) { in ProcessSwitchInst()
467 MaxPop = Pop; in ProcessSwitchInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleV6.td142 // Pop, def is the 3rd operand.
145 // Pop + branch, def is the 3rd operand.
H A DARMScheduleA8.td167 // Pop, def is the 3rd operand.
H A DARMScheduleA9.td308 // Pop, def is the 3rd operand.
317 // Pop + branch, def is the 3rd operand.
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/
H A Dkeystone-navigator-qmss.txt42 - Queue Management/Queue Proxy region for queue Pop.
47 - Queue Management/Queue Proxy region for queue Push/Pop.
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h105 AsanChunk *Pop();
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h496 void Pop() { in Pop() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2242 MachineBasicBlock::iterator Pop = std::prev(MBB.getFirstTerminator()); in emitEpilogue() local
2243 while (Pop->getOpcode() == TargetOpcode::CFI_INSTRUCTION || in emitEpilogue()
2244 AArch64InstrInfo::isSEHInstruction(*Pop)) in emitEpilogue()
2245 Pop = std::prev(Pop); in emitEpilogue()
2248 const MachineOperand &OffsetOp = Pop->getOperand(Pop->getNumOperands() - 1); in emitEpilogue()
2254 MBB, Pop, DL, TII, PrologueSaveSize, NeedsWinCFI, &HasWinCFI, EmitCFI, in emitEpilogue()
/freebsd/sys/contrib/openzfs/tests/test-runner/include/
H A Dlogapi.shlib341 # Pop an exit handler off the cleanup stack
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DOpcodes.td673 def Pop : Opcode {
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1605 enum ActionType { Push, Pop, Attribute }; enumerator
1874 if (Info->Action == PragmaAttributeInfo::Pop) { in HandlePragmaAttribute()
3981 Info->Action = PragmaAttributeInfo::Pop; in HandlePragma()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrData.td473 /// Pushe/Pop to/from SP for simplicity
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1266 m_io_handler_stack.Pop(); in PopIOHandler()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1515 void Pop() { in Pop() function

12