Searched refs:YIELD (Results 1 – 25 of 35) sorted by relevance
12
/external/v8/src/parsing/ |
D | token.h | 169 K(YIELD, "yield", 0) \ 235 case YIELD: in IsIdentifier()
|
D | parser-base.h | 786 token == Token::STATIC || token == Token::YIELD; in is_any_identifier() 1642 case Token::YIELD: in GetUnexpectedTokenMessage() 1745 (next == Token::YIELD && !is_generator()))) { in ParseAndClassifyIdentifier() 1780 (next == Token::YIELD && !IsGeneratorFunction(function_kind))) { in ParseIdentifierOrStrictReservedWord() 1797 next != Token::STATIC && next != Token::YIELD && in ParseIdentifierName() 1904 case Token::YIELD: in ParsePrimaryExpression() 2882 if (peek() == Token::YIELD && is_generator()) { in ParseAssignmentExpression() 3068 Expect(Token::YIELD, CHECK_OK); in ParseYieldExpression() 4330 case Token::YIELD: in IsNextLetKeyword()
|
D | scanner.cc | 1487 KEYWORD("yield", Token::YIELD) \
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsMTInstrInfo.td | 108 def YIELD : YIELD_ENC, YIELD_DESC, ASE_MT; 189 def : MipsInstAlias<"yield $rs", (YIELD ZERO, GPR32Opnd:$rs), 1>, ASE_MT;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | arm11-hint-instr.s | 18 @ YIELD/WFE/WFI/SEV/CLREX - are not supported pre v6K
|
D | thumb-diagnostics.s | 307 @ SEV/WFE/WFI/YIELD - are not supported pre v6M or v6T2
|
/external/llvm/test/MC/ARM/ |
D | arm11-hint-instr.s | 18 @ YIELD/WFE/WFI/SEV/CLREX - are not supported pre v6K
|
D | thumb-diagnostics.s | 238 @ SEV/WFE/WFI/YIELD - are not supported pre v6M or v6T2
|
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/ARM/ |
D | thumb1.txt | 522 # WFE/WFI/YIELD
|
D | basic-arm-instructions.txt | 2348 # WFE/WFI/YIELD
|
D | thumb2.txt | 2541 # WFE/WFI/YIELD
|
/external/libmtp/ |
D | TODO | 93 YIELD MUCH.
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
D | basic-thumb-instructions.s | 615 @ WFE/WFI/YIELD
|
D | basic-arm-instructions.s | 2612 @ WFE/WFI/YIELD
|
D | basic-thumb2-instructions.s | 3197 @ WFE/WFI/YIELD
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SchedCyclone.td | 288 // NOP,SEV,SEVL,WFE,WFI,YIELD
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedCyclone.td | 290 // NOP,SEV,SEVL,WFE,WFI,YIELD
|
/external/v8/src/arm64/ |
D | constants-arm64.h | 387 YIELD = 1, enumerator
|
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 303 YIELD = 1, enumerator
|
D | disasm-aarch64.cc | 2042 case YIELD: { in VisitSystem()
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenAsmWriter.inc | 3855 20524U, // YIELD 6486 0U, // YIELD 9506 case Mips::YIELD: 9511 // (YIELD ZERO, GPR32Opnd:$rs)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARM/ |
D | basic-arm-instructions.txt | 2521 # WFE/WFI/YIELD
|
D | thumb2.txt | 2692 # WFE/WFI/YIELD
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | basic-arm-instructions.txt | 2521 # WFE/WFI/YIELD
|
D | thumb2.txt | 2692 # WFE/WFI/YIELD
|
12