HomeSort by relevance Sort by last modified time
    Searched full:pseudo (Results 376 - 400 of 3523) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
asm.go 72 // validSymbol checks that addr represents a valid name for a pseudo-op.
73 func (p *Parser) validSymbol(pseudo string, addr *obj.Addr, offsetOk bool) bool {
75 p.errorf("%s symbol %q must be a symbol(SB)", pseudo, symbolName(addr))
79 p.errorf("%s symbol %q must not be offset from SB", pseudo, symbolName(addr))
85 // evalInteger evaluates an integer constant for a pseudo-op.
86 func (p *Parser) evalInteger(pseudo string, operands []lex.Token) int64 {
88 return p.getConstantPseudo(pseudo, &addr)
92 func (p *Parser) validImmediate(pseudo string, addr *obj.Addr) bool {
94 p.errorf("%s: expected immediate constant; found %s", pseudo, obj.Dconv(&emptyProg, addr))
100 // asmText assembles a TEXT pseudo-op
    [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
asm.go 72 // validSymbol checks that addr represents a valid name for a pseudo-op.
73 func (p *Parser) validSymbol(pseudo string, addr *obj.Addr, offsetOk bool) bool {
75 p.errorf("%s symbol %q must be a symbol(SB)", pseudo, symbolName(addr))
79 p.errorf("%s symbol %q must not be offset from SB", pseudo, symbolName(addr))
85 // evalInteger evaluates an integer constant for a pseudo-op.
86 func (p *Parser) evalInteger(pseudo string, operands []lex.Token) int64 {
88 return p.getConstantPseudo(pseudo, &addr)
92 func (p *Parser) validImmediate(pseudo string, addr *obj.Addr) bool {
94 p.errorf("%s: expected immediate constant; found %s", pseudo, obj.Dconv(&emptyProg, addr))
100 // asmText assembles a TEXT pseudo-op
    [all...]
  /system/extras/tests/lib/testUtil/include/
testUtil.h 40 // Pseudo Random Utilities
  /system/sepolicy/prebuilts/api/26.0/public/
logd.te 5 # Read access to pseudo filesystems.
  /system/sepolicy/prebuilts/api/27.0/public/
logd.te 5 # Read access to pseudo filesystems.
  /system/sepolicy/prebuilts/api/28.0/public/
logd.te 5 # Read access to pseudo filesystems.
  /system/sepolicy/public/
logd.te 5 # Read access to pseudo filesystems.
  /toolchain/binutils/binutils-2.27/gas/
NEWS 15 .extCoreRegister pseudo-ops that allow an user to define custom
144 pseudo op. It marks the symbol as being globally unique in the entire
147 * ARM assembler now supports .inst[.nw] pseudo-ops to insert opcodes specified
157 * The .type pseudo-op now accepts a type of STT_GNU_IFUNC which can be used to
168 * New pseudo op .cfi_val_encoded_addr, to record constant addresses in unwind
192 pseudo ops: .string16, .string32 and .string64.
202 * Added gas .reloc pseudo. This is a low-level interface for creating
266 * Added a pseudo-op (.secrel32) to generate 32 bit section relative relocations
276 * New command line option --alternate and pseudo-ops .altmacro and .noaltmacro
391 * x86 gas has a new .arch pseudo op to specify the target CPU architecture
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mri/
if.d 5 # Test MRI structured if pseudo-op.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-auto-import/
auto-import.exp 138 if [ld_special_link $ld $tmpdir/client-linklib.exe "--enable-auto-import --enable-runtime-pseudo-reloc /lib/crt0.o $tmpdir/client.o -L$tmpdir -lstandard $MYLIBS"] {
146 if [ld_special_link $ld $tmpdir/client-linkdll.exe "--enable-auto-import --enable-runtime-pseudo-reloc /lib/crt0.o $tmpdir/client.o -L$tmpdir -ldll $MYLIBS"] {
154 if [ld_special_link $ld $tmpdir/client-symlinkeddll.exe "--enable-auto-import --enable-runtime-pseudo-reloc /lib/crt0.o $tmpdir/client.o -L$tmpdir -lsymlinked_dll $MYLIBS"] {
162 if ![ld_special_link $ld $tmpdir/client-failed.exe "--disable-auto-import --enable-runtime-pseudo-reloc /lib/crt0.o $tmpdir/client.o -L$tmpdir -ldll $MYLIBS"] {
  /dalvik/dx/tests/092-ssa-cfg-edge-cases/
expected.txt 61 Blort.java:9@001c: Rop{move-result-pseudo Ljava/io/PrintStream; <- . flows} v
67 Blort.java:9@001f: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v1:L
106 Blort.java:16@0000: Rop{move-result-pseudo N0000Ljava/lang/RuntimeException;
  /external/android-clat/
ipv4.c 30 * checksum - pseudo-header checksum
109 /* Calculate the pseudo-header checksum.
110 * Technically, the length that is used in the pseudo-header checksum is the transport layer
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
PBKDF2Params.java 96 * @param prf the pseudo-random function to use.
124 * @param prf the pseudo-random function to use.
225 * Return the algId of the underlying pseudo random function to use.
  /external/guava/guava-tests/benchmark/com/google/common/base/
Utf8Benchmark.java 121 * containing pseudo-randomly-generated codePoints less than {@code
137 * pseudo-randomly-generated codePoints less than {@code
153 * pseudo-randomly-generated codePoints less than {@code
  /external/icu/icu4c/source/common/
propsvec.h 56 * Special pseudo code points for storing the initialValue and the errorValue,
65 * Special pseudo code point used in upvec_compact() signalling the end of
122 * with start==end both equalling a special pseudo code point.
  /external/llvm/lib/Target/BPF/
BPFInstrInfo.td 236 class LD_IMM64<bits<4> Pseudo, string OpcodeStr>
249 let Inst{55-52} = Pseudo;
274 : InstBPF<(outs GPR:$dst), (ins i64imm:$pseudo, u64imm:$imm),
275 "ld_pseudo\t$dst, $pseudo, $imm",
276 [(set GPR:$dst, (int_bpf_pseudo imm:$pseudo, imm:$imm))]> {
282 bits<4> pseudo;
287 let Inst{55-52} = pseudo;
438 // ADJCALLSTACKDOWN/UP pseudo insns
440 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i64imm:$amt),
443 def ADJCALLSTACKUP : Pseudo<(outs), (ins i64imm:$amt1, i64imm:$amt2)
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 101 // Pseudo - This represents an instruction that is a pseudo instruction
104 Pseudo = 0,
  /external/syslinux/gpxe/src/drivers/net/
pnic.c 3 Bochs Pseudo NIC driver for Etherboot
12 * See pnic_api.h for an explanation of the Bochs Pseudo NIC.
273 PCI_ROM ( 0xfefe, 0xefef, "pnic", "Bochs Pseudo NIC Adaptor", 0 ),
  /external/webrtc/talk/app/webrtc/
mediaconstraintsinterface.h 108 // Temporary pseudo-constraints used to enable DTLS-SRTP
110 // Temporary pseudo-constraints used to enable DataChannels
113 // Temporary pseudo-constraint for enabling DSCP through JS.
  /libcore/ojluni/src/main/java/java/text/
CalendarBuilder.java 38 * <p>{@code CalendarBuilder} retains the semantic of the pseudo
46 * Pseudo time stamp constants used in java.util.Calendar
55 public static final int ISO_DAY_OF_WEEK = 1000; // pseudo field index
  /prebuilts/go/darwin-x86/src/math/big/
prime_test.go 201 pseudo := cond(n)
202 if pseudo && (len(want) == 0 || i != want[0]) {
204 } else if !pseudo && len(want) >= 1 && i == want[0] {
  /prebuilts/go/linux-x86/src/math/big/
prime_test.go 201 pseudo := cond(n)
202 if pseudo && (len(want) == 0 || i != want[0]) {
204 } else if !pseudo && len(want) >= 1 && i == want[0] {
  /toolchain/binutils/binutils-2.27/include/coff/
sh.h 111 generate .uses pseudo-ops when it finds a function call which it
115 #define R_SH_USES 27 /* .uses pseudo-op */
127 #define R_SH_ALIGN 29 /* .align pseudo-op */
  /frameworks/base/libs/androidfw/tests/
ConfigLocale_test.cpp 437 // en-XA is a pseudo-locale, and English resources are not a match for it.
442 // en-XA is a pseudo-locale, and its resources don't support English locales.
447 // Even if they are pseudo-locales, exactly equal locales match.
452 // ar-XB is a pseudo-locale, and Arabic resources are not a match for it.
457 // ar-XB is a pseudo-locale, and its resources don't support Arabic locales.
462 // Even if they are pseudo-locales, exactly equal locales match.
597 // pseudo-parents of all Latin Ameircan Spanish locales.
605 // pseudo-parents of all Latin Ameircan Spanish locales.
613 // pseudo-parents of all Latin Ameircan Spanish locales.
621 // pseudo-parents of all Latin Ameircan Spanish locales
    [all...]
  /dalvik/dx/src/com/android/dx/rop/
package-info.java 112 * <h3>move-result and move-result-pseudo</h3>
124 * move-result-pseudo} instructions at the top of the primary successor block.
126 * Only a single {@code move-result} or {@code move-result-pseudo}
134 * A {@code move-result-pseudo} instruction is used for the results of
137 * If a required {@code move-result-pseudo} instruction is not found

Completed in 1856 milliseconds

<<11121314151617181920>>