OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:branchTest8
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/JavaScriptCore/assembler/
MacroAssembler.h
340
using MacroAssemblerBase::
branchTest8
;
341
Jump
branchTest8
(Condition cond, ExtendedAddress address, TrustedImm32 mask = TrustedImm32(-1))
343
return MacroAssemblerBase::
branchTest8
(cond, Address(address.base, address.offset), mask);
MacroAssemblerX86_64.h
443
using MacroAssemblerX86Common::
branchTest8
;
444
Jump
branchTest8
(Condition cond, ExtendedAddress address, TrustedImm32 mask = TrustedImm32(-1))
448
return MacroAssemblerX86Common::
branchTest8
(cond, BaseIndex(scratchRegister, address.base, TimesOne), mask);
MacroAssemblerX86Common.h
901
Jump
branchTest8
(Condition cond, RegisterID reg, TrustedImm32 mask = TrustedImm32(-1))
913
Jump
branchTest8
(Condition cond, Address address, TrustedImm32 mask = TrustedImm32(-1))
925
Jump
branchTest8
(Condition cond, BaseIndex address, TrustedImm32 mask = TrustedImm32(-1))
[
all
...]
MacroAssemblerARM.h
464
Jump
branchTest8
(Condition cond, Address address, TrustedImm32 mask = TrustedImm32(-1))
[
all
...]
MacroAssemblerARMv7.h
[
all
...]
MacroAssemblerMIPS.h
[
all
...]
MacroAssemblerSH4.h
[
all
...]
Completed in 62 milliseconds