OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:asmtext
(Results
1 - 11
of
11
) sorted by null
/external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp
43
static void EmitInlineAsm(LLVMContext &C, BasicBlock *BB, StringRef
AsmText
) {
50
llvm::InlineAsm::get(AsmFTy,
AsmText
, "", true,
192
std::string
AsmText
;
196
AsmText
+= MI + "$$4, $$f12\n";
200
AsmText
+= MI + "$$4, $$f12\n";
201
AsmText
+= MI + "$$5, $$f14\n";
205
AsmText
+= MI + "$$4, $$f12\n";
207
AsmText
+= MI + "$$6, $$f14\n";
208
AsmText
+= MI + "$$7, $$f15\n";
210
AsmText
+= MI + "$$7, $$f14\n"
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
EbcVmTest.h
90
Convert
AsmText
to the instruction. This function is only used for test purposes.
93
@param[in]
AsmText
A pointer to EBC ASM text code.
98
@retval EFI_SUCCESS Successfully convert
AsmText
to the instruction.
105
IN CHAR16 *
AsmText
,
114
@param[out]
AsmText
Contain the disasm text.
126
IN OUT CHAR16 *
AsmText
,
/external/v8/tools/sodium/
sodium.js
320
var
asmText
= getCurrentAsmText();
321
processLines(
asmText
,
asmText
.length, processOneLine);
/prebuilts/go/darwin-x86/src/cmd/vet/
asmdecl.go
107
asmTEXT
= re(`\bTEXT\b(.*)·([^\(]+)\(SB\)(?:\s*,\s*([0-9A-Z|+]+))?(?:\s*,\s*\$(-?[0-9]+)(?:-([0-9]+))?)?`)
210
if m :=
asmTEXT
.FindStringSubmatch(line); m != nil {
260
// function, but not visible from Go (didn't match
asmTEXT
), so stop checking
/prebuilts/go/linux-x86/src/cmd/vet/
asmdecl.go
107
asmTEXT
= re(`\bTEXT\b(.*)·([^\(]+)\(SB\)(?:\s*,\s*([0-9A-Z|+]+))?(?:\s*,\s*\$(-?[0-9]+)(?:-([0-9]+))?)?`)
210
if m :=
asmTEXT
.FindStringSubmatch(line); m != nil {
260
// function, but not visible from Go (didn't match
asmTEXT
), so stop checking
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
asm.go
99
//
asmText
assembles a TEXT pseudo-op.
101
func (p *Parser)
asmText
(word string, operands [][]lex.Token) {
parse.go
227
p.
asmText
(word, operands)
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
asm.go
99
//
asmText
assembles a TEXT pseudo-op.
101
func (p *Parser)
asmText
(word string, operands [][]lex.Token) {
parse.go
227
p.
asmText
(word, operands)
/prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/asm/internal/
asm.a
214
2append <p·1 ?D prog·2 cond·3 doLabel·4 ? asmData <? ? word·2 VBoperands·3 ? ?asmFuncData <? ? ? VB? ? }asmGlobl <? ? ? VB? ? ?asmInstruction <? ?b op·2 ? va·4 ? ? asmJump <? ?b? ? v? }asmPCData <? ? ? VB? ? ?
asmText