Searched refs:set8 (Results 1 – 3 of 3) sorted by relevance
/external/webkit/JavaScriptCore/assembler/ |
D | MacroAssemblerX86Common.h | 817 void set8(Condition cond, RegisterID left, RegisterID right, RegisterID dest) in set8() function 823 void set8(Condition cond, Address left, RegisterID right, RegisterID dest) in set8() function 829 void set8(Condition cond, RegisterID left, Imm32 right, RegisterID dest) in set8() function
|
/external/webkit/JavaScriptCore/jit/ |
D | JITOpcodes.cpp | 962 set8(Equal, regT0, regT2, regT0); in emit_op_eq() 1014 set8(NotEqual, regT0, regT2, regT0); in emit_op_neq() 1071 set8(Equal, regT0, regT1, regT0); in compileOpStrictEq() 1073 set8(NotEqual, regT0, regT1, regT0); in compileOpStrictEq() 1135 set8(Equal, regT1, Imm32(JSValue::NullTag), regT2); in emit_op_eq_null() 1136 set8(Equal, regT1, Imm32(JSValue::UndefinedTag), regT1); in emit_op_eq_null() 1161 set8(NotEqual, regT1, Imm32(JSValue::NullTag), regT2); in emit_op_neq_null() 1162 set8(NotEqual, regT1, Imm32(JSValue::UndefinedTag), regT1); in emit_op_neq_null()
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog | 2492 (JSC::MacroAssemblerX86Common::set8): Added set8, since it's slightly 2727 (JSC::MacroAssemblerX86Common::set8): 2919 Add MacroAssemblerX86Common::set8 to fix the build. 2922 (JSC::MacroAssemblerX86Common::set8):
|